Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Not a Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Hi,
On debian Squeeze, with a mariadb-5.3.2-beta that I compiled with succes, I can't start my databases instances if I set language to french (/usr/local/mariadb-5.3/share/mysql/french) in my file /etc/my.cnf. I try to start five instances with mysqld_multi. It's okey for my five instances of mariadb-5.2.9 but not with my five instances of mariadb-5.3.2-beta. Messages in the error log file are :
111204 14:57:21 mysqld_safe Starting mysqld daemon with databases from /home/mariadb-5.3/instance5301
111204 14:57:21 [ERROR] Error message file 'errmsg.sys' is probably from and older version of MariaDB / MYSQL as it doesn't contain all error messages
111204 14:57:21 [ERROR] Aborting
Error is same if a choice english language.
Cheers,
Stephane
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: unable to start mariadb server with french language
Not a bug, sorry.
This error occurs when I don't set ledir value for an instance that is not the same mariadb version of [mysqld_multi].
[mysqld_multi]
mysqld = /usr/local/mariadb-5.3/bin/mysqld_safe
mysqladmin = /usr/local/mariadb-5.3/bin/mysqladmin
[mysqld5201]
mysqld = /usr/local/mariadb-5.2/bin/mysqld_safe
ledir = /usr/local/mariadb-5.2/libexec
mysqladmin = /usr/local/mariadb-5.2/bin/mysqladmin
datadir = /home/mariadb-5.2/instance5201
socket = /tmp/mariadb-5.2-i5201.sock
port = 3306
general-log = /var/log/mysql/mariadb-5.2-i5201.log
log-error = /var/log/mysql/mariadb-5.2-i5201.err
pid-file = /tmp/mariadb-5.2-i5201.pid
language = /usr/local/mariadb-5.2/share/mysql/french
user = mysql
Sorry