Advertisement
Guest User

error

a guest
Mar 14th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ALTER TABLE `dinoking`
  2. CHECKSUM=1,
  3. AUTO_INCREMENT=0;
  4. SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema`.`SCHEMATA` WHERE `SCHEMA_NAME`='dinokings';
  5. SHOW TABLE STATUS FROM `dinokings`;
  6. SHOW FUNCTION STATUS WHERE `Db`='dinokings';
  7. /* SQL Error (1728): Cannot load from mysql.proc. The table is probably corrupted */
  8. SHOW PROCEDURE STATUS WHERE `Db`='dinokings';
  9. /* SQL Error (1728): Cannot load from mysql.proc. The table is probably corrupted */
  10. SHOW TRIGGERS FROM `dinokings`;
  11. SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS` WHERE `EVENT_SCHEMA`='dinokings';
  12. /* SQL Error (1577): Cannot proceed because system tables used by Event Scheduler were found damaged at server start */
  13. SHOW CREATE TABLE `dinokings`.`dinoking`;
  14. /* Entering session "dinoking" */
  15. SHOW CREATE TABLE `dinokings`.`dinoking`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement