staff_nowa
Verified User
I run ./build mariadb and received error
And now cannot return to the same version
my.cnf
How possible solve issue now
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/usr/local/mysql/data/mysql.sock' (2)
mv: ‘mariadb-5.5.61-linux-glibc_214-x86_64.tar.gz’ and ‘/usr/local/mariadb-5.5.61-linux-glibc_214-x86_64.tar.gz’ are the same file
And now cannot return to the same version
180917 10:05:01 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
180917 10:05:01 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.5.60-MariaDB) starting as process 26873 ...
180917 10:05:01 InnoDB: The InnoDB memory heap is disabled
180917 10:05:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180917 10:05:01 InnoDB: Compressed tables use zlib 1.2.3
180917 10:05:01 InnoDB: Using Linux native AIO
180917 10:05:01 InnoDB: Initializing buffer pool, size = 128.0M
180917 10:05:01 InnoDB: Completed initialization of buffer pool
180917 10:05:01 InnoDB: highest supported file format is Barracuda.
180917 10:05:01 InnoDB: Waiting for the background threads to start
180917 10:05:02 Percona XtraDB (http://www.percona.com) 5.5.59-MariaDB-38.11 started; log sequence number 11513921
180917 10:05:02 [Note] Plugin 'FEEDBACK' is disabled.
180917 10:05:02 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
180917 10:05:02 [Note] Server socket created on IP: '0.0.0.0'.
180917 10:05:02 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'host' is read only
180917 10:05:02 mysqld_safe mysqld from pid file /usr/local/mysql/data/mysqld.pid ended
180917 10:05:06 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
180917 10:05:06 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.5.60-MariaDB) starting as process 27235 ...
180917 10:05:06 InnoDB: The InnoDB memory heap is disabled
180917 10:05:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180917 10:05:06 InnoDB: Compressed tables use zlib 1.2.3
180917 10:05:06 InnoDB: Using Linux native AIO
180917 10:05:06 InnoDB: Initializing buffer pool, size = 128.0M
180917 10:05:06 InnoDB: Completed initialization of buffer pool
180917 10:05:06 InnoDB: highest supported file format is Barracuda.
180917 10:05:06 InnoDB: Waiting for the background threads to start
180917 10:05:07 Percona XtraDB (http://www.percona.com) 5.5.59-MariaDB-38.11 started; log sequence number 11513921
180917 10:05:07 [Note] Plugin 'FEEDBACK' is disabled.
180917 10:05:07 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
180917 10:05:07 [Note] Server socket created on IP: '0.0.0.0'.
180917 10:05:07 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'host' is read only
180917 10:05:07 mysqld_safe mysqld from pid file /usr/local/mysql/data/mysqld.pid ended
my.cnf
[mysqld]
local-infile=0
innodb_file_per_table
[client]
socket=/usr/local/mysql/data/mysql.sock
How possible solve issue now
