Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Anlegen neue Datenbank

    Scheduled Pinned Locked Moved Betrieb
    1 Posts 1 Posters 1.1k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      tesso
      last edited by

      Hallo, ich kann plötzloch keine neue Datenbank mehr erzeugen.
      Mit der idoit_data.sql aus den nightly-Version kommt folgender Fehler:

      SQL-Befehl:
      
      CREATE TABLE IF NOT EXISTS `isysgui_canvas_type` (
      `isysgui_canvas_type__id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
      `isysgui_canvas_type__title` int( 10 ) unsigned default NULL ,
      `isysgui_canvas_type__description` text COLLATE utf8_unicode_ci,
      `isysgui_canvas_type__height` float default NULL ,
      `isysgui_canvas_type__width` float default NULL ,
      `isysgui_canvas_type__status` int( 11 ) default '1',
      `isysgui_canvas_type__property` int( 11 ) default '0',
      PRIMARY KEY ( `isysgui_canvas_type__id` )
      ) ENGINE = InnoDB DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci AUTO_INCREMENT =1;
      
      MySQL meldet: Dokumentation
      #1005 - Can't create table './concorde/isysgui_canvas_type.frm' (errno: 121) 
      

      mit der Version der idoit_data.sql aus 0.9.4 kommt dieser Fehler

      SQL-Befehl:
      
      -- 
      -- Constraints der Tabelle `isys_wf_type_2_wf_tp`
      -- 
      ALTER TABLE `isys_wf_type_2_wf_tp` ADD CONSTRAINT `isys_wf_type_2_wf_tp_ibfk_2` FOREIGN KEY ( `isys_wf_type_2_wf_tp__isys_workflow_template_parameter__id` ) REFERENCES `isys_workflow_template_parameter` ( `isys_workflow_template_parameter__id` ) ,
      ADD CONSTRAINT `isys_wf_type_2_wf_tp_ibfk_1` FOREIGN KEY ( `isys_wf_type_2_wf_tp__isys_workflow_type__id` ) REFERENCES `isys_workflow_type` ( `isys_workflow_type__id` ) ;
      
      MySQL meldet: Dokumentation
      #1005 - Can't create table './ss/#sql-74e0_22.frm' (errno: 150) 
      

      Dabei hat es schon funktioniert. Mir fehlet gerade der Ansatz zur Fehlersuche.

      Hat vielleicht jemand von euch eine Idee und kann mein Brett vorm Kopf entfernen?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post