Hi,
is better to use a SQL command GRANT to insert a new user connection for a database.
ex :
grant all privileges on phpsite.* to phpuser@localhost identified by '123456';
Why '@localhost' : because my database server is protect by password acces !
Log in to post a comment.