MariaDB is not ready to install from MacPorts. So should we configure from source in the tarball? No. MariaDB team recommends to build with
Bazaar. Read these links:
- Build Environment Setup for Mac
- Getting the MariaDB Source Code
And there are three more instructions to complete the installation and launch MariaDB.
$ sudo mysql_install_db --user=mysql
$ sudo /usr/local/share/mysql/mysql.server start
$ sudo mysql_secure_installation
That's all.
No comments:
Post a Comment