vpscanban
Verified User
- Joined
- Feb 9, 2022
- Messages
- 39
Hi all.
I got an error when building MariaDB. I am using DirectAdmin v.1.663 and reinstalled MariaDB 10.4 but am getting the following error. I reinstalled with the following commands
I got an error when building MariaDB. I am using DirectAdmin v.1.663 and reinstalled MariaDB 10.4 but am getting the following error. I reinstalled with the following commands
perl -pi -e 's/mysqld=ON/mysqld=OFF/' /usr/local/directadmin/data/admin/services.status
service mysqld stop
rm -rf /var/lib/mysql
cd /usr/local/directadmin/custombuild
./build clean
./build set mariadb 10.4
./build set mysql_inst mariadb
./build mariadb