Visual Basic Winsock and MySQL

Hello . . . :D

I need some help please . . .

I have install and run the MySQL Server true Visual Basic. I have set the server running on the 4405 port. How can i see if realy the server running looking the port true winsock




Answer this question

Visual Basic Winsock and MySQL

  • Kim Hansen

    I would use the mysql dotnet connector for connecting to the server. With sql server you can specify a non standard port for the server in the connection string. I believe it is the same with mysql.

    server = mysql.brinkster.com,4405; database = YourDbName;


  • Visual Basic Winsock and MySQL