pralin Posted March 3, 2010 Share Posted March 3, 2010 hai i want to know how to dump schema only using mysqldump Link to comment https://forums.phpfreaks.com/topic/194018-mysqldump-schema-only/ Share on other sites More sharing options...
mapleleaf Posted March 4, 2010 Share Posted March 4, 2010 I think this will do it: mysqldump --no-data --tables -u YOUR_USER_NAME -p DATABASE_YOU_WANT_SCRIPTED >> FILENAME.sql Link to comment https://forums.phpfreaks.com/topic/194018-mysqldump-schema-only/#findComment-1021227 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.