I migrated my OpenCart store from XAMPP locally to my remote server online. I followed these steps
But now I get this message in Google Chrome:
Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'localhost' (using password: NO) in /home/loginname/public_html/system/database/mysqli.php on line 6
Fatal error: Uncaught exception 'ErrorException' with message 'Error: Could not make a database link (1045) Access denied for user 'root'@'localhost' (using password: NO)' in /home/loginname/public_html/system/database/mysqli.php:9 Stack trace: #0 /home/loginname/public_html/vqmod/vqcache/vq2-system_library_db.php(13): DBMySQLi->__construct('localhost', 'root', '', 'opencart') #1 /home/loginname/public_html/index.php(44): DB->__construct('mysqli', 'localhost', 'root', '', 'opencart') #2 {main} thrown in /home/mailcoo2/public_html/system/database/mysqli.php on line 9
I have added a new user in the database other than root and used my url instead of localhost. It mentioned in the error message vqmod, so I am thinking I also have some sort of vqmod extension conflict. Where do I go from here? How do I configure the remote site for the MySQL database? Thanks.