create database <new_database>
mysqldump -u<user> -p<password> <current_database> | mysql -<user> -p<password> <new_database>;
SHOW TABLE STATUS from <database>
No comments:
Post a Comment