Hi,
I was wondering how i could move my database/repack to another computer without having anything deleted on my server.
Thanks in advance
Hi,
I was wondering how i could move my database/repack to another computer without having anything deleted on my server.
Thanks in advance
<>< FISHY!!!!!
addiction: wow: 80% fish: 20%
to move your database you could dump the database into an sql file and then execute that sql file on the other computer.
using sqlyog or navicat.
And how do i dump the databse into the sql file?im sorry im really new to this
<>< FISHY!!!!!
addiction: wow: 80% fish: 20%
right click on the db and there should be an option to dump or make a backup.
oo this helped alot +rep for you !
<>< FISHY!!!!!
addiction: wow: 80% fish: 20%
If you use SQLyog :
-Right click your database
-Click on "Backup Database as SQL Dump..."
-Make sure all the tables are check marked (should be by default)
.Include "CREATE database" statement
.Include "DROP table" statement =>> these two should be marked.
-Select a path file clicking in the "..." buttom
-Simply click "Export"
When it's done, you should have the text file you've choosen filled with your database
(Do this for every database you need to run the server)