Comments - What to Do if MariaDB Doesn't Start

5 years, 6 months ago Jose Linux

I have upgraded clean debian 7 to debian 9 and I have installed mariadb-server-10.1.37 (amd64) in my VPS.

MariaDB doesn't start.

  1. systemctl status mariadb.service
  • mariadb.service - MariaDB 10.1.37 database server Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2019-01-18 00:56:28 CET; 7s ago Docs: man:mysqld(8) https://mariadb.com/kb/en/library/systemd/ Process: 6183 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=226/NAMESPACE)

ene 18 00:56:28 xxxxx.server.info install[6183]: mariadb.service: Failed at step NAMESPACE spawning /usr/bin/install: Value too large for defined data type

I have googled but I don't find solution for this problem. What can I do to solve it ?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.