ERROR: Failed to connect to MySQL server: DBI connect(';mysql_read_default_file=/etc/my.cnf;mysql_read_default_group=xtrabackup','root',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at /usr/local/mysql/bin/innobackupex line 1384 inn...
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'OPTIONS': { 'read_default_file': os.path.join( BASE_DIR, 'mysql.conf' ) } } } and the content of mysql.conf being [client] database = django_test user = root # password = PASSWORD default-character-set = ...
Bug #68800 client doesn't read plugin-dir from my.cnf set by MYSQL_READ_DEFAULT_FILE Submitted: 27 Mar 2013 19:59Modified: 24 Apr 2013 15:17 Reporter: Sergei Glushchenko Email Updates: Status: Closed Impact on me: None Category: MySQL Server: C API (client library)Severity: S3 (...