A heads up about the instructions at http://wiki.slimdevices.com/index.cgi?ExistingMySQLInstance.
I followed the instructions carefully but could not get a successful connection. The troublshooting instructions gave a hint in that the problem appeared to be connection related. Eventually, after failed attempts to connect to the database using the MySQL command line interface, I figured out that I needed: mysql> grant all on slimserver.* to 'slimserver'@'localhost' identified by 'slimserver_password'; I don't know enough about MySQL to know if this is a peculiarity about my setup, or a problem with the instructions. -- quietdragon ------------------------------------------------------------------------ quietdragon's Profile: http://forums.slimdevices.com/member.php?userid=10412 View this thread: http://forums.slimdevices.com/showthread.php?t=33879 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
