meta data for this page
Różnice
Różnice między wybraną wersją a wersją aktualną.
| Poprzednia rewizja po obu stronachPoprzednia wersjaNowa wersja | Poprzednia wersja | ||
| linux:lamp [2020/08/05 08:36] – [LAMP serwer] Paweł Grygorczuk | linux:lamp [2025/12/09 08:08] (aktualna) – Paweł Grygorczuk | ||
|---|---|---|---|
| Linia 6: | Linia 6: | ||
| Od wersji Debian 10 MySQL' | Od wersji Debian 10 MySQL' | ||
| <code bash> | <code bash> | ||
| - | apt-get install gnupg wget | + | apt-get install gnupg wget lsb-release |
| - | wget http:// | + | wget http:// |
| - | dpkg -i mysql-apt-config_0.8.15-1_all.deb | + | dpkg -i mysql-apt-config_0.8.36-1_all.deb |
| </ | </ | ||
| Sprawdź jakie jest najnowsze repozytorium na stronie https:// | Sprawdź jakie jest najnowsze repozytorium na stronie https:// | ||
| Linia 90: | Linia 90: | ||
| use page; | use page; | ||
| exit; | exit; | ||
| + | </ | ||
| + | |||
| + | W sekcji '' | ||
| + | |||
| + | <code cnf> | ||
| + | default-storage-engine=InnoDB | ||
| </ | </ | ||
| Linia 112: | Linia 118: | ||
| AddType application/ | AddType application/ | ||
| DirectoryIndex index.php index.php3 index.html | DirectoryIndex index.php index.php3 index.html | ||
| - | Options Indexes FollowSymLinks Includes ExecCGI | + | Options |
| AllowOverride All | AllowOverride All | ||
| Require all granted | Require all granted | ||
| Linia 133: | Linia 139: | ||
| AddType application/ | AddType application/ | ||
| DirectoryIndex index.php index.php3 index.html | DirectoryIndex index.php index.php3 index.html | ||
| - | Options Indexes FollowSymLinks Includes ExecCGI | + | Options |
| AllowOverride All | AllowOverride All | ||
| Require all granted | Require all granted | ||