View previous topic :: View next topic |
Author |
Message |
NightDragon Veteran
Joined: 21 Aug 2004 Posts: 1156 Location: Vienna (Austria)
|
Posted: Mon Sep 17, 2018 7:22 am Post subject: Faiult start of mysqld_multi after upgrade to Mariadb10.1.34 |
|
|
Hi all,
I'm using mysqld_multi to manage multiple instances of MySQL / mysqld.
Currently there are two "mysqld1" and "mysqld2".
Since upgrading to mariadb 10.1.34 mysqld_multi start 1,2 stops by an error message from "my_print_defaults":
Code: | host - # mysqld_multi --verbose start 1,2
my_print_defaults: [ERROR] unknown option '--mysqld'
WARNING: mysqld_safe is being used to start mysqld. In this case you may need to pass
"ledir=..." under groups [mysqldN] to mysqld_safe in order to find the actual mysqld binary.
ledir (library executable directory) should be the path to the wanted mysqld binary. |
Any ideas whats going on here?
It was working fine before... seems like an bug in mysqld_multi.
BR,
Dragon _________________ You are the problem too all my solutions |
|
Back to top |
|
|
NightDragon Veteran
Joined: 21 Aug 2004 Posts: 1156 Location: Vienna (Austria)
|
Posted: Mon Sep 17, 2018 12:24 pm Post subject: |
|
|
The MySQL Stuff does start - just the refernces for charsets and lc_messages has change too "../mysql" ... "../mariadb"..
The error message still exists, but is not related to it. _________________ You are the problem too all my solutions |
|
Back to top |
|
|
|