Menu

#1 use SQL command to insert user

v1.0_(example)
open
nobody
5
2012-08-24
2001-12-20
Anonymous
No

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 !

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.