3. January 2018
von Blackbam

Answer: Do not use PHPMyAdmin. This is how you do it with the command line:

Importing an SQL dump file:

mysql -u [user] -p [password] [database name] < [Path to Dump File]

Exporting an SQL dump file:

mysqldump -u [user] -p [password] [database name] > [Path to Dump File]
Share

Dieser Eintrag wurde am 3. January 2018 um 12:12 in der Kategorie Allgemein, SQL, Tools veröffentlicht. You can book the comments for this article RSS 2.0. Feedback, discussion, commendation and critics are welcome: Write a comment or trackback.

No comments yet

Kommentare abonnieren (RSS) or URL Trackback

Leave a comment:

Warning: Undefined variable $user_ID in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/comments.php on line 92