Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:mysql_persistence_guide [2011/10/07 09:15] – bmarkus | wiki:mysql_persistence_guide [2015/04/06 08:55] (current) – [MySQL Settings] bmarkus | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installing MySQL ====== | + | ARTICLE IS UNDER CONSTRUCTION !!! |
| - | First of all you will need to have the MySQL extension installed -- you can do this through the CLI on microcore | + | ====== What is MariaDB ====== |
| - | | + | MariaDB is an enhanced, drop-in replacement for MySQL. |
| + | |||
| + | ====== Installing MariaDB ====== | ||
| + | |||
| + | First of all you will need to have the MariaDB server and client extensions installed -- you can do this through the CLI | ||
| + | |||
| + | | ||
| Or through the GUI app browser in tiny core. | Or through the GUI app browser in tiny core. | ||
| - | Your MySQL installation will auto generate two items of interest '/ | + | Your MariaDB |
| You will want to copy both these items to a persistent | You will want to copy both these items to a persistent | ||
| Line 28: | Line 34: | ||
| | | ||
| - | ====== | + | ====== |
| === Root password === | === Root password === | ||
| Line 111: | Line 117: | ||
| ln -s / | ln -s / | ||
| ln -s / | ln -s / | ||
| - | mysqladmin --user=root shutdown | ||
| / | / | ||
| | | ||