Guest User

Untitled

a guest
Feb 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.50 KB | None | 0 0
  1. mysql> use centreon2_storage
  2. Reading table information for completion of table and column names
  3. You can turn off this feature to get a quicker startup with -A
  4.  
  5. Database changed
  6. mysql> ALTER TABLE `hoststateevents` DROP FOREIGN KEY `hoststateevents_ibfk_1`;
  7. Query OK, 0 rows affected (0.79 sec)
  8. Records: 0  Duplicates: 0  Warnings: 0
  9.  
  10. mysql> ALTER TABLE `servicestateevents` DROP FOREIGN KEY `servicestateevents_ibfk_1`;
  11. Query OK, 0 rows affected (2.24 sec)
  12. Records: 0  Duplicates: 0  Warnings: 0
Add Comment
Please, Sign In to add comment