LAMP question. How to create new database from PHP, SQL
Actually, I am now able to create the database using PHP and SQL. But it seems I can only do it as MySQL root user.. $dbuser = 'root'; but is there a way to do that as a regular MySQL user?
Last edited by zubat123; 11-05-2010 at 01:21 AM.
|