Top "Mysql-error-1045" questions

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

MySQL reinstalled, but root password still there and I forgot it

I forgot my root password in MySQL 5.1 on Windows 7 I uninstalled and deleted the MySQL directory in Program Files Then …

mysql mysql-error-1045
mysqlimport: Error: 1045, Access denied

Does anyone know why I get this error when running mysqlimport? mysqlimport -u someone -pwhatever --columns=a,b,c,d,…

mysql mysql-error-1045 mysqlimport
how to 'load data infile' on amazon RDS?

not sure if this is a question better suited for serverfault but I've been messing with amazon RDS lately and …

mysql amazon-web-services amazon-rds mysql-error-1045
Is there any way to catch MySQL and database errors in PHP?

Sometimes I am getting a database error like Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'test'@'101.190.193.83' (…

php mysql error-handling mysql-error-1045
MySQL access denied 1045 error

I'm getting a very strange error, I've created a user 'testuser' with the following credentials: CREATE USER 'testuser'@'%' …

mysql networking mysql-error-1045
Query output to a file gives access denied error

I am trying to capture the output of a SQL query in MySQL, to a text file using the following …

mysql sql mysql-error-1045 into-outfile
Mysql_real_escape_string() A link to the server could not be established

I get this error when I try to use mysql_real_escape_string(). Access denied for user 'ODBC'@'localhost' (using …

php mysql mysql-error-1045
How to allow user to login to MySQL?

As a root mysql user, I executed the following: grant all on mydb.* to john identified by 'john1'; Then …

mysql mysql-error-1045
Error #1045 Access Denied in PhpMyAdmin

Basically I changed the password of MySQL via CMD and after that when I tried to visit the phpmyadmin page …

php wamp mysql-error-1045
MySQL Error 1045 Access Denied

Good Morning, I wrote the code block below on my local Windows 7 PC and tried to run it. Unfortunately, I …

php mysql mysql-error-1045