4mula1;321858 Wrote: > Did you install from the tarball? This is the error I was used to > seeing when I did my initial install from the tarball when I wasn't > using the bundled MySQL and the default config file was unable to > connect to the database. > > Are you using your own MySQL instance?
I'm using the MySQL bundled with Solaris 10. I did edit the server.prefs file. After I ran slimserver.pl and it died, I went and logged into the DB. It looks like the slimserver did something because I did not. It added a new table 'dbix_migration', so it must have some ability to login to the DB. Think is must have MySQL5 ? See here: bash-3.00$ mysql -u slimserver Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 22 to server version: 4.0.24 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show databases -> ; +---------------+ | Database | +---------------+ | squeezecenter | | test | +---------------+ 2 rows in set (0.00 sec) mysql> connect squeezecenter Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Connection id: 23 Current database: squeezecenter mysql> show tables from squeezecenter; +-------------------------+ | Tables_in_squeezecenter | +-------------------------+ | dbix_migration | +-------------------------+ 1 row in set (0.00 sec) mysql> -- jslusser ------------------------------------------------------------------------ jslusser's Profile: http://forums.slimdevices.com/member.php?userid=18888 View this thread: http://forums.slimdevices.com/showthread.php?t=50110 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
