I created a PHPRunner 6 project. At first my test database is in my local computer, and I developped the project using this database.
Now I want to publish it to the web, but I cannot modify the database configuration of my PHPRunner project.
How / Where do I modify this configuration to be able to connect to my online mysql database ??
I receive the following error in my published project:
Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) in /home/amato/public_html/sistema-clinica/include/dbconnection.my.mysqli.php on line 9
Fatal error: Access denied for user 'root'@'localhost' (using password: NO) in /home/amato/public_html/sistema-clinica/include/dbconnection.my.mysqli.php on line 12
I would like to still develop using my local database.
Thanks