building_mariadb_on_freebsd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| building_mariadb_on_freebsd [2017/07/02 02:07] – k2patel | building_mariadb_on_freebsd [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 42: | Line 42: | ||
| Just in case if you dont have it, use below. | Just in case if you dont have it, use below. | ||
| - | <code bash|/ | + | <code bash / |
| #!/bin/sh | #!/bin/sh | ||
| # | # | ||
| Line 119: | Line 119: | ||
| </ | </ | ||
| - | Enable and Start | + | **Enable and Start** |
| Final steps…. (remember i am using Modular configure) | Final steps…. (remember i am using Modular configure) | ||
| - | | /etc/my.cnf | + | <code bash /etc/my.cnf> |
| [mysqld] | [mysqld] | ||
| ## | ## | ||
| Line 186: | Line 186: | ||
| # | # | ||
| # | # | ||
| + | |||
| + | </ | ||
| + | |||
| Enabled it in rc.conf | Enabled it in rc.conf | ||
| + | <code bash> | ||
| echo ' | echo ' | ||
| + | </ | ||
| + | |||
| Now start it using. | Now start it using. | ||
| + | <code bash> | ||
| / | / | ||
| - | Error | + | </ |
| + | |||
| + | **Error** | ||
| If you get any error related to DB not found (usually get created on first RUN). | If you get any error related to DB not found (usually get created on first RUN). | ||
| + | <code bash> | ||
| mysql_install_db --datadir=/ | mysql_install_db --datadir=/ | ||
| - | ENJOY!! Optimized Version of MySQL MariaDB | + | </ |
| + | |||
| + | **ENJOY!! Optimized Version of MySQL MariaDB** | ||
building_mariadb_on_freebsd.1498961222.txt.gz · Last modified: 2020/08/10 02:28 (external edit)
