After installing new version mysql 5.6.-e17 on my centos cant' start mysql and cant open my plesk login page also cant' open my websites pages only working ssh i dont know what can i do for repair this please help me !!!!!!!!!!!
This is my mysql log.
160802 23:57:56 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2016-08-02 23:57:59 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-08-02 23:57:59 0 [Note] /usr/sbin/mysqld (mysqld 5.6.32) starting as process 13856 ...
2016-08-02 23:57:59 13856 [Note] Plugin 'FEDERATED' is disabled.
2016-08-02 23:57:59 13856 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016-08-02 23:57:59 13856 [Note] InnoDB: The InnoDB memory heap is disabled
2016-08-02 23:57:59 13856 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-08-02 23:57:59 13856 [Note] InnoDB: Memory barrier is not used
2016-08-02 23:57:59 13856 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-08-02 23:57:59 13856 [Note] InnoDB: Using Linux native AIO
2016-08-02 23:57:59 13856 [Note] InnoDB: Using CPU crc32 instructions
2016-08-02 23:57:59 13856 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-08-02 23:57:59 13856 [Note] InnoDB: Completed initialization of buffer pool
2016-08-02 23:57:59 13856 [Note] InnoDB: Highest supported file format is Barracuda.
2016-08-02 23:58:00 13856 [Warning] InnoDB: Resizing redo log from 2*320 to 2*3072 pages, LSN=775811126
2016-08-02 23:58:00 13856 [Warning] InnoDB: Starting to delete and rewrite log files.
2016-08-02 23:58:00 13856 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2016-08-02 23:58:01 13856 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2016-08-02 23:58:02 13856 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2016-08-02 23:58:02 13856 [Warning] InnoDB: New log files created, LSN=775811126
2016-08-02 23:58:02 13856 [Note] InnoDB: 128 rollback segment(s) are active.
2016-08-02 23:58:02 13856 [Note] InnoDB: Creating tablespace and datafile system tables.
2016-08-02 23:58:02 13856 [Note] InnoDB: Tablespace and datafile system tables created.
2016-08-02 23:58:02 13856 [Note] InnoDB: Waiting for purge to start
2016-08-02 23:58:02 13856 [Note] InnoDB: 5.6.32 started; log sequence number 775811126
2016-08-02 23:58:02 13856 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 2f186d78-58fc-11e6-971d-d050997ce85a.
2016-08-02 23:58:02 13856 [Note] Server hostname (bind-address): '*'; port: 3306
2016-08-02 23:58:02 13856 [Note] IPv6 is available.
2016-08-02 23:58:02 13856 [Note] - '::' resolves to '::';
2016-08-02 23:58:02 13856 [Note] Server socket created on IP: '::'.
2016-08-02 23:58:02 13856 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_host_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_user_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_account_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'host_cache' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'objects_summary_global_by_type' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
And this when i enter :
[root@admin51830019 log]# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
[root@admin51830019 log]# mysqld
160807 12:30:57 [Note] mysqld (mysqld 10.0.26-MariaDB) starting as process 3969 ...
160807 12:30:57 [ERROR] Fatal error: Please consult the Knowledge Base to find out how to run mysqld as root!
160807 12:30:57 [ERROR] Aborting
160807 12:30:57 [Note] mysqld: Shutdown complete
And when trying to start mysqld:
[root@admin51830019 /]# service mysqld start
mysqld: unrecognized service
[root@admin51830019 /]# service mysql start
mysql: unrecognized service
This is my mysql log.
160802 23:57:56 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2016-08-02 23:57:59 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-08-02 23:57:59 0 [Note] /usr/sbin/mysqld (mysqld 5.6.32) starting as process 13856 ...
2016-08-02 23:57:59 13856 [Note] Plugin 'FEDERATED' is disabled.
2016-08-02 23:57:59 13856 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016-08-02 23:57:59 13856 [Note] InnoDB: The InnoDB memory heap is disabled
2016-08-02 23:57:59 13856 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-08-02 23:57:59 13856 [Note] InnoDB: Memory barrier is not used
2016-08-02 23:57:59 13856 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-08-02 23:57:59 13856 [Note] InnoDB: Using Linux native AIO
2016-08-02 23:57:59 13856 [Note] InnoDB: Using CPU crc32 instructions
2016-08-02 23:57:59 13856 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-08-02 23:57:59 13856 [Note] InnoDB: Completed initialization of buffer pool
2016-08-02 23:57:59 13856 [Note] InnoDB: Highest supported file format is Barracuda.
2016-08-02 23:58:00 13856 [Warning] InnoDB: Resizing redo log from 2*320 to 2*3072 pages, LSN=775811126
2016-08-02 23:58:00 13856 [Warning] InnoDB: Starting to delete and rewrite log files.
2016-08-02 23:58:00 13856 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2016-08-02 23:58:01 13856 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2016-08-02 23:58:02 13856 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2016-08-02 23:58:02 13856 [Warning] InnoDB: New log files created, LSN=775811126
2016-08-02 23:58:02 13856 [Note] InnoDB: 128 rollback segment(s) are active.
2016-08-02 23:58:02 13856 [Note] InnoDB: Creating tablespace and datafile system tables.
2016-08-02 23:58:02 13856 [Note] InnoDB: Tablespace and datafile system tables created.
2016-08-02 23:58:02 13856 [Note] InnoDB: Waiting for purge to start
2016-08-02 23:58:02 13856 [Note] InnoDB: 5.6.32 started; log sequence number 775811126
2016-08-02 23:58:02 13856 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 2f186d78-58fc-11e6-971d-d050997ce85a.
2016-08-02 23:58:02 13856 [Note] Server hostname (bind-address): '*'; port: 3306
2016-08-02 23:58:02 13856 [Note] IPv6 is available.
2016-08-02 23:58:02 13856 [Note] - '::' resolves to '::';
2016-08-02 23:58:02 13856 [Note] Server socket created on IP: '::'.
2016-08-02 23:58:02 13856 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_host_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_user_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_account_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'host_cache' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'objects_summary_global_by_type' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
2016-08-02 23:58:02 13856 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
And this when i enter :
[root@admin51830019 log]# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")
[root@admin51830019 log]# mysqld
160807 12:30:57 [Note] mysqld (mysqld 10.0.26-MariaDB) starting as process 3969 ...
160807 12:30:57 [ERROR] Fatal error: Please consult the Knowledge Base to find out how to run mysqld as root!
160807 12:30:57 [ERROR] Aborting
160807 12:30:57 [Note] mysqld: Shutdown complete
And when trying to start mysqld:
[root@admin51830019 /]# service mysqld start
mysqld: unrecognized service
[root@admin51830019 /]# service mysql start
mysql: unrecognized service