etegration
Verified User
When a mySQL user is denied the following:
Create tmp tables
Lock Tables
Grant
Alter
Drop
Create
$link = mysql_connect("localhost", "user_database", "password")
But when i use another user with everything granted via phpmyadmin installed with DA, it allows the connection. What is stopping the connection?
Create tmp tables
Lock Tables
Grant
Alter
Drop
Create
$link = mysql_connect("localhost", "user_database", "password")
But when i use another user with everything granted via phpmyadmin installed with DA, it allows the connection. What is stopping the connection?