Mysql question.
Hello, am new to mysql still and need the command to dump the old database from Mysql 8) thanks in advance.
|
Well depends what you want to do.
To dump the complete database to this start run cmd or command cd\ c:\ mysqldump -u root databasename > sqlfile.sql Or to dump just a table do this. mysqldump -u root databasename tablename > sqlfile.sql |
Thanks Conan thats what I needed 8)
|
NP =)
|
All times are GMT -4. The time now is 02:54 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.