Archiv des Monats January 2018|Monthly archive page

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
From category Allgemein, SQL, Tools || No comments yet »