Hello,
Looks like Pike’s Homebrew formula is lacking MySQL / MariaDB support :
$ brew info pike ==> pike: stable 8.0.1738 (bottled) […]
$ pike --features auto_bignum machine_code dynamic_modules threads out-of-band_data double_precision_float Bz2 Crypto.AES.GCM Crypto.ECC.Curve GL GLUT GSSAPI Gettext Gmp Gz HTTPAccept Image.GIF Image.JPEG Image.PNG Image.TIFF Image.XFace Kerberos MIME Nettle PDF.PDFlib Protocols.DNS_SD Regexp.PCRE Regexp.PCRE.Widestring SQLite Standards.JSON System.FSEvents.EventStream WhiteFish Yp
Surprisingly, looks like that was removed a while ago : https://github.com/Homebrew/homebrew-core/commit/3d9568bc86dc58c869c6e68a2ec...
Any reason why this change was made ?
Bertrand