mysql-error-1005
MySQL: error 150 using ON UPDATE SET NULL and ON DELETE SET NULL, why?
i have this: DROP TABLE IF EXISTS `sf_guard_user`; CREATE TABLE `sf_guard_user` ( 开发者_Go百科`id` INTEGER(11)NOT NULL AUTO_INCREMENT,[详细]
2023-02-10 21:43 分类:问答Hibernate Schema update issue
I\'ve added a string field to my hibernate persistent class, and restarted the application. It started SchemaUpgrade, and resulted in several errors like this one:[详细]
2023-02-08 20:47 分类:问答Can not create table, errno: 150
What is bad in these queries for creating tables? CREATETABLE IF NOT EXISTS `CVM`.`CANDIDATE` ( `ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT ,[详细]
2023-01-30 12:43 分类:问答Why does this MySQL Create Table statement fail?
Using mySQLAdmin tool, I try to create a table. The tool generates the SQL statement, and then replorts a \"Can\'t create table\" with no other clue on what error it is![详细]
2023-01-28 06:58 分类:问答MySQL 1005 error when creating table using InnoDB engine
When I try to create a table with the following definition, CREATE TABLE `demo` ( `id` INT(11) NOT NULL auto_increment,[详细]
2023-01-25 11:07 分类:问答Error with foreign key
I\'m having problems with creating mySQL table within Java program. I constantly get Can\'t create table... errno: 150[详细]
2023-01-24 22:31 分类:问答MySQL Foreign Key Error 1005 errno 150 primary key as foreign key
I\'m making a small DataBase with MySQL Workbench. I have a main table, called "Immobili", which has a Primary Key composed by four columns: (Comune, Via, Civico, Immobile).[详细]
2023-01-22 14:07 分类:问答MySQL foreign key to another foreign key
The idea is quite simple: i have three (or more) tables - master_tbl (id, something, somethingelse) - tbl2 (id, ....)[详细]
2023-01-22 13:17 分类:问答mysql simple problem with foreign keys
I have two tables: Table Author: ID (INTEGER), author_name (VARCHAR), first_name (VARCHAR), last_name (VARCHAR),[详细]
2023-01-22 10:24 分类:问答error in making table -mysql
The Error is: Can\'t create table c.handsets How do i find the problem? I havem开发者_开发问答adea database and I found that my other tables are created in it but only one is giving me this error.Th[详细]
2023-01-19 09:23 分类:问答
加载中,请稍侯......