Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SHOW ====== ===== Examples ===== * help SHOW; * SHOW DATABASES; * SHOW GRANTS [FOR user]; * SHOW GRANTS; * SHOW GRANTS FOR 'root'@'localhost'; * SHOW GRANTS FOR CURRENT_USER; * SHOW GRANTS FOR CURRENT_USER(); * (after executing "USE databasename") * SHOW TABLES; * SHOW COLUMNS FROM tablename; ===== See Also ===== * [[character_sets|Character Sets]] * [[grant|GRANT]] ===== External Links ===== * http://dev.mysql.com/doc/refman/4.1/en/show.html * http://dev.mysql.com/doc/refman/4.1/en/show-grants.html docs/mysql/show.txt Last modified: 2008/08/03 00:25by 127.0.0.1