MySQL Connection Error

My website URL is: http://brandoshadev.epizy.com/mysqli.php

What I’m seeing is: Access denied for user ‘username’@‘ipaddress’ (using password: YES)

I’m using this software: PHP mysqli

Additional information: I have checked the credentials several times so I believe that it is a server-side issue. I am also unable to use PHPMyAdmin because It causes an infinite redirect loop. I think both issues are related though.

I can now see a JSON “invalid payload” error, not a connection error, so it’s a caching issue on my end. Try to clear cookies and cache from the browser’s settings.

I’m not sure what you mean by JSON error. If you are using a browser it will not work as it requires a POST request with a JSON payload.

https://infinityfree.net/support/unable-to-access-phpmyadmin/

1 Like

This error message is explained in this article? Did you check it already?

https://infinityfree.net/support/common-mysql-errors/

1 Like

I did change my password recently and tried all of those things but the error persists.

Did you also check the article Admin posted? If not please check it.

Yes I checked that before I posted the topic

I checked your settings and they seem fine. It appears to be an issue with the database permissions. I have reset them now.

1 Like

It works now. Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.