Comments - What to Do if MariaDB Doesn't Start

5 years, 4 months ago Dana Williams

One of the first things you suggest at the top of this document is using these commands to locate the error log and data directory. Will these commands run if "MariaDB Doesn't Start"?

mysqld --help --verbose | grep 'log-error' | tail -1 mysqld --help --verbose | grep 'datadir' | tail -1

 
5 years, 2 months ago Ian Gilfillan

Not always, but in many cases yes.

 
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.