No, its for a remote connection to the mysql from a program I am developing using MySQL Net connector.
------------------
" MessageBox.Show("Please enter the required information to login.", AppName, MessageBoxButtons.OK, MessageBoxIcon.Information)
Else
Dim mMySQLConnectionString As String = "Server=??????;Database=**********;Uid=************;password=********"
"
------------------
I have tried my server, my domain, and the localhost none seem to work.