Aymen++
04-15-2004, 11:23 AM
i noticed that when i connect to MySQL with php using:
mysql_connect();
or:
mysql_connect("dbhost", "dbusername", "dbpassword");
always will be connected and the user can do anything like creating databases or delete.
how can i prevent it?
i just want the root user can do it.
mysql_connect();
or:
mysql_connect("dbhost", "dbusername", "dbpassword");
always will be connected and the user can do anything like creating databases or delete.
how can i prevent it?
i just want the root user can do it.