Re: talking to external MySQL servers
Re: talking to external MySQL servers
- Subject: Re: talking to external MySQL servers
- From: Håvard Graudo <email@hidden>
- Date: Thu, 14 Jun 2007 14:03:38 +0200
Thank you,
This is doable locally, but AFAIK it require a separate installation
of mysql. That counts to 40 MB, with (at least) two different PPC/
intel binaries. This makes distribution of scripts cubersome.
I was hoping for something small enough to include in the script
bundle or installed by 10.4 default.
Håvard
Den 14. jun. 2007 kl. 12.50 skrev Rainer Lau:
I use somethings like this
do shell script "mysql -h 192.168.0.28 -u user -ppassword -D
mdjbuchhaltung -e 'INSERT INTO kostenstellen VALUES( " & mdj_buha &
"," & mdj_jahr & "," & mdj_kuerzel & "," & mdj_kst & "," &
mdj_projname & ", \"\", \"\", \"\", \"\", \"\", \"\", \"\");'"
--
Rainer
Am 14.06.2007 um 08:14 schrieb Håvard Graudo:
Are there any good tools that will let my scripts run simple SQL-
queries to external mySQL databases?
It should preferably be free (or cheap), small and in the form of
an OSAX, a faceless background app, or a command line app.
Small enough to be embedded in a script bundle if necessary.
I am still using MySQL Bridge for this. (it is perfect, but old
and discontinued - but still works for me)
(http://lestang.org/osax/mysql/ note: it has neither been updated
nor tested for years)
At some point I would need a replacement. Any advice?
Håvard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40inkognito.no
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden