Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default SO CLOSE!

    I'm using coldfusion and the MYSQL Migration toolkit to create my web
    application but when I'm trying to convert my access database to mysql
    everything goes through the wizard fine but in the detailed report towards the
    end it states:



    --------------------------------------------------------------------------------
    -- MySQL Migration Toolkit Report
    --
    --
    --
    -- Title: Summary Of The Migration Process
    --
    -- Date: 2005-06-25 11:25
    --

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


    1. Schema Migration
    -------------------

    Number of migrated schemata: 1

    Schema Name: userdata
    - Tables: 8
    - Views: 0
    - Procedures: 0
    - Triggers: 0
    - Structured Types: 0

    Details:

    - Tables
    `userdata`.`Comments`
    ---------------------
    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
    'ENGINE = INNODB' at line 9

    `userdata`.`Contacts`
    ---------------------
    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
    'ENGINE = INNODB' at line 22

    `userdata`.`Guestbook`
    ----------------------
    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
    'ENGINE = INNODB' at line 11

    `userdata`.`Newsletter`
    -----------------------
    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
    'ENGINE = INNODB' at line 16

    `userdata`.`Orders`
    -------------------
    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
    'ENGINE = INNODB' at line 18

    `userdata`.`Subscribers`
    ------------------------
    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
    'ENGINE = INNODB' at line 20

    `userdata`.`Tools_content`
    --------------------------
    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
    'ENGINE = INNODB' at line 23

    `userdata`.`UserRoles`
    ----------------------
    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
    'ENGINE = INNODB' at line 8

    - Views
    - Procedures
    - Triggers
    - Structured Types


    2. Data Bulk Transfer
    ---------------------

    `userdata`.`Comments`
    ---------------------
    0 row(s) transfered.

    `userdata`.`Contacts`
    ---------------------
    Table 'userdata.Contacts' doesn't exist
    8 row(s) transfered.

    `userdata`.`Guestbook`
    ----------------------
    Table 'userdata.Guestbook' doesn't exist
    10 row(s) transfered.

    `userdata`.`Newsletter`
    -----------------------
    0 row(s) transfered.

    `userdata`.`Orders`
    -------------------
    0 row(s) transfered.

    `userdata`.`Subscribers`
    ------------------------
    0 row(s) transfered.

    `userdata`.`Tools_content`
    --------------------------
    Table 'userdata.Tools_content' doesn't exist
    2 row(s) transfered.

    `userdata`.`UserRoles`
    ----------------------
    Table 'userdata.UserRoles' doesn't exist
    5 row(s) transfered.


    End of report.

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

    I have not generated any SQL code the migration kit did it all for me, so I'm
    unsure how to correct this, any help would be truly appreciated.


    Thanks,

    Leon ;)

    Black People Online Guest

  2. Similar Questions and Discussions

    1. So close, yet so far...
      Hi all, I'd appreciate any pointers to get my setup running correctly. I have Flash Media Server 2.0 (Developer edition) on my local machine. I...
    2. Close pop up?
      I'm browsing a site and this annoying Flash Player ad is sitting right in front of the content I wish to read. I can't move it, I can't close it;...
    3. Close an swf file from another swf
      Suppose we have two swf files, preloadmovie and mainmovie. I would like to play preloadmovie until the download of mainmovie is complete. Then...
    4. close my project that is in a browser window (close this window)
      How can I do this with a button? What do I have to put into button?
    5. up close
      Hi, How close are you getting? Sometimes you have to get into Macro mode ( if you camera has it). Also check your manual. If you get closer than...
  3. #2

    Default Re: SO CLOSE!

    > I'm using coldfusion and the MYSQL Migration toolkit to create my web
    > application but when I'm trying to convert my access database to mysql
    > everything goes through the wizard fine but in the detailed report towards
    the
    > end it states:
    >
    >
    >
    > --------------------------------------------------------------------------
    ------
    > -- MySQL Migration Toolkit Report
    > --
    > --
    > --
    > -- Title: Summary Of The Migration Process
    > --
    > -- Date: 2005-06-25 11:25
    > --
    >
    > --------------------------------------------------------------------------
    ------
    >
    >
    > 1. Schema Migration
    > -------------------
    >
    > Number of migrated schemata: 1
    >
    > Schema Name: userdata
    > - Tables: 8
    > - Views: 0
    > - Procedures: 0
    > - Triggers: 0
    > - Structured Types: 0
    >
    > Details:
    >
    > - Tables
    > `userdata`.`Comments`
    > ---------------------
    > 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
    > 'ENGINE = INNODB' at line 9
    Do you have the INNODB engine active in MySQL ? If no, then make it active.
    You can also try to choose a different Engine (e.g. MyISAM) in the
    conversion wizard.

    --
    <mack />


    Neculai Macarie Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139