Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. [root@mon mariadb]# cat /var/log/mariadb/mariadb.log
  2. 181211 17:18:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
  3. 181211 17:18:34 [Note] /usr/libexec/mysqld (mysqld 5.5.60-MariaDB) starting as process 29442 ...
  4. 181211 17:18:34 InnoDB: The InnoDB memory heap is disabled
  5. 181211 17:18:34 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  6. 181211 17:18:34 InnoDB: Compressed tables use zlib 1.2.7
  7. 181211 17:18:34 InnoDB: Using Linux native AIO
  8. 181211 17:18:34 InnoDB: Initializing buffer pool, size = 4.0G
  9. 181211 17:18:34 InnoDB: Completed initialization of buffer pool
  10. 181211 17:18:34 InnoDB: highest supported file format is Barracuda.
  11. InnoDB: 127 rollback segment(s) active.
  12. 181211 17:18:34 InnoDB: Waiting for the background threads to start
  13. 181211 17:18:35 Percona XtraDB (http://www.percona.com) 5.5.59-MariaDB-38.11 started; log sequence number 4429482088460
  14. 181211 17:18:35 [Note] Plugin 'FEEDBACK' is disabled.
  15. 181211 17:18:36 [Note] Server socket created on IP: '0.0.0.0'.
  16. 181211 17:18:36 [ERROR] mysqld: Table './mysql/user' is marked as crashed and should be repaired
  17. 181211 17:18:36 [Warning] Checking table: './mysql/user'
  18. 181211 17:18:36 [ERROR] mysql.user: 1 client is using or hasn't closed the table properly
  19. 181211 17:18:36 [ERROR] mysqld: Table './mysql/db' is marked as crashed and should be repaired
  20. 181211 17:18:36 [Warning] Checking table: './mysql/db'
  21. 181211 17:18:36 [ERROR] mysql.db: 2 clients are using or haven't closed the table properly
  22. 181211 17:18:36 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
  23. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
  24. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
  25. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
  26. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
  27. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
  28. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
  29. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
  30. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
  31. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
  32. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
  33. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
  34. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
  35. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
  36. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
  37. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
  38. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
  39. 181211 17:18:36 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
  40. 181211 17:18:36 [ERROR] Incorrect definition of table mysql.event: expected column 'sql_mode' at position 14 to have type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','IGNORE_BAD_TABLE_OPTIONS','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_ALL_TABLES','NO_ZERO_IN_DATE','NO_ZERO_DATE','INVALID_DATES','ERROR_FOR_DIVISION_BY_ZERO','TRADITIONAL','NO_AUTO_CREATE_USER','HIGH_NOT_PRECEDENCE','NO_ENGINE_SUBSTITUTION','PAD_CHAR_TO_FULL_LENGTH'), found type set('REAL_AS_FLOAT','PIPES_AS_CONCAT','ANSI_QUOTES','IGNORE_SPACE','NOT_USED','ONLY_FULL_GROUP_BY','NO_UNSIGNED_SUBTRACTION','NO_DIR_IN_CREATE','POSTGRESQL','ORACLE','MSSQL','DB2','MAXDB','NO_KEY_OPTIONS','NO_TABLE_OPTIONS','NO_FIELD_OPTIONS','MYSQL323','MYSQL40','ANSI','NO_AUTO_VALUE_ON_ZERO','NO_BACKSLASH_ESCAPES','STRICT_TRANS_TABLES','STRICT_A
  41. 181211 17:18:36 [ERROR] Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler.
  42. 181211 17:18:36 [Note] /usr/libexec/mysqld: ready for connections.
  43. Version: '5.5.60-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement