Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wie exportiere und importiere ich eine MySQL-Datenbank mit ihren Daten mit einem PHP-Skript?

SICHERE UND FUNKTIONIERENDE LÖSUNG :

EXPORT_TABLES("localhost","user","pass","db_name"); 
// has 5th and 6th optional parameters too.

Die neueste Version ist auf github verfügbar:Export.php + Import.php