Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie
Andreas Schoelver chortled: > How about using a VPN (virtual private network) ? > > regards > Andreas > > sql,select,mysql I want to minimize the network structure on their part because they will have a minimal DSL system as they are on the outskirts of town. As well, I don't want the bulk of the cost for them going to infastructure. There's got to be a way of throwing SQL records around without creating a whole new layer. Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie
Marcus Collins chortled: > (sorry; missed the original post) > > If you have admin access to both machines, then how about using stunnel > http://www.stunnel.org/> to set up an SSL-encrypted connection > between both machines on the ports on which mysqld communicates? > > There's an example for MySQL at > http://www.stunnel.org/examples/mysql.html> > > Cheers! > > -- Marcus Ah, very good. I'll take a look. I won't have admin on the far machine, but will be in touch with their admin there. Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie
Mikel King chortled: > Hi Rich, > > Just so I understand you correctly; > > 1. Are you trying to use the replication features of MySql for > this communication? > > Or > > 2. Are you talking on the client side application, like PHP, > Java, Perl...? > > How about encrypting the data itself and skipping the whole channel > issue? > > cheers, > Mikel Sorry, Mike, been busy and haven't checked the messages. Just wanted to take records in MySQL and send to SQL Server over the net. Decided a vpn would be best implementation. Cheers @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Faxing from MySQL
Hi there. Anybody know how I can fax using MySQL? I might have an application for this. I would suspect third party software to reach in, generate reports, then fax out. Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Looking for OS X Developer
Hi there. I'm looking for a BSD developer to start talks about developing on OSX. Components: - Darwin (Macintosh OS X Open Source) - MySQL - HylaFax If anybody knows where I can find a developer to do this, I would appreciate a quick note. Please contact me via email. Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com @@@ Canadian Lasso Association http://www.canlasso.ca - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
OS X Install not working
Hi there. I'm trying a binary install of MySQL for OS X. Can anybody help me? The directories are messed up, so it doesn't know where to look for it. Where should I have the master folder for MySQL? Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Remote APIs
Hey there. Wanted to know what security is built into MySQL with respect to writing SQL to remote tables. I have clients that want reads and writes to their tables, but I don't want to share their information. Any idea what I can do? Any SSL type implementation from rdbms to rdbms? Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
TCP/IP Security for Remote Access of MySQL DBs...for newbie
Hi there. I have a need to reach into a remote database and write to their tables from my tables. Or have them reach into my tables and read from mine. Either way, data will travel over the net. I need that data secure and I don't know how I can make that secure. It's not a permissions thing, because that's straight forward...it's the communications I'm worried about. Can anybody comment on how remote security can be established between SQL databases? Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Re: TCP/IP Security for Remote Access of MySQL DBs...for newbie
Mikel King chortled: > Hi Rich, Hey there. Thanks for the response. > Just so I understand you correctly; > > 1. Are you trying to use the replication features of MySql for > this communication? Nope. > Or > > 2. Are you talking on the client side application, like PHP, > Java, Perl...? > > How about encrypting the data itself and skipping the whole channel > issue? I will have local tables or local processing on my server, that will have to write to a remote table. Where can I read up on encryption? They will have to translate on their end, but they are on a M$ SQL Server. Cheers. @@@ Rich Fortnum / Viaduct Productions / Toronto (EST) @@@ Web Design / Databases / Internet Video / Wireless Data @@@ [EMAIL PROTECTED] / http://www.viaduct-productions.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php