I installed onto MacOsX 10.2.2 the mysql 3.21.53 packaged from
www.entropy.ch....
Now, when I try to control mysql through Webmin, it says it
seems the webmin module is not 3 or above version....but I'm
sure the version is 3.21.53
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 ..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ..