dumping database
oki i changed msql versions and now i dont know how to dump the database can anyone help
i tried msqldump eq > newdb.sql and i get error 1064 you have a error in your SQL syntax at line 1 |
Did you run this from the commandline or from inside of mysql.exe?
It needs to be run from the command line: C:\mysql\bin\mysqldump eq >eq-backup.sql -- VetoEQ |
can you dump a specific table
For instance could i dump item data or just account and chacracter data? |
mysqldump <databasename> <tablename> > filename
so, mysqldump eq items > somefile All this information is available if you type mysqldump with no parameters. It will give you a usage explaination. |
Could you also do
<dbname> <tablename> <row#> ->File ? |
Thanks for the help its dumped and ready
|
All times are GMT -4. The time now is 06:09 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.