Skip to content

Commit

Permalink
guide for mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Apr 5, 2024
1 parent 8cf0969 commit 4fd527a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ $dbpass = "your-password";
If you would change some MariaDB parameters, then you can find them in `/etc/mysql/my.cnf` or `/etc/my.cnf`, depending on your distro.
If the database will not be created automatically, please see ["DB_ISSUES.md"](docs/DB_ISSUES.md)

TODO: se installando i moduli python errore:
sudo apt-get install libmariadb3 libmariadb-dev
TODO: check number ADXO
Is it possible that have also to install mariadb libraries. For Ubuntu:

```console
foo@bar:~$ sudo apt-get install -y libmariadb-dev
```


**3) Python modules**
You could install python modules using automatic or manual way.
Expand Down

0 comments on commit 4fd527a

Please sign in to comment.