Changes

Jump to navigation Jump to search
121 bytes added ,  03:37, 25 January 2018
no edit summary
Line 75: Line 75:     
select * from mysql.user;
 
select * from mysql.user;
 +
</pre>
 +
 +
== Delete Users without Password ==
 +
<pre>
 +
DELETE FROM mysql.user WHERE user='' or password='';
 +
FLUSH PRIVILEGES;
 
</pre>
 
</pre>
  

Navigation menu