(XID 2qsvqs) The “mysql” service is down. The subprocess “/usr/local/cpanel/scripts/restartsrv_mysql” reported error number 2 when it ended. |
Aug 19 18:05:54 host.****.com systemd[1]: Starting MariaDB 10.6.9 database server... Aug 19 18:05:54 host.****.com mariadbd[757800]: 2022-08-19 18:05:54 0 [Note] /usr/sbin/mariadbd (server 10.6.9-MariaDB) starting as process 757800 ... Aug 19 18:05:54 host.****.com mariadbd[757800]: 2022-08-19 18:05:54 0 [Warning] Could not increase number of max_open_files to more than 32768 (request: 640863) Aug 19 18:05:54 host.****.com mariadbd[757800]: 2022-08-19 18:05:54 0 [Warning] Changed limits: max_open_files: 32768 max_connections: 800 (was 800) table_cache: 15969 (was 40000) Aug 19 18:05:56 host.****.com systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE Aug 19 18:05:56 host.****.com systemd[1]: mariadb.service: Failed with result 'exit-code'. Aug 19 18:05:56 host.****.com systemd[1]: Failed to start MariaDB 10.6.9 database server. |
The system was not able to ensure the availability of the “MariaDB-client” package: (XID se5akg) “/usr/bin/yum” reported error code “1” when it ended: https://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
failure: repodata/repomd.xml from MariaDB102: [Errno 256] No more mirrors to try.
https://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Thank you @ServerHealers the solution provided by you worked like charm .@HenrikSCH
The correct baseurl for AlmaLinux8 would be Index of /yum/10.6/rhel8-amd64/
The repository /etc/yum.repos.d/MariaDB106.repo file should look like:
[MariaDB106]
name = MariaDB106
baseurl = https://yum.mariadb.org/10.6/rhel8-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
Replace baseurl correctly in your repository file, and try again after clearing yum cache
Happy to help always!Thank you @ServerHealers the solution provided by you worked like charm .
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
T | Spamhaus sbl blocklisting poses a major threat to cpanel users | Databases | 24 | |
G | Major Issue: I lost all of my mysql users. | Databases | 0 | |
T | Major Cpanel Issue | Databases | 2 | |
F | Major MYSQL issue | Databases | 6 | |
J | 3 major issues with CPanel/MySQL/PHPMyAdmin | Databases | 39 |