centos 6.4 minimal 64 bit ใช้งานดีมั้ยครับ ใครเคยใช้บ้าง
Server ผมใช้แผ่น DVD ไม่ได้ ใช้เครื่อง อ่าน DVD ภายนอกก็ไม่ support
สร้างรหัสผ่านก็ไม่ได้ แต่รัน MySQL ได้
[root@backup ~]# mysqladmin -u root password xxxxxx
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
[root@backup ~]# mysql_upgrade -u root -p
Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck with default connection arguments
mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect
FATAL ERROR: Upgrade failed
[root@backup ~]# service mysql start
Starting MySQL (Percona Server).. SUCCESS!
mysql> set global log_bin_trust_routine_creators=1;
ERROR 1193 (HY000): Unknown system variable 'log_bin_trust_routine_creators'