Page 1 of 1

5.1.3 and mysql 5.0.37 error

Posted: Mon Oct 29, 2007 5:35 pm
by tservice
during install of 5.1.3 i have a error.
Failed to save configuration data: You have an error in your SQL syntax; check tha manual that corresponds to your MySql server version for the right syntax to use near "C:\" at line 1

I an using mysql 5.0.37 Do I need to use a different release?

Posted: Mon Oct 29, 2007 6:35 pm
by pacsone
This seems to be a bug in the 5.1.3 installer.

As a workaround, try entering the Default Archive Directory field as the Unix-style path instead, i.e., instead of entering:

Code: Select all

C:\Archive\Dicom\
Enter the following instead:

Code: Select all

C:/Archive/Dicom/

Posted: Mon Oct 29, 2007 7:54 pm
by tservice
That worked thanks