No other database can allow any user to connect from any host. : REVOKE : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » REVOKE »

 

No other database can allow any user to connect from any host.


DELETE FROM db
WHERE (db.Host = "%");


DELETE FROM db
WHERE (db.User = "");



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» REVOKE