Dear Sifus,
Need help for solve my server MySQL issue, it keep down no matter how many time restart it
But in SSH it showed active?
I cant view my PHPMyadmin, it show "
mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES)"
below is my.cnf file
---------
[mysqld]
disable-log-bin = 1
default-authentication-plugin = mysql_native_password
performance-schema = 0
datadir = /var/lib/mysql
socket = /var/lib/mysql/mysql.sock
log-error = /var/log/mysqld.log
pid-file = /var/run/mysqld/mysqld.pid
innodb_buffer_pool_size = 134217728
max_allowed_packet = 268435456
open_files_limit = 40000
innodb_file_per_table = 1
mysqlx = 0
I try
/var/lib/mysql/$hostname.err
it show : -bash: /var/lib/mysql/server3.deoworkz.net.err: No such file or directory
OS : CloudLinux v8.8.0 STANDARD standard
MySQL Governor install : Yes
Hope sifus can advise or help on my issue.
Thanks alot
Need help for solve my server MySQL issue, it keep down no matter how many time restart it
But in SSH it showed active?
I cant view my PHPMyadmin, it show "

below is my.cnf file
---------
[mysqld]
disable-log-bin = 1
default-authentication-plugin = mysql_native_password
performance-schema = 0
datadir = /var/lib/mysql
socket = /var/lib/mysql/mysql.sock
log-error = /var/log/mysqld.log
pid-file = /var/run/mysqld/mysqld.pid
innodb_buffer_pool_size = 134217728
max_allowed_packet = 268435456
open_files_limit = 40000
innodb_file_per_table = 1
mysqlx = 0
I try
/var/lib/mysql/$hostname.err
it show : -bash: /var/lib/mysql/server3.deoworkz.net.err: No such file or directory
OS : CloudLinux v8.8.0 STANDARD standard
MySQL Governor install : Yes
Hope sifus can advise or help on my issue.
Thanks alot
Attachments
-
19.2 KB Views: 3
-
80.8 KB Views: 4
-
13.7 KB Views: 4
Last edited by a moderator: