Solution:
First, you need to install MariaDB server
yum install -y mariadb-server
Start the service
systemctlstartmariadb.service
Add to boot
systemctlenablemariadb.service
Make some security settings, and modify the database administrator password
Similar Posts:
- Linux environment installation MYSQL Error: Redirecting to /bin/systemctl start mysqld.service Failed to start mysqld.service: Unit not found.
- MYSQL Startup Error: [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to
- After installing mysql, centos7 can’t start the service, and prompts unit not found
- MySQL [ERROR] Table ‘mysql.user’ doesn’t exist
- Failed to find valid data directory.Data Dictionary initialization failed.
- [Solved] Mariadb Start Error: Could not increase number of max_open_files to more than 1024 (request: 5035)
- [Solved] Ubuntu mariadb root access denied after mysql_secure_installation
- [Solved] Mysql Got fatal error 1236 from master when reading data from binary log: ‘Could not find first log file name in binary log index file’
- NodeJS Connect MYSQL Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
- Solution to the error of MySQL: unrecognized service (CentOS)