I am want to create a mySQL database from a PHP script using mysql_create_db. when I test the scripts on my local computer it works fine and creates the database, but when I upload the script to my webhost the script cant create the database it gets a "Access Denied to..." error.
I have unlimeted mysql in I have Dedicated Server, I can create them manualy from the CPANEL but cant create them with my php script.
What can I do to be able to create mySQL databases from a PHP Script.
Thanks 🙂