I've managed to get the latest Slimserver 6.5 from SVN working with MySql 5.
To get it working, you need to do the following: 1) For all versions of 6.5, the following bug exists: http://forums.slimdevices.com/showthread.php?t=20056 To fix this bug, edit the file mysql/dbcreate.sql and change the following line: contributor int(10) unsigned NOT NULL, to read: contributor int(10) unsigned, 2) The following bug exists in svn 5516 or later: http://forums.slimdevices.com/showthread.php?t=20054 This bug was introduced in svn 5516. No fix yet, but to get around the problem, roll back to svn 5515 and perform a scan. The scan then populates the database correctly except for artwork (see bug 2780, which was supposed to be solved by svn 5516). Once you've populated the database, you can then move back to the latest svn revision. Good luck - let me know if it works for you!! Hopefully Dan will fix both these problems soon..... Chris -- cbemoore ------------------------------------------------------------------------ cbemoore's Profile: http://forums.slimdevices.com/member.php?userid=163 View this thread: http://forums.slimdevices.com/showthread.php?t=19242 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
