Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.mysql > #512
| Message-Id | <6355439.T7Z3S40VBb@PointedEars.de> |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Organization | PointedEars Software (PES) |
| Date | 2011-04-05 07:46 +0200 |
| Subject | Re: Performance difference connecting locally vs. remotely |
| Newsgroups | comp.databases.mysql |
| References | <Slkmp.153673$2k4.24412@news.usenetserver.com> <h06p68-stm.ln1@xl.homelinux.org> |
| Followup-To | comp.databases.mysql |
Followups directed to: comp.databases.mysql
Axel Schwenke wrote: > 2. you can use netcat to open an unencrypted (fast) tunnel: > remote: netcat -l -p 4711 | mysql -u... -p... > local: cat sqlfile | netcat remote 4711 UUOC. remote: nc -l -p 4711 | mysql -u... -p... local: nc remote 4711 < sqlfile -- PointedEars
Back to comp.databases.mysql | Previous | Next — Previous in thread | Find similar
Performance difference connecting locally vs. remotely Andrew Gideon <c182driver1@gideon.org> - 2011-04-04 14:13 +0000
Re: Performance difference connecting locally vs. remotely The Natural Philosopher <tnp@invalid.invalid> - 2011-04-04 15:35 +0100
Re: Performance difference connecting locally vs. remotely Axel Schwenke <axel.schwenke@gmx.de> - 2011-04-04 17:51 +0200
Re: Performance difference connecting locally vs. remotely Andrew Gideon <c182driver1@gideon.org> - 2011-04-04 17:36 +0000
Re: Performance difference connecting locally vs. remotely Andrew Gideon <c182driver1@gideon.org> - 2011-04-07 13:56 +0000
Re: Performance difference connecting locally vs. remotely Axel Schwenke <axel.schwenke@gmx.de> - 2011-04-07 17:57 +0200
Re: Performance difference connecting locally vs. remotely Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-04-05 07:46 +0200
csiph-web