Hi,
I am in the process of bringing my website out of development (off of my localhost) and onto a web host. I setup the database, uploaded my PHP files, and modified my connection.php file (which is where I connect to the DB) with the correct information for the newly created DB. However, when I go to my site, I get an error:
Warning: mysqli_connect(): (42000/1044): Access denied for user 'codegee3_luigi'@'198.91.81.7' to database ' codegee3_codegeek' in /home/codegee3/public_html/connect.php on line 9
Connection failed: Access denied for user 'codegee3_luigi'@'198.91.81.7' to database ' codegee3_codegeek'
I am in the process of bringing my website out of development (off of my localhost) and onto a web host. I setup the database, uploaded my PHP files, and modified my connection.php file (which is where I connect to the DB) with the correct information for the newly created DB. However, when I go to my site, I get an error:
Warning: mysqli_connect(): (42000/1044): Access denied for user 'codegee3_luigi'@'198.91.81.7' to database ' codegee3_codegeek' in /home/codegee3/public_html/connect.php on line 9
Connection failed: Access denied for user 'codegee3_luigi'@'198.91.81.7' to database ' codegee3_codegeek'