A theory I had was that the problem may be to do with the error 87 mentioned in the mysql-error-log which is described on mysql.com as: "87 (ERROR_INVALID_PARAMETER) The parameter is incorrect. (If this error occurs on Windows and you have enabled innodb_file_per_table in a server option file, add the line innodb_flush_method=unbuffered to the file as well.)"
The fix at mysql.com concerns the mysql db options innodb_file_per_table and innodb_flush_method=unbuffered, if the first is being used on Windows then the 2nd should be too. Searching strings in the mysqld.exe that is in the SC7 distribution finds innodb_file_per_table but not innodb_flush_method=unbuffered, which may be something or nothing at all and doesn't explain why SC7 installs fine on most XP systems, but not all. Though another mention of error 87 (I forget where) linked it to a hard drive device driver issue, which might explain it after all. Doesn't help us get it working though. -- ianto39 ------------------------------------------------------------------------ ianto39's Profile: http://forums.slimdevices.com/member.php?userid=17079 View this thread: http://forums.slimdevices.com/showthread.php?t=46730 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
