Changes

Jump to navigation Jump to search
384 bytes added ,  16:28, 9 September 2014
Line 502: Line 502:     
{{Tip box|mysql_setpermission is a command line menu driven utility that can assist in MySQL administration.}}
 
{{Tip box|mysql_setpermission is a command line menu driven utility that can assist in MySQL administration.}}
 +
 +
 +
===Show databases directly from CLI===
 +
 +
Directly in your Terminal you can see how much DB mysql you have.
 +
 +
mysqlshow
 +
+--------------------+
 +
|    Databases      |
 +
+--------------------+
 +
| information_schema |
 +
| egroupware        |
 +
| horde              |
 +
| mysql              |
 +
| roundcube          |
 +
| test              |
 +
| wordpress          |
 +
+--------------------+
    
===Other useful MySQL commands:===
 
===Other useful MySQL commands:===

Navigation menu