After software update, why is webmin showing wrong mySQL version?

Posted by teleute00 on Server Fault See other posts from Server Fault or by teleute00
Published on 2014-06-10T16:02:23Z Indexed on 2014/06/10 21:28 UTC
Read the original article Hit count: 124

Filed under:
|
|

I did a full OS/package update on a server running webmin. Now when I go into webmin, it's showing the correct new version of Ubuntu, Apache, etc...but it's still showing the old version of mySQL. At the command line, if I enter mysql -v, it shows the correct new one, but it's just not getting recognized in webmin.

I found a file at /etc/webmin/mysql called "version", and it's just a text file with the version number in it. So theoretically I could just change this and it would be fine. However, this obviously doesn't seem like how this should go. How should this file normally get updated?

ETA: Services have all been restarted (in fact, there's been a full reboot). Sorry for not specifying this...it just seemed like the obvious first thing to do and not worth mentioning. :-)

© Server Fault or respective owner

Related posts about ubuntu

Related posts about mysql