mariadb-install/README.md

38 lines
889 B
Markdown

## MariaDB install script for Ubuntu 22.04 server
### Prerequisites
An Ubuntu 22.04 server although this should work on Ubuntu 20.04 as well.
### Download the script
```
git clone https://git.x-files.dk/ubuntu-server-apps/mariadb-install.git
```
### Usage
cd mariadb-install
sudo ./mariadbinstall [-p] <master password>
### Example
sudo ./mariadbinstall -p mysecretpasswd
> **NOTE**
>
> The script adds the following to the MariaDB configuration
>
>
> bind-address = 0.0.0.0\
> skip-name-resolve\
> log_error = /var/log/mysql/error.log
>
> Due to the fact that we enable skip-name-resolve please note that MariaDB:\
> will no longer treat 127.0.0.1 as localhost just a heads up when you debug.
### Post install
Nothing to do.
### More guides
More guides can be found on [\[wiki.xfiles.dk\]](https://wiki.x-files.dk)
### Last tested
January 12th 2024 on Ubuntu 22.04.