You need to grant the use priviledges in MySql. It can be done like this:
Code:USE mysql; GRANT ALL ON dbname.* TO 'username'@'host' IDENTIFIED BY 'password';
|
Results 1 to 40 of 47
Thread: logon page with or without mysqlThreaded View
|
Click Here to Expand Forum to Full Width |