Currently, to export only the structure of a particular database, I use the following:
mysqldump -h host -u usuario --no-data --database banco > dump.sql -psenha
This generates an SQL file, all solved. However, this is a manual process t...
asked by
05.02.2014 / 06:26