MYSQL ERROR

esquilla13

New member
Messages
107
Points
0
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.
 
SQL says that it can't detect any password.

please check your sql password setting.

 
Last edited by a moderator:
../conf/inter-server.conf

Code:
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
 
Last edited by a moderator:
i don't have issues regarding my configs sir,

my problem is within the MYSQL and MYPHPADMIN.

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

 
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

 
Back
Top