* [9fans] Mysql client on Plan 9 !!
@ 2004-07-12 9:02 free93
2004-07-12 14:06 ` bituman
2004-07-13 6:53 ` matt
0 siblings, 2 replies; 7+ messages in thread
From: free93 @ 2004-07-12 9:02 UTC (permalink / raw)
To: 9fans
HI,
I'm close finishing a mysql client for plan9, but i need some help about
some aspect of this project.
Connection, query, data stream is ok, i just want to get an ssl support for
transaction, so if someone is interesting, just answer this post.
Thanks ;)
Karim
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-12 9:02 [9fans] Mysql client on Plan 9 !! free93
@ 2004-07-12 14:06 ` bituman
2004-07-13 11:28 ` Sankhukai
2004-07-13 6:53 ` matt
1 sibling, 1 reply; 7+ messages in thread
From: bituman @ 2004-07-12 14:06 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
heres my email addr, i already wrote a mysql client for various OSes,
contact me and i gladly help.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-12 9:02 [9fans] Mysql client on Plan 9 !! free93
2004-07-12 14:06 ` bituman
@ 2004-07-13 6:53 ` matt
2004-07-13 7:42 ` matt
2004-07-13 8:28 ` Boris Maryshev
1 sibling, 2 replies; 7+ messages in thread
From: matt @ 2004-07-13 6:53 UTC (permalink / raw)
To: 9fans
although I have lost interest in mysql since discovering postgres, I am intreagued as to what file system you present for your client ?
does it have much benefit over 'ssh -C host mysql -n -u user database' ?
matt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-13 6:53 ` matt
@ 2004-07-13 7:42 ` matt
2004-07-13 8:28 ` Boris Maryshev
1 sibling, 0 replies; 7+ messages in thread
From: matt @ 2004-07-13 7:42 UTC (permalink / raw)
To: 9fans
> does it have much benefit over 'ssh -C host mysql -n -u user database' ?
of course I have realized my own answer
"yes it does if you have no ssh access, which isn't that uncommon"
m
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-13 6:53 ` matt
2004-07-13 7:42 ` matt
@ 2004-07-13 8:28 ` Boris Maryshev
2004-07-13 12:03 ` free93
1 sibling, 1 reply; 7+ messages in thread
From: Boris Maryshev @ 2004-07-13 8:28 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
On Tuesday 13 July 2004 09:53, matt@proweb.co.uk wrote:
> although I have lost interest in mysql since discovering postgres, I am
> intreagued as to what file system you present for your client ?
Will it speak 9P? Then we'd have SQL filesystem, wouldn't we?
>
> does it have much benefit over 'ssh -C host mysql -n -u user database' ?
>
> matt
boris
--
All his life he has looked away... to the horizon, to the sky,
to the future. Never his mind on where he was, on what he was doing.
-- Yoda
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-12 14:06 ` bituman
@ 2004-07-13 11:28 ` Sankhukai
0 siblings, 0 replies; 7+ messages in thread
From: Sankhukai @ 2004-07-13 11:28 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
thanks for your help
If you're still interested in this project i will send you all the source
code.
I'm close to finish this client but i want to update it with a ssl support
in the transaction (authentification, data stream ...).
This client is based on ftpfs using same procedure
If you're still interested, just answer this email
thanks
----- Original Message -----
From: "bituman" <bituman@enerla.net>
Newsgroups: comp.os.plan9
Sent: Monday, July 12, 2004 4:06 PM
Subject: Re: [9fans] Mysql client on Plan 9 !!
> heres my email addr, i already wrote a mysql client for various OSes,
> contact me and i gladly help.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Mysql client on Plan 9 !!
2004-07-13 8:28 ` Boris Maryshev
@ 2004-07-13 12:03 ` free93
0 siblings, 0 replies; 7+ messages in thread
From: free93 @ 2004-07-13 12:03 UTC (permalink / raw)
To: 9fans
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 824 bytes --]
yes, the mysql client speaks 9P as did ftpfs.
You've got a filesystem with specific file descriptor where you can send
query, get data stream ....
:)
"Boris Maryshev" <boris.maroshev@itcollege.ee> a �crit dans le message de
news:200407131128.38737.boris.maroshev@itcollege.ee...
> On Tuesday 13 July 2004 09:53, matt@proweb.co.uk wrote:
> > although I have lost interest in mysql since discovering postgres, I am
> > intreagued as to what file system you present for your client ?
> Will it speak 9P? Then we'd have SQL filesystem, wouldn't we?
> >
> > does it have much benefit over 'ssh -C host mysql -n -u user database' ?
> >
> > matt
> boris
> --
> All his life he has looked away... to the horizon, to the sky,
> to the future. Never his mind on where he was, on what he was doing.
> -- Yoda
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-07-13 12:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-12 9:02 [9fans] Mysql client on Plan 9 !! free93
2004-07-12 14:06 ` bituman
2004-07-13 11:28 ` Sankhukai
2004-07-13 6:53 ` matt
2004-07-13 7:42 ` matt
2004-07-13 8:28 ` Boris Maryshev
2004-07-13 12:03 ` free93
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).