I am presented with this Error when trying to install the mySQL database... PLease Help

Author Message

Rik Giles

Wednesday 28 May 2003 10:06:49 am

I am presented with this Error when trying to install the mySQL database... Please Help

============================================================

Error

SQL-query :

--
---------------------------------------------------------
--
--

CREATE TABLE ezapprove_items (
id int(11) NOT NULL auto_increment,
workflow_process_id int(11) NOT NULL default '0',
collaboration_id int(11) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM

MySQL said:

You have an error in your SQL syntax near '---------------------------------------------------------
--
--

CREATE TABLE ez' at line 2

morphey morpholo

Thursday 19 June 2003 2:34:36 am

I have the same problem. Has someone resolved? thanks

Tony Wood

Thursday 19 June 2003 9:18:56 am

Looks like a problem with the kernel_schema.sql with this release, try adding an ; to the end of the CREATE TABLE command.

It looks like its been fixed in svn.

It should look like the below i guess

CREATE TABLE ezapprove_items (
id int(11) NOT NULL auto_increment,
workflow_process_id int(11) NOT NULL default '0',
collaboration_id int(11) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 04:03:13
Script start
Timing: Jan 31 2025 04:03:13
Module start 'layout'
Timing: Jan 31 2025 04:03:13
Module start 'content'
Timing: Jan 31 2025 04:03:13
Module end 'content'
Timing: Jan 31 2025 04:03:13
Script end

Main resources:

Total runtime0.0157 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 588.6328151.2734
Module start 'layout' 0.00620.0031 739.906336.8203
Module start 'content' 0.00930.0051 776.726690.2813
Module end 'content' 0.01440.0012 867.007833.9922
Script end 0.0156  901.0000 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002515.9239140.0002
Check MTime0.00117.2560140.0001
Mysql Total
Database connection0.00084.996610.0008
Mysqli_queries0.003622.782830.0012
Looping result0.00000.095910.0000
Template Total0.00095.810.0009
Template load0.00074.423010.0007
Template processing0.00021.334310.0002
Override
Cache load0.00053.146410.0005
General
dbfile0.00106.119480.0001
String conversion0.00000.057840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs