| Apr | MAY | Jun |
| 16 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Common Crawl
General error: 2006 MySQL server has gone away: SELECT ff.* FROM {filter_format} ff ...Ugh! Now what?! We need to change a setting on MySQL that ships with MAMP. As it turns out, the default max_allowed_packet is set to 1M and it needs to be higher. Changing that to 100M did the trick for me. Locate your my.cnf file and add the following setting under the [mysqld] section: ●peter's blog Tags: ●development ●drupal ●mamp ●osx Jul 17 0
# ✔ peter@endor(ttys002) ~ ssh new-server Last login: Wed Jul 17 08:27:23 2013 from 192.168.73.37 -bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_MESSAGES: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning: setlocale: LC_TIME: cannot change locale (en_US.UTF-8): No such file or directoryAnd... ●peter's blog ●Loginorregister to post comments Tags: ●centos Jul 17 0
git remote set-head <remote> <branch>Then I was able to delete the rotten origin/master branch, create it again from a good branch, reset it to HEAD and life was good again! Easy Peasy! -PCP ●peter's blog ●Loginorregister to post comments Tags: ●git Oct 17 0
This theme was designed by Chris Wallace. Converted to Drupal by Neo.