You are on page 1of 1

update big table mysql /*!40101 SET NAMES utf8 */; /*!40014 SET FOREIGN_KEY_CHECKS=0 */; /*!

40000 ALTER TABLE `usuarios_permissoes` DISABLE KEYS */; /*!40000 ALTER TABLE `usuarios_permissoes` ENABLE KEYS */; /*!40014 SET FOREIGN_KEY_CHECKS=1 */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

You might also like