Jamie Cameron - 2002-11-17

Logged In: YES
user_id=129364

There are two possible causes of this problem - either
webmin is looking
in the wrong place for the mysql program, or it cannot run
it for some reason.

Click on the Module Config link on the module's main page,
and see
the 'Path to mysql command' is set to. Make sure it is the
correct complete
path to the mysql program, such as
/usr/local/mysql/bin/mysql or whatever
the package uses.

If so, you can test to see if it is actually working by
going into the
Command Shell module of Webmin and running the command
/usr/local/mysql/bin/mysql -V and seeing what the output is. It
should be just a display of the version number ..