@Slavik
no issues with install, had to shutdown and remove percona server 1st conzz install had conflicting packages..
also when i add this to my my.cnf file from the my.cnf.rpmnew
[client-server]
!includedir /etc/my.cnf.d
and try restarting mysql it takes for ever i let it load for 5 min and decided to cancel it...
should i even need this?
restarts fine without
[client-server]
!includedir /etc/my.cnf.d
EDIT:
Code:
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
!includedir /etc/my.cnf.d
works if i have it like this,
[client-server] so slow....
also on a side note, i ran mysqltuner.
-------- MyISAM Metrics ----------------------------------------------------------------------------
[!!] Key buffer used: 18.3% (6M used / 33M cache)
[!!] Key buffer size / total MyISAM indexes: 32.0M/35.8M
[!!] Read Key buffer hit rate: 85.5% (76 cached / 11 reads)
[!!] Write Key buffer hit rate: 50.0% (14 cached / 7 writes)
i'm not sure if i should be worried with MyISAM?
-------- InnoDB Metrics ----------------------------------------------------------------------------
[--] InnoDB is enabled.
[--] InnoDB Thread Concurrency: 0
[OK] InnoDB File per table is activated
[OK] InnoDB buffer pool / data size: 32.0G/777.6M
[!!] Ratio InnoDB log file size / InnoDB Buffer pool size (3.125 %): 512.0M * 2/32.0G should be equal 25%
<-- i am worried about this? how do set this right?
[!!] InnoDB buffer pool instances: 8
[--] InnoDB Buffer Pool Chunk Size not used or defined in your version
[!!] InnoDB Read buffer efficiency: 67.99% (1984 hits/ 2918 total)
[!!] InnoDB Write Log efficiency: 0% (1 hits/ 0 total)
[OK] InnoDB log waits: 0.00% (0 waits / 1 writes)
^^^^ anything else i should be worried about?
also should i convert any of these tables to innoDB? since they are MyISAM
xf_search_index
xf_session
xf_session_admin