Relative Content

Tag Archive for linuxmysqliphpmyadminmariadb

keep getting mysqli_real_connect(): (HY000/1045): Access denied for user ‘1’@’localhost’ (using password: YES) for non-root users

I have a linux web server as a part of a college course (i.e, all of my applications and setting are done according to my teacher instructions). I’m pretty sure my server uses linux 4.4.14, through teraTerm.
I’ve set up a phpmyadmin and mariaDB on my server. I can log in to my website on phpmyadmin as root, using the password I’ve set on my server.
The problem is I can’t log in as any user I created through phpmyadmin. I keep getting “mysqli_real_connect(): (HY000/1045): Access denied for user ‘1’@’localhost’ (using password: YES)”, and ” Cannot log in to the MySQL server”.