Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
3. January 2018
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]
No comments yet
Kommentare abonnieren (RSS) or URL Trackback
Leave a comment: