mysqlHow to disable foreign keys constraints
SET FOREIGN_KEY_CHECKS = 0;ctrl + cFOREIGN_KEY_CHECKSthis option disables/enables foreign keys integrity checks |
More of Mysql
- How to find my.cnf config file
- Create dump of a database to a filename with date
- What is the INT column max value and size
- What is the TINYTEXT column max size (length) in Mysql
- Insert/update multiple rows in single query
- How to find duplicate varchar/text column values in table
- Truncate all tables in a specific database
- What is the MEDIUMTEXT column max size (length) in Mysql
- Replace string with regex
- Get default charset of a database
See more codes...