how to export table schema in mysql code example Example: get only structure database mysql mysqldump -u root -p --no-data dbname > schema.sql