Changes

Jump to navigation Jump to search
45 bytes removed ,  17:20, 11 January 2014
Line 349: Line 349:  
  drop database database-name;
 
  drop database database-name;
 
===Other useful MySQL commands:===
 
===Other useful MySQL commands:===
  mysqlshow;
+
  show databases;
list all available database. Use 'mysqlshow --help' for all available options.
+
list all available database.
 
  SELECT user FROM mysql.user;
 
  SELECT user FROM mysql.user;
 
display a list of the MySQL users
 
display a list of the MySQL users

Navigation menu