rionroc
asked on
vb.net with mysql connection error if using static lan ip address, but fine if using localhost or loopback ip
vb.net with mysql connection error if using static lan ip address, but fine if using localhost or loopback ip(127.0.0.1)
What are the possibilities why connection error when using static lan ip address?
I'm using mysql for windows for testing, but if fix, ill finalize it using mysql for linux.
I'm using wamp version2c.
I'm using visual studio 2008 and mssql is not running(I uninstalled it).
The application is not use for web(browser), my windows form application uses only mysql server for connection in the internet as an internet database server.
This is the error message when I catch the error using MysqlException:
Error Connecting to the Database: Access denied for user 'myuser'@'myserver.mshome. net'(using password: YES)
What are the possibilities why connection error when using static lan ip address?
I'm using mysql for windows for testing, but if fix, ill finalize it using mysql for linux.
I'm using wamp version2c.
I'm using visual studio 2008 and mssql is not running(I uninstalled it).
The application is not use for web(browser), my windows form application uses only mysql server for connection in the internet as an internet database server.
This is the error message when I catch the error using MysqlException:
Error Connecting to the Database: Access denied for user 'myuser'@'myserver.mshome.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Praise the Lord Jesus Christ.
(^_^)