0 Members and 1 Guest are viewing this topic. Read 14525 times.
The default configuration of the bundled MySQL only listens on the localhost IP address of 127.0.0.1, which means you can only connect to MySQL from the same computer on which it's running. If you want to connect from another computer using SQLyog or any other software, you need to change that behavior.Edit the file /server/MySQL/my.tt and then restart both MySQL and SlimServer. Comment out the linebind-address : 127.0.0.01to#bind-address : 127.0.0.1and MySQL will then listen on both localhost and all other IP addresses bound to the machine.The port used is 9092, the username is 'slimserver' and the password is blank.