Next part of subset of MySQL commands (for UNIX/Linux admins)
1. Display list of databases
SHOW DATABASES;
2. Display list of tables in current database
SHOW TABLES;
3. Display list of tables in noncurrent database
SHOW TABLES FROM database_name;
No comments:
Post a Comment