Qt-mariadb: 21: Installs on Request (30 days) qt-mariadb: 21: Build Errors (30 days) qt-mariadb: 0: Installs (90 days) qt-mariadb: 25: Installs on Request (90 days) qt-mariadb: 25: Installs (365 days) qt-mariadb: 25: Installs on Request (365 days) qt-mariadb: 25. Brew services restart mariadb I saw the following error: 'MAC HOMEBREW Crash recovery failed. Either correct the problem (if it's, for example, out of memory error) and restart, or delete tc log and start mysqld with' So I changed the tc.log extesion to tc.log.txt and restart mariadb. Brew services restart mariadb and done! Is brew using MySQL or MariaDB. Ask Question Asked 2 years, 1 month ago. Active 2 years, 1 month ago. Viewed 890 times 0. A few months ago I installed either MySQL. Brew services start mariadb sudo mariadb-secure-installation. N; y - enter new root password; y; y; y; y; Now, Enjoy! Published 2021-02-10 By.
Back in 2016, we blogged about deploying MariaDB 10.1.16 on Mac OS X with Homebrew. Homebrew now includes MariaDB 10.4, 10.3, 10.2, and 10.1 for macOS.

MariaDB is an alternative to MySQL database which is more performant with a full open license, you can install it easily on macOS via Homebrew.
The first step is to install Homebrew on your computer and possibly to remove any older MySQL database server versions.
Once Homebrew is installed, on the command line:
Then start the server:
To automatically start the MariaDB Server every time on restart (also known as a background service):
To login as root (no password is initially set):
or just:
When MariaDB starts on the command line you are entered into an interactive session, you will also see the database version, to exit the session use keys control+c to exit.
For more info on the MariaDB install you can also run:
To update MariaDB
To remove MariaDB
phpMyAdmin Authentication
If you are using phpMyAdmin locally, you will need to create a database user and password as MariaDB uses ‘sudo’ to login as root on the command line – but if you use root & no password in phpMyadmin it will not authenticate.
Login to mysql via command line:
sudo mysql -uroot
Create a user for phpmyadmin, change username and password to suit:
Brew Mariadb Can't Connect

Brew Mariadb Stop
Use that for phpMyadmin access.
