CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Post Installation Error (cannot execute -- * -- * -- CREATE TABLE civicrm_countr
Pages: [1]

Author Topic: Post Installation Error (cannot execute -- * -- * -- CREATE TABLE civicrm_countr  (Read 1359 times)

rainbowjammer

  • Guest
Post Installation Error (cannot execute -- * -- * -- CREATE TABLE civicrm_countr
December 18, 2007, 08:36:32 am
Installed civiCRM with no problems, went to Component | submenu.. and get the following errors on all civiCRM menus:

Cannot execute -- * -- * -- * -- * CREATE TABLE civicrm_country ( id int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Country Id', name varchar(64) COMMENT 'Country Name', iso_code char(2) COMMENT 'ISO Code', country_code varchar(4) COMMENT 'National prefix to be used when dialing TO this country.', idd_prefix varchar(4) COMMENT 'International direct dialing prefix from within the country TO another country', ndd_prefix varchar(4) COMMENT 'Access prefix to call within a country to a different area' , PRIMARY KEY ( id ) , UNIQUE INDEX UI_name_iso_code( name , iso_code ) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci: DB Error: unknown error

I have read the forums regarding PHP and mySQL versions and I have this installed on mu local machine with the following versions:

PHP built On: Windows NT 0001-XP99AL 5.1 build 2600
Database Version: 5.0.45-community-nt-log
PHP Version: 5.2.3

Can anyone help?

Regards

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Post Installation Error (cannot execute -- * -- * -- CREATE TABLE civicrm_co
December 18, 2007, 07:58:04 pm

this has been reported on the mailing list / forums in the past. When we did track it down, the behavior seemed to be different on various mysql versions (this was specifically the case with mysql 4.0.27 (i think)). Kinda surprised its still happening ith 5.0.45 (i'm using the same version on macosx and dont have that problem)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Post Installation Error (cannot execute -- * -- * -- CREATE TABLE civicrm_countr

This forum was archived on 2017-11-26.