When I rn mysql_secure_installation I get a warning:
"379: find_mysql_client: command not found"
On line 379 on mysql_secure_installation find:mysql_client command/function is called, but there is no such command and no such definition of command in MariaDB 5.5.30.
It doesn't cause a problem -- the
script runs successfully, but it is just a small annoying message.
Can this be fixed?