Questions tagged [mysql-error-1045]

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

Example:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
179 questions
0
votes
1 answer

golang editing previously set flag. MySQL error 1045

I'm having trouble setting a flag after user input to use as a connection parameter to a MySQL Database. Below is a snippet of my code: func init() { flag.StringVar(&flagUser, "user", "root", "User") reader := bufio.NewReader(os.Stdin) …
Juan M
  • 2,801
  • 3
  • 16
  • 26
0
votes
1 answer

Access denied for user 'speedycm_root'@'localhost' to database 'speedycms'

been trying to set up a webserver with uk2.net all day but i keep receiving the following error when i try to log in: Access denied for user 'speedycm_root'@'localhost' to database 'speedycms' what could it mean?
methuselah
  • 11,066
  • 40
  • 134
  • 242
0
votes
1 answer

Java MySQL query issue

SO my query will not properly work. also i understand that since i am not using prepared statements that could possibly cause mySQL injections. moving forward, the issue every time i run this i get an error. also just a heads up this is for a…
Ainnera
  • 3
  • 4
0
votes
1 answer

Error #1045 phpmyadmin xampp w7

I installed xampp, I've run mysql and apache, but when I access to phpmyadmin gives me error # 1045.I've tried different things like going to the configuration file of phpmyadmin and change some settings but nothing changes. The problem is that…
0
votes
1 answer

You have an error in your SQL syntax with tinymce

Hi my script ading system is working perfectly but when i use tinymce plugin so i get this error please help fast if anyone can solve that You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the…
Mr Talha
  • 137
  • 1
  • 9
0
votes
1 answer

error: 1045: Access denied for user 'user'@'123.10.123.123' (using password: NO) when trying to connect

I am trying to get a local snapshot of a database by running this command: mysqldump --single-transaction --quick -u user -ppass -h somehost db_name | mysql -u user -ppass -h localhost db_name Even though this has worked for me in the past, I am…
0
votes
1 answer

PhpMyAdmin #1045

I know other people have had this issue, so please don't mark this as duplicate. The reason I'm posting this is because, I saw a message saying I should fix loopholes, so I went over to the users pannel, and deleted all users who could use Any for…
0
votes
1 answer

Mac MAMP mysql error 1045 (2800)

I see that this is a very common question throughout stack overflow. However, the answers to those questions have not helped much. I am still having the same errors I am new to MySQL. I'm going off a tutorial from an e-book. I am trying to create a…
JCode
  • 48
  • 5
0
votes
1 answer

Access denied for user 'user'@'localhost' (using password: yes)

I'd found too many questions related to this problem still I'm having the same problem. I've installed MySQL Server from MYSQL::Download MYSQL Installer. Also, I've running xampp on my localhost. http://localhost/phpmyadmin and MySQL Command Line…
Mohammad Faisal
  • 5,241
  • 14
  • 63
  • 114
0
votes
1 answer

error code registration page

This code is to a registration page looks great, but again I get an error message after you typed the following code (below is the error message). I can not understand what is the error and how it should be the correct code? Codice mysql per fare…
emanuele
  • 1
  • 1
0
votes
1 answer

Terminal mysql -v gives Access Denied Error 1045 (28000)

When I try to check the mysql version using terminal I get the following error. KillBill:~ KillBill$ mysql -v ERROR 1045 (28000): Access denied for user 'KillBill'@'localhost' (using password: NO) but when I do the following and add the password it…
Vish
  • 335
  • 2
  • 8
  • 23
-1
votes
1 answer

Brew mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

I know this question has been asked like a million times here but for the life of me I can't seem to figure out what's wrong. Would appreciate if someone can help me to troubleshoot. I installed mysql using homebrew using brew install mysql. No…
Jason
  • 131
  • 1
  • 4
  • 13
-1
votes
1 answer

xampp - mysql #1045 - Access denied for user 'root'@'localhost' (using password: YES)

So i have gotten this error a couple times. Tried different things to solve it, but the solution continues to illude me. So far the only way i have managed to regain access to my local sql server is to remove the xampp installation, and reinstall…
Lars
  • 59
  • 1
  • 2
  • 8
-2
votes
1 answer

Java-Mysql Connection error

My stack trace: cbs.ui.OverallReportUI btnGenerateBillActionPerformed SEVERE: null java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055) …
Mohanish Timble
  • 61
  • 1
  • 3
  • 6
1 2 3
11
12