filmov
tv
MySQL How to Drop Foreign Keys and indexes [error #1553 solved ]

Показать описание
Mysql error #1553 cannot drop index
I will show you in this video how to delete foreign keys and indexes in MySQL, I used PhpMyAdmin but the method is the same if you use another utilities.
MySQL requests used in this tutorial:
SHOW CREATE TABLE `tableName`;
ALTER TABLE `tableName` DROP FOREIGN KEY `ForeignKeyName`;
ALTER TABLE `tableName` DROP INDEX `IndexName`;
Don't forget to like and subscribe. Thanks.
#MySQL
#ZtopiaTech
I will show you in this video how to delete foreign keys and indexes in MySQL, I used PhpMyAdmin but the method is the same if you use another utilities.
MySQL requests used in this tutorial:
SHOW CREATE TABLE `tableName`;
ALTER TABLE `tableName` DROP FOREIGN KEY `ForeignKeyName`;
ALTER TABLE `tableName` DROP INDEX `IndexName`;
Don't forget to like and subscribe. Thanks.
#MySQL
#ZtopiaTech
MySQL How to Drop Foreign Keys and indexes [error #1553 solved ]
Remove Foreign Key constraint from existing column of a table in Mysql
Lecture #17 How to drop foreign key in mysql
MySQL: FOREIGN KEYS are easy (kind of)
Add Foreign key constraint to existing column in Mysql tutorial
(MySQL) Create a database, alter table, insert into, drop column, foreign key using CMD.
MySQL: ON DELETE
How to set Foreign key in MySQL database | How to delete the parent column| Restrict and CASCASE
How to Drop Foreign Key in MySQL. (Can't update/delete parent row) Problem solved!
How to temporarily disable foreign key constraint MySQL
How to create foreign key in phpMyAdmin
Delete or remove foreign key from a table in MYSQL Workbench
How Add a Foreign Key Constraint (Make Relationships) in MySQL WorkBench
Learning MySQL - FOREIGN KEY CONSTRAINTS
How to truncate foreign key constraint MySQL
Remove or drop UNIQUE constraint of column in existing table in Mysql
How To: Alter Table In MySQL (3 Min) | Modify Columns, Alter Foreign Key Contraints
MySQL Foreign Key - The Only Guide You Need
How to create add and delete foreign key in mysql database
MySQL 17 - ON DELETE and ON UPDATE
How to List foreign keys in MySQL database
MySQL tutorial 18 - Foreign Keys
how to add/drop primary key in MySQL table
How To: On Delete Cascade Vs. Restrict In MySQL (2 Min) | Foreign Key Constraints
Комментарии