export ddl for mysql database
mysqldbexport --server=username:passassword@hostname_or_ip --skip=GRANTS --export=DEFINITIONS schema_name > foo.sql
mysqldbimport --server=username:password@hostname_or_ip --skip=GRANTS --import=DEFINITIONS foo.sql
Showing posts with label mysql maintains production. Show all posts
Showing posts with label mysql maintains production. Show all posts
Tuesday, May 10, 2011
Subscribe to:
Posts (Atom)