8
edits
Line 30: | Line 30: | ||
Once I have my backup. I gunzip it, and then run the following command. | Once I have my backup. I gunzip it, and then run the following command. | ||
[root@ | [root@host]# mysql -D bugs < your-database-dump.sql | ||
this will import the database with all of it's tables etc. You could use [http://www.phpmyadmin.net phpmyadmin] to do this. | this will import the database with all of it's tables etc. You could use [http://www.phpmyadmin.net phpmyadmin] to do this. | ||
== Remove old Testrunner == | == Remove old Testrunner == |
edits