Forums / Install & configuration / Manual install - failure of kernel_schema.sql

Manual install - failure of kernel_schema.sql

Author Message

David Gordon

Thursday 02 September 2004 6:59:33 am

I have a local copy of eZ Publish running, now I want to install it on a live server.

Firstly the Install Wizard has failed. It cannot connect to my mySQL database - even though I can via ssh using the
same username/password. So I thought I would do a manual install. Following the instructions here
http://ez.no/ez_publish/documentation/installation/manual_installation/manual_configuration_of_ez_publish when I run the kernal_schema.sql I get the following errors

[admin@ mysql]$ source kernel_schema.sql
-bash: kernel_schema.sql: line 11: syntax error near unexpected token `('
-bash: kernel_schema.sql: line 11: `CREATE TABLE ezapprove_items ('

and with cleandata.sql

[admin@ mysql]$ source cleandata.sql
-bash: cleandata.sql: line 86: syntax error near unexpected token `('
-bash: cleandata.sql: line 86: `INSERT INTO ezcontentclass 
(id, version, name, identifier, contentobject_name, creator_id, modifier_id, created, modified, remote_id) 
VALUES(1,0,'Folder','folder','<short_name|name>
',14,14,1024392098,1082454875,'a3d405b81be900468eb153d774f4f0d2');'

I have mySQL 3.53.28
PHP 4.12

Thanks

David Gordon

Thursday 02 September 2004 7:02:00 am

Sorry for the long lines - I assumed they would be wrapped... Maybe that would be a good idea!