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.
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.
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)