Please help
-
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.
-
[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 :)
-
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