04-03-2022
This commit is contained in:
@@ -8,8 +8,25 @@ $ brew install mariadb
|
||||
$ brew services start mariadb
|
||||
```
|
||||
|
||||
<u>MariaDb est installé ici:</u>
|
||||
|
||||
Mac intel:
|
||||
|
||||
`/usr/local/Cellar/mariadb/10.2.11`
|
||||
|
||||
Mac M1:
|
||||
|
||||
`/opt/homebrew/Cellar/mariadb/10.6.4`
|
||||
|
||||
### Sécuriser l'installation:
|
||||
|
||||
```bash
|
||||
$ sudo /opt/homebrew/bin/mysql_secure_installation
|
||||
|
||||
mysql -u root -p
|
||||
Enter password:
|
||||
```
|
||||
|
||||
### Arrêter MySQL:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user