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
- Get largest tables list
- Insert/update multiple rows in single query
- Truncate all tables in a specific database
- Replace string with regex
- Get default charset of a database
- Get total size of specific databse
- Disable ONLY_FULL_GROUP_BY mode
- What is the TEXT column max size (length) in Mysql
- Insert new values or update if row exists
See more codes...