If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
if i have mysql running as a daemon in osx, can i make calls to it directly from applescript?
i know i could wrap this in a local http request, but i would prefer something a little more elegant (and faster). Ideas anybody?
i'm aware it doesn't do http requests or applescript, what i was asking is whether it is possible to interface in any other way? could i open a socket to it, or even pass it a command line argument?