Please help
-
wrote on 18 Mar 2014, 23:52 last edited by
Something went Wrong: "Access denied for user 'root'@'localhost' (using password: YES) QMYSQL: Unable to connect" what mean this? please help me
-
wrote on 19 Mar 2014, 00:05 last edited by
Make sure that you are using correct user and password. Please also make sure that appropriate privileges to use the database and its tables have been granted to the user.
-
wrote on 19 Mar 2014, 07:40 last edited by
then how can i chek the password and user
-
wrote on 19 Mar 2014, 09:27 last edited by
[quote author="yakine" date="1395214815"]then how can i chek the password and user[/quote]
You have to check the configuration of the MySQL database and to make sure that correct credentials are used by your Qt application (or library). If you have no idea how to do it please use google and you will easily find numerous free tutorials :)
-
wrote on 28 May 2014, 09:06 last edited by
hii,
You have two options in order to retrieve your username or password.
1)Re-install MySql and reset new ones
2)or see following link
http://stackoverflow.com/questions/4371/how-do-i-retrieve-my-mysql-username-and-passwordhope it helps