Top "Mysql-error-1045" questions

ERROR 1045 (28000): Access denied for user '%s'@'%s' (using password: %s)

Proper permissions for "SHOW TABLE STATUS" in MySQL

I can insert, update, delete, etc. to a table in my MySQL database but I cannot show the table status. …

mysql mysql-error-1045
Grant privileges on MariaDB

I'm trying to grant privileges for user on MariaDB 10, but I've got an error 1045 [root@lw343 ~]# mysql -u root -p …

sql root mariadb grant mysql-error-1045
Wamp phpMyAdmin password issue

I'm new to working with web servers and need some assistance. I have downloaded the most recent Wamp server and …

mysql phpmyadmin wamp mysql-error-1045
Getting "Access denied for user 'root'@'localhost' (using password: NO)" in production mode and no errors getting logged

I deployed my Rails app and am getting 500 Errors on all pages. My production.log isn't showing anything (which is …

mysql ruby-on-rails logging mysql-error-1045
How can I check the mysql connection for a user/password using batch/shell script

How can I check the mysql connection for a user/password using batch/shell script? I've user name and password, …

mysql batch-file mysql-error-1045