Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| install_rasberry [2024/02/08 19:06] – [Why MariaDB?] system | install_rasberry [2024/02/08 19:07] (current) – [Disable strict mode] system | ||
|---|---|---|---|
| Line 95: | Line 95: | ||
| </ | </ | ||
| ==== Disable strict mode ==== | ==== Disable strict mode ==== | ||
| - | * With Debian 12 (bookworm), the bundled | + | * With Debian 12 (Bookworm), the bundled |
| - | * We will disable Strict SQL Mode in MariaDB by creating a new file / | + | * We will disable |
| <code bash> | <code bash> | ||
| sudo vi / | sudo vi / | ||
| Line 105: | Line 105: | ||
| sql_mode=IGNORE_SPACE, | sql_mode=IGNORE_SPACE, | ||
| </ | </ | ||
| - | * Save the file and restart the MySQL Server | + | * Save the file and restart the MySQL server |
| <code bash> | <code bash> | ||
| sudo systemctl restart mariadb | sudo systemctl restart mariadb | ||