Changes

Jump to navigation Jump to search
8 bytes added ,  05:27, 1 March 2013
m
Line 62: Line 62:  
  mysqlshow
 
  mysqlshow
 
will list all available database. Use 'mysqlshow --help' for all available options.
 
will list all available database. Use 'mysqlshow --help' for all available options.
  mysqladmin drop mydatabase
+
  mysqladmin drop '''databasename'''
 
will let you destroy a database. Use with care. Use 'mysqladmin --help' for all available options.
 
will let you destroy a database. Use with care. Use 'mysqladmin --help' for all available options.
  

Navigation menu