pfarrell;451062 Wrote: > I can only do that if someone tells me what port to tell the client to > connect to. > > I've found that the usual 3306 does not work.
On *nix I would have thought you'd be running with the system's MySQL server. If you're running with the bundled server then it's port 9092 http://forums.slimdevices.com/showthread.php?t=56882 Note that the bundled MySQL server also only listens on localhost, so if you want to connect from a different machine then you'll need to comment out the bind-address line in my.tt and restart the MySQL server. -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=66972 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
