hi i have a probleme whith my ser server to get it started the probleme is that """/usr/sbin/serctl: line 486: gen_ha1: command not found """ if you can help me please thank
you can edit the /usr/sbin/ser_mysql.sh script and give the complete path for the gen_ha1 command (GEN_HA1='/usr/sbin/gen_ha1'). if gen_ha1 is not available, install the basic ser package. vw
if you're using a debian based distribution you can run
apt-get install apt-file apt-file update apt-file search 'bin/gen_ha1'
It'll return the package which contains this binary.