Sheratan
Well-known member
I can't connect to mysql using
But I can login into phpmyadmin and my forum are running without problem!
It's Percona 5.6 in Debian 7.
Any thought?
Code:
mysql -u root -p
But I can login into phpmyadmin and my forum are running without problem!
Code:
[mysql]
# CLIENT #
port = 3306
socket = /var/lib/mysql/mysql.sock
[mysqld]
# GENERAL #
user = mysql
default_storage_engine = InnoDB
pid_file = /var/lib/mysql/mysql.pid
....
It's Percona 5.6 in Debian 7.
Any thought?