Changes

Jump to navigation Jump to search
146 bytes added ,  11:15, 25 May 2017
no edit summary
Line 29: Line 29:  
<pre>
 
<pre>
 
mysql> flush privileges;
 
mysql> flush privileges;
 +
</pre>
 +
 +
==Show Tables List of a Database==
 +
<pre>
 +
mysql>use databasename; #change to the Database
 +
 +
mysql>show tables;      #list Tables to control
 
</pre>
 
</pre>
  

Navigation menu