![]() |
export mysql database structure?
i got a mysql database table and i wanna export the structure and import it into another mysql.. how do i do this
|
Use phpmyadmin...
|
mysqldump
|
mysqldump -d dbname > dbstruct.sql
|
what woj said...phpmyadmin is your friend
|
seems a lot of virtual hosts turn off mysqldump even if you have ssh. phpmyadmin is best.
|
mysqldump -u username -p database > db.sql
|
| All times are GMT -7. The time now is 05:28 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123