@highfalutin Hi!
So, TinyMUX has two ways to use SQL. One is @query
. "We" don't really use that much. the other is the sql()
command. To check your SQL connection, use th sql( select 1 )
. What response do you get?
Setting up SQL requires you to actually specify that option when you're, uh, building? the thingy. I suck at Linux, sorry. When you run the actual command to install TinyMUX, there's a --sql-inline or something option you append to it. If the above command doesn't work, that's what you need. ChimeMUX checks if you have SQL automatically, but the standard BrazilMUX does not. So... Run the above command. Let me know if it works. If not, I'll dig up the correct command line.