JJZolx;210827 Wrote: 
> Sorry about that, not sure what happened.  Here it is again:
> 
> 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 line
> 
> bind-address   : 127.0.0.01
> 
> to 
> 
> #bind-address   : 127.0.0.1
> 
> and 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.

Great info, works a treat.  Just for completeness you also need to make
sure you open the firewall for port 9092 (or whatever port you are
using) if you have a firewall configured.

matt


-- 
MattW

---
Smoke me a kipper, I'll be back for breakfast
------------------------------------------------------------------------
MattW's Profile: http://forums.slimdevices.com/member.php?userid=8547
View this thread: http://forums.slimdevices.com/showthread.php?t=36328

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to