Mega Code Archive

 
Categories / MySQL / Command Mysql
 

This SHOW statement returns more than these columns

SHOW DATABASES; SHOW TABLES; SHOW CREATE TABLE PLAYERS; SHOW INDEX FROM PLAYERS; SHOW GRANTS FOR BOOKSQL@localhost; SHOW PRIVILEGES;