mysqli_connect(‘127.0.0.1’, ‘id10743467_my1php’, ‘absolutely correct password’, ‘id10743467_my1php’);
All data is correct, I enter phpmyadmin without problems. I deleted and re-created the database, changed the password in the settings, every time I get Warning: mysqli_connect (): (HY000/2002): Connection refused
I tried ‘localhost’, it sends Warning : mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user ‘id10743467_my1php’@‘2a02:4780:bad:f00d::6’ (using password: YES) in …
I tried ‘localhost:3306’ too
PDO returns a similar result
I tried changing PHP Version too
Please help to solve the problem!
