Changes

Jump to navigation Jump to search
180 bytes added ,  17:55, 11 October 2014
Line 584: Line 584:  
  mysqladmin drop '''databasename''';
 
  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.
 +
use database;
 +
show table status;
 +
show you all '''table''' details of mysql '''database'''
 +
use database;
 +
show table status;
 +
let you see all '''tables''' of mysql '''database'''
    
==Password==
 
==Password==

Navigation menu