I just finish making my server public (non-hamachi) and im able t play the game and everything.Then i try to go on navicat and heidisql but it says can't connect to myql(127.0.0.1)10061. I tried my dydns too but still got the same thing.
I just finish making my server public (non-hamachi) and im able t play the game and everything.Then i try to go on navicat and heidisql but it says can't connect to myql(127.0.0.1)10061. I tried my dydns too but still got the same thing.
1- Be sure using the Task manager none mysqld process is running as service.
2- Open a DOS prompt and go the install \bin directory.
3- Run the below command:
mysqld-nt --standalone --console
4- Open another DOS prompt and go too to the \bin directory.
5- Run the below command:
mysql -uroot -p
you will see something like below:
c:\mysql\bin>mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 18 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>