Changes

Jump to navigation Jump to search
252 bytes added ,  05:26, 1 March 2013
m
Line 58: Line 58:  
  flush privileges;
 
  flush privileges;
 
  exit
 
  exit
 +
 +
Other useful MySQL commands:
 +
mysqlshow
 +
will list all available database. Use 'mysqlshow --help' for all available options.
 +
mysqladmin drop mydatabase
 +
will let you destroy a database. Use with care. Use 'mysqladmin --help' for all available options.
    
==PHP Related Commands==
 
==PHP Related Commands==

Navigation menu