Caso ao tentar iniciar o MySQL apareça a mensagem abaixo: Starting MySQL. ERROR! Manager of pid-file quit without updating file Digite: # mv /etc/my.cnf /etc/my.cnf.backup…

Comando SSH: nano /etc/my.cnf Apague tudo que tem e insira o código abaixo. [mysqld] innodb_file_per_table=1 open_files_limit=50000 max_connections=4096 default-storage-engine=MyISAM thread_cache_size=4 query_cache_size=10M table_cache=160 tmp_table_size=28M max_heap_table_size=28M max_connect_errors=10 table_cache=65…