#1
Installed Trongate desktop on mac studio; OS 13.2.1 (22D68) Mysql is installed via brew and is up and running.
I can access mysql via Laravel apps as well as with TablePlus. Create new app name test, db connections standard stuff. host" : "127.0.0.1", "port" : 3306, "user" : "root", "password" : "root", "database" : "tron"' database tron has been created via TablePlus. user root pw root.
TYPEERROR: CONN.QUERY IS NOT A FUNCTION.

NOTE: Function: Modify Existing App works and loads app that I downloaded. HOWEVER: Open Query Build hangs at ACTIVATING QUERY BUILDER. Please advise on problem 1. CONN.QUERY.

03/31: I uninstalled and reinstalled mysql with Brew. Same issue. I can, however "Modify Existing App"; one that I downloded.

Thanks for help, everyone. I'm on an M1 with production applications. No place to switch to MariaDB. I did try xampp and mamp with no help. Even tried on an intel machine. Nope, for whatever reason I can't get this app to run.
No big deal. I like the Trongate structure. Still interested in porting my Laravel app to this platform. Seems cool to strip down the app to basic PHP and CSS, albeit, I still really like Tailwind...hope that not a 8 character word...
#2
Hi Ralph,

This seams to be a common issue with Mac, Brew and MySQL. I haven't been able to replicate your issue on my Mac (Intel on OS v13.2.1), which works fine with MySQL installed with Brew. Is your Mac an Intel or Apple silicon?

Can you show me your running brew services?

Are they run as root from boot or do you run them as needed?

I'm thinking it's a Node.js thing on a Mac or an issue with the setup of MySQL and Brew.

Is it possible you try installing Xampp on the Mac or try MariaDB via brew?
#3
Hello,
I am on a Mac M1
I ran into this issue

I solved by installing Mariabd..
Installed Mariadb through Homebrew.

There is a conflict on files somewhere. Unfortunately I am not sure where.
Reading 2 instances

Look at this post of mine.
https://trongate.io/help_bar_threads/display/FyNgZYs2wFg2

Dan