pralin Posted March 3, 2010 Share Posted March 3, 2010 hai i want to know how to dump schema only using mysqldump Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/194018-mysqldump-schema-only/#findComment-1021227 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.