Directadmin shows Mariadb but I have Mysql installed

Themis

Verified User
Joined
Oct 1, 2010
Messages
176
Location
Luxembourg
Hi guys... :)

My DirectAdmin shows:
MariaDB 5.5.41 Running


But...:
[custombuild] # ./build options
...
MySQL: 5.6.42
MySQL backup: yes
MySQL backup directory: /usr/local/directadmin/custombuild/mysql_backups
MySQL compress backups: no


[custombuild] # mysql -V
mysql Ver 14.14Distrib 5.6.38, for Linux (x86_64) using EditLine wrapper

mysql.PNG

Any idea why is that?
:confused:
 
Last edited:
Thanks for the prompt reply Martynas...
Indeed:
MariaDB-server-5.5.41-1.el7.centos.x86_64
...
...

But how come I see MySQL?
In custombuild options I have checked MySQL... (see attached image in previous post)
 
Please try:
Code:
rpm -e [COLOR=#333333]MariaDB-server-5.5.41-1.el7.centos.x86_64 --noscripts[/COLOR]

Then build MySQL/MariaDB using CB again :)
 
CB page shows:
Code:
MySQL 5.6.38 update to 5.6.42 is available
What is supposed that this update will do then?

And there are more lines:
Code:
MariaDB-server-5.5.41-1.el7.centos.x86_64
MariaDB-common-5.5.41-1.el7.centos.x86_64
MariaDB-shared-5.5.41-1.el7.centos.x86_64
MariaDB-devel-5.5.41-1.el7.centos.x86_64
MariaDB-client-5.5.41-1.el7.centos.x86_64
MariaDB-compat-5.5.41-1.el7.centos.x86_64
 
Back
Top