Create an SQL Script From Table |
4/29/2005 1:07:55 PM |
PHPRunner General questions | |
![]() Is there a way to take a table which has already been created, wave a magic wand, and create a mysql script which will create the table??? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1377&image=1&table=forumtopics' class='bbc_emoticon' alt=':o' /> |
|
![]() |
Admin 5/4/2005 |
Peer, mysqldump -d -h host -u username -ppassword database table > script.sql
mysqldump --help
|
![]() |
pplaut author 5/4/2005 |
You the man. |
K
|
Knud van Eeden 5/7/2005 |
Database: MySql: Backup: How to backup your MySql databases on Microsoft Windows? [mysqldump.exe] |
K
|
Knud van Eeden 5/7/2005 |
Database: MySql: Backup: How to backup your MySql databases on Microsoft Windows? [PHPMyAdmin] |