Cannot enable mySQL in Virtual Server

6 posts / 0 new
Last post
#1 Thu, 12/17/2015 - 17:31
scottrobbins

Cannot enable mySQL in Virtual Server

Hi everyone, It has been a while since I used Webmin/Virtualmin and I finally have a chance to use it again! I've searched for this topic both in the forums and on google to no avail, I'm sorry if it has been asked before.

I have a CentOS 7.2.1511 server running up2date WM/VM 1.770 and 4.18.gpl respectively.

As I recall, when I was using VirtualMin before I could enable disable mySQL per virtual server. Now I don't see this anymore. The options in the screenshot linked below are the only ones I have.

http://s12.postimg.org/uuat9ww2l/missingmysql.png

My SQL is available and has databases. I have changed the admin passwd and connected to the cli.

I first noticed this when I tried to run the phpMyAdmin installation script and got the "virtual server does not meet its requirements : phpMyAdmin requires a MySQL database" message.

I'm sorry if I am just overlooking something silly but I appreciate any response.

Thanks, Scott

Thu, 12/17/2015 - 23:24
andreychek

Howdy,

Yup, it should normally be there!

What user are you logging in as?

I'm curious if you see the option when logged in as root.

-Eric

Fri, 12/18/2015 - 09:52
scottrobbins

Hi Eric, I tried that as well, with the same results. Just to show I'm not totally loopy, here is what I see after creating a DB:

 mysql -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 94
Server version: 5.5.44-MariaDB MariaDB Server
 
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| custom            |
| mysql              |
| performance_schema |
| test               |
+--------------------+
5 rows in set (0.03 sec)
Fri, 12/18/2015 - 10:13
andreychek

Howdy,

Oh, I meant when logging into Virtualmin... when doing that, do you then see a MySQL Database option in Edit Virtual Server -> Enabled Features?

If so, try enabling that when you're logged in as root.

-Eric

Mon, 12/21/2015 - 13:47
scottrobbins

Hi Eric,

I was logged into Webmin as root when I saw the missing option.

Thank you, Scott

Wed, 01/06/2016 - 15:02
scottrobbins

Still cannot manage MySql even though when validating server (both validating all and selecting mysql) there are no errors reported.

Any ideas? Anyone?

-Scott

Topic locked