This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| portainer:dockers:mysql [2024/07/28 14:10] – created dirk | portainer:dockers:mysql [2024/08/22 15:38] (current) – [Load Football pool] dirk | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| ===== Load Football pool ===== | ===== Load Football pool ===== | ||
| * Create csv file | * Create csv file | ||
| - | * Cyberduck | + | * copy it over to the transfer |
| - | * copy it to tmp folder on docker | + | * copy it to datalink |
| - | * go back to docker console, copy it to mysql-files directory < | + | * log into mysql shell |
| - | * log into mysql | + | |
| * check LOCAL INFILE var < | * check LOCAL INFILE var < | ||
| * fix it if need be < | * fix it if need be < | ||
| * log out of mysql and back in with proper option < | * log out of mysql and back in with proper option < | ||
| - | * Use normal commands < | + | * Use normal commands < |
| - | UPDATE games SET vscore = NULL where year = 2021; | + | UPDATE games SET vscore = NULL where year = 2024; |
| - | UPDATE games SET hscore = NULL where year = 2021;</ | + | UPDATE games SET hscore = NULL where year = 2024;</ |
| + | * DON'T FORGET TO ADD A NEW COLUMN FOR THE NEW YEAR IN " | ||
| ===== Adjust Max Connections ===== | ===== Adjust Max Connections ===== | ||