MySQL potential security risk | MacLochlainns Weblog
Posted on 19. Jun, 2009 by admin in MySQL
The following steps will show and explain what happens in MySQL’s security model. 1. Sign on as the root user, then create a new myuser user: mysql > CREATE USER ‘myuser’@'localhost’ IDENTIFIED BY ‘myuser’@'localhost’; …
See more here:
MySQL potential security risk | MacLochlainns Weblog
