
| Key: |
OQ-39
|
| Type: |
Bug
|
| Status: |
Closed
|
| Priority: |
Trivial
|
| Assignee: |
Dick Anderson
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
OpenQuote
Created: 15/Aug/08 12:00 AM
Updated: 11/Oct/08 12:00 AM
|
|
| Component/s: |
openquote
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.1
|
|
|
Line 6 of the openquote-community-1.0SP1/setup/MySql-dump.sql file (the underline) needs to be modified as follows for installation in Mysql 5.0. A space has to be inserted in character position 3 to turn this line into a comment. MySql 5.0 has strict syntax checking. From: -- Server version 4.1.22-standard -- MySQL dump 9.07 -- -- Host: localhost Database: openquote_1_0 --------------------------------------------------------- To: -- Server version 4.1.22-standard -- MySQL dump 9.07 -- -- Host: localhost Database: openquote_1_0 -- -------------------------------------------------------
|
|
Description
|
Line 6 of the openquote-community-1.0SP1/setup/MySql-dump.sql file (the underline) needs to be modified as follows for installation in Mysql 5.0. A space has to be inserted in character position 3 to turn this line into a comment. MySql 5.0 has strict syntax checking. From: -- Server version 4.1.22-standard -- MySQL dump 9.07 -- -- Host: localhost Database: openquote_1_0 --------------------------------------------------------- To: -- Server version 4.1.22-standard -- MySQL dump 9.07 -- -- Host: localhost Database: openquote_1_0 -- ------------------------------------------------------- |
Show » |
| There are no comments yet on this issue.
|
|