Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me with my problem. I want to connect my vb.net application to mysql database. How can I do that?
whenever I use this connection string:
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

it won't work.
Plus, I don't know what server address means. I have used my site's address and IP address, but it won't work.

Any help will be an appreciation. Thank you!
Posted

 
Share this answer
 
Comments
Member 10187970 4-Aug-13 4:59am    
I am getting this error
Authentication to host 'hostname' for user 'username' using method 'mysql_native_password' failed with message: Access denied for user 'username@localhost' (using password: YES)
[no name] 4-Aug-13 5:03am    
http://stackoverflow.com/questions/15208795/access-denied-for-user-usernamelocalhost-using-password-yes-in-c-webdev

http://stackoverflow.com/questions/13346932/access-denied-for-user-usernamelocalhost-using-password-yes-when-deplo

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900