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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
| Initializing JDBC driver ...
Driver class MySQL JDBC Driver 5.0
Opening connection ...
Connection jdbc:mysql://localhost:3306/?user=root&password=toto&useServerPrepStmts=false&characterEncoding=UTF-8
Execute script header commands.
-- ----------------------------------------------------------------------
-- MySQL GRT Application
-- SQL Script
-- ----------------------------------------------------------------------
SET FOREIGN_KEY_CHECKS = 0
Creating schema db1 ...
CREATE DATABASE IF NOT EXISTS `db1`
CHARACTER SET latin1 COLLATE latin1_swedish_ci
Creating schema db1 ...
USE `db1`
Creating tables ...
Creating table AVL ...
DROP TABLE IF EXISTS `db1`.`AVL`
Creating table AVL ...
CREATE TABLE `db1`.`AVL`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table BOM ...
DROP TABLE IF EXISTS `db1`.`BOM`
Creating table BOM ...
CREATE TABLE `db1`.`BOM`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table BOM_COMPONENT ...
DROP TABLE IF EXISTS `db1`.`BOM_COMPONENT`
Creating table BOM_COMPONENT ...
CREATE TABLE `db1`.`BOM_COMPONENT`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table BOM_PROJECT ...
DROP TABLE IF EXISTS `db1`.`BOM_PROJECT`
Creating table BOM_PROJECT ...
CREATE TABLE `db1`.`BOM_PROJECT`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table COMPONENT_PRICE ...
DROP TABLE IF EXISTS `db1`.`COMPONENT_PRICE`
Creating table COMPONENT_PRICE ...
CREATE TABLE `db1`.`COMPONENT_PRICE`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table COMPOSANT ...
DROP TABLE IF EXISTS `db1`.`COMPOSANT`
Creating table COMPOSANT ...
CREATE TABLE `db1`.`COMPOSANT`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table CPN_LIST ...
DROP TABLE IF EXISTS `db1`.`CPN_LIST`
Creating table CPN_LIST ...
CREATE TABLE `db1`.`CPN_LIST`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table CUSTOMER ...
DROP TABLE IF EXISTS `db1`.`CUSTOMER`
Creating table CUSTOMER ...
CREATE TABLE `db1`.`CUSTOMER`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table DESIGNATOR ...
DROP TABLE IF EXISTS `db1`.`DESIGNATOR`
Creating table DESIGNATOR ...
CREATE TABLE `db1`.`DESIGNATOR`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table EVENT_PRICE ...
DROP TABLE IF EXISTS `db1`.`EVENT_PRICE`
Creating table EVENT_PRICE ...
CREATE TABLE `db1`.`EVENT_PRICE`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table GCE ...
DROP TABLE IF EXISTS `db1`.`GCE`
Creating table GCE ...
CREATE TABLE `db1`.`GCE`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table GCE_PROJET ...
DROP TABLE IF EXISTS `db1`.`GCE_PROJET`
Creating table GCE_PROJET ...
CREATE TABLE `db1`.`GCE_PROJET`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT ...
DROP TABLE IF EXISTS `db1`.`NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT`
Creating table NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT ...
CREATE TABLE `db1`.`NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table PROJECT ...
DROP TABLE IF EXISTS `db1`.`PROJECT`
Creating table PROJECT ...
CREATE TABLE `db1`.`PROJECT`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table PROJECT_STATUS ...
DROP TABLE IF EXISTS `db1`.`PROJECT_STATUS`
Creating table PROJECT_STATUS ...
CREATE TABLE `db1`.`PROJECT_STATUS`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table SUPLIERS ...
DROP TABLE IF EXISTS `db1`.`SUPLIERS`
Creating table SUPLIERS ...
CREATE TABLE `db1`.`SUPLIERS`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating table VPN_LIST ...
DROP TABLE IF EXISTS `db1`.`VPN_LIST`
Creating table VPN_LIST ...
CREATE TABLE `db1`.`VPN_LIST`
)
ENGINE = INNODB
An error occured while executing the SQL statement.
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 2
Creating views ...
Creating procedures ...
Execute script footer commands.
SET FOREIGN_KEY_CHECKS = 1 |
Partager