Top "Mysql-error-1045" questions

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

MySQL: can't access root account

I'm running MySQL 5.x on my local Windows box and, using MySQL administrator, I can't connect to the databases I …

mysql mysql-error-1045
MySQL command line won't open?

I just installed the latest version of MySQL. Until Now I had it on Windows XP but I wanted to …

mysql mysql-error-1045
access denied for load data infile in MySQL

I use MySQL queries all the time in PHP, but when I try LOAD DATA INFILE I get the following …

mysql load-data-infile mysql-error-1045
Unexpected Exception: SQLSTATE[HY000] [1045] Access denied for user ****@'localhost' (using password: YES)

An application was handed to me by an old colleague to manage. However, whenever I try to run it, I …

php mysql mysql-error-1045
Can't get access to PHPmyAdmin after setting a root password and using Instant Rails

Wanted to get started with Ruby on Rails so I installed instant rails and set up a mysql password. Problem …

mysql ruby-on-rails phpmyadmin mysql-error-1045
Cannot log in with created user in mysql

Using this command GRANT ALL PRIVILEGES ON *.* to 'brian'@'%' identified by 'password'; I try to login with: mysql …

mysql mysql-error-1045
Django : mysql : 1045, "Access denied for user

I have the whole setup working for months on my local computer. I'm installing on a remote site now. Created …

mysql django mysql-error-1045
MySQL Error Access denied for user using password NO

I keep getting this error: Warning: mysql_query() [function.mysql-query]: Access denied for user 'mcabinet'@'localhost' (using password: NO) in /…

php mysql mysql-error-1045
MySQL Error 1045, "Access denied for user 'user'@'localhost' (using password: YES)"

This question seem to be asked a lot however I cannot find a definitive answer. I am making some webapp …

mysql mysql-error-1045
Cannot create PoolableConnectionFactory (Access denied for user ''@'localhost'

I have been trying to set up a DatabaseConnectionPool for a web app for the last couple of days with …

mysql datasource tomcat6 mysql-error-1045