Announcement

Collapse
No announcement yet.

oxinstaller fails with sql syntax error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • oxinstaller fails with sql syntax error

    Hi,

    I wasn't able to find anything about this in the forums or the wiki. I hope someone here has a solution:

    When I run oxinstaller, it fails with the following output:

    initializing database (step 1/2)ERROR 1064 (42000) at line 10: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PROCEDURE get_configdb_id() NOT DETERMINISTIC MODIFIES SQL DATA
    BEGIN
    INSERT' at line 1
    ERROR 1146 (42S02) at line 7: Table 'configdb.db_pool' doesn't exist
    ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PROCEDURE IF EXISTS get_configdb_id' at line 1

    Could this be a mysql configuration issue? Or is there just something broken in that sql script?

    Regards

    Jonas

  • #2
    Open-Xchange requires MySQL 5 and later.
    Just found this in the manual, I was running 4.1. I guess that's the problem.

    Comment

    Working...
    X