[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread stuorguk
I already have mysql on my system. Would I save on recourses if I made use if it, and not the one that comes with slim? Also, will slimserver create the database structure on it's own? -- stuorguk stuorguk's Profile:

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread jania
I use my own installation of MySQL with SlimServer 6.5 and it works just fine, creates the database structure on its own and everything. Not sure if its saving any resources, just figured I'd make use of the MySQL instance i already had running. -jason -- jania

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread JJZolx
streaml1ne;137805 Wrote: Should 6.5.0 respect a dbsource entry in slimserver.conf that points to a remote SQL server? It keeps trying to start it's own local mysqld, but I don't want MySQL running on the system I'm hosting Slimserver on. Is there a way to force it to bypass starting the

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread streaml1ne
I've done all of this. The database was intact from the 6.3 build I had on the server. Slim 6.5.0 still tries to start a local mysqld. This is on FreeBSD and slim spits out the following log entry then shuts down. 2006-09-21 14:17:51.7423 ERROR: MySQLHelper: startServer() Couldn't find a

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread JJZolx
streaml1ne;138046 Wrote: I've done all of this. The database was intact from the 6.3 build I had on the server. Slim 6.5.0 still tries to start a local mysqld. This is on FreeBSD and slim spits out the following log entry then shuts down. 2006-09-21 14:17:51.7423 ERROR: MySQLHelper:

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread erland
I just upgraded and noticed that the new syntax of the dbsource parameter is really important. The old syntax that I used in 6.3 with mysql didn't work, then slimserver succeeded to connect to the mysql database for the upgrade but failed to connect later. On the development machine where I have

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread streaml1ne
Ok, clearing the mysql db entirely and restarting the server yielded this: 2006-09-21 14:38:31.4961 Warning: Migrating from 6.3.x used with MySQL! 2006-09-21 14:38:33.4797 Use of uninitialized value in join or string at /usr/local/lib/perl5/5.8.8/File/Spec/Unix.pm line 81. can't create

[slim] Re: 6.5.0 remote mysqld

2006-09-21 Thread benh
Sounds like maybe you're using sudo? I was starting SlimServer 6.3.x just fine as the slimserver user using sudo in /etc/rc.local, and that was failing on 6.5. I could su to the slimserver user and start slimserver.pl, but could not execute it via sudo. Did some poking and ended up adding -H