~ mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
~ brew services start mysql
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/502 /Users/prab/Library/LaunchAgents/homebrew.mxcl.mysql.plist` exited with 5.Getting some strange error while brew upgrade / brew install php8.2-debug
dyld: Library not loaded: @loader_path/../../../../opt/icu4c/lib/libicui18n.73.dylib
wget -c https://raw.githubusercontent.com/Homebrew/homebrew-core/74261226614d00a324f31e2936b88e7b73519942/Formula/i/icu4c.rb brew install icu4c.rb
This doesn't work (reinstall PHP after this will still update the icu4c to the version 74.2 of icu4c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires AutoHotkey v2.0 | |
| #SingleInstance Force | |
| ; Ignore the native Windows key behavior but still let it function as modifier key | |
| ~LWin::Send "{Blind}{vkE8}" | |
| ; as a flag for Switching Apps process status | |
| global isAltTabbing := false | |
| ; Switching Apps |
OlderNewer