Jump to content
  • 0
Sign in to follow this  
esquilla13

MYSQL ERROR

Question

Are you familiar with this error?

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
i searched to whole web but no answers fixed my problem. If you know how to fix this please help me.

 

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

SQL says that it can't detect any password.

 

please check your sql password setting.

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

../conf/inter-server.conf

 

 

sql.db_hostname: 127.0.0.1sql.db_port: 3306sql.db_username: ragnarok sql.db_password: ragnarok // <- thissql.db_database: ragnaroksql.codepage:// MySQL Character SQL serverchar_server_ip: 127.0.0.1char_server_port: 3306char_server_id: ragnarokchar_server_pw: ragnarokchar_server_db: ragnarok// MySQL Map SQL Servermap_server_ip: 127.0.0.1map_server_port: 3306map_server_id: ragnarokmap_server_pw: ragnarokmap_server_db: ragnarok// MySQL Log SQL Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: ragnaroklog_db_pw: ragnaroklog_db_db: ragnaroklog_codepage:log_login_db: loginlog
Edited by quesoph

Share this post


Link to post
Share on other sites
  • 0

 

SQL says that it can't detect any password.

 

please check your sql password setting.

how am i going to check it?

search it in your mysql setup/option

Share this post


Link to post
Share on other sites
  • 0

 

 

SQL says that it can't detect any password.

 

please check your sql password setting.

how am i going to check it?

search it in your mysql setup/option

if i type to the terminal mysql setup

error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) came.

 

Important question: Where are you getting this error? On your server consoles or in PhpMyAdmin? 

i can't log in to myphpadmin, and it's affecting my databases

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.