Re: On Redhat 7.1

2001-09-03 Thread Brett Geer

Sure it does, what version, what error?

brett

Kalpesh Modha wrote:

 Does mysql work on rehat 7.1.
 
 I have installed it but can not get PHP, JAVA to access the database.  I just get 
connection refused.
 
 ANy ideas
 
 thanks in advance.
 
 
 -
 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
 
 


-- 

UNIX Ad/DBA/Teaboy/Analyst/Gopher - Intratex Holdings - Pinetown
Tel. +27 31 717 4000/4146   Fax. +27 31 717 4001

  Rule 1. Before calling me... if its a Windows box... REBOOT IT!
  Rule 2. If its a Windows box... Don't call me...
  Rule 3. Windows isn't much good for anything aside from games.
  Rule 4. Repeat.



-
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: MySQL + ODBC + palm + security?

2001-08-29 Thread Brett Geer

Why not just setup a ssh tunnel and replicate?

brett

Venu wrote:

 Hi !!!
 
 Can anyone has the answer for him ? How we can have a secure data transfer
 over the web using MySQL and its APIs ? He is desperately needed some idea
 in order to take further steps with MySQL ?
 
 Regards
 Venu
 
 )-Original Message-
 )From: A. Chris Nichols [mailto:[EMAIL PROTECTED]]
 )Sent: Friday, August 24, 2001 7:08 AM
 )To: [EMAIL PROTECTED]
 )Subject: RE: MySQL + ODBC + palm + security?
 )
 )
 )Venu,
 )
 )I was wondering if you had had any luck finding anything out about
 )this.  I've got to try to find a way to synch some clients that are out on
 )the net with out MySQL database that is available on the web.  If they
 )can't do it securely though it doesn't make sense since the data is
 )sensitive.  Do you know of any other possibilities other than ODBC for
 )something like this?
 )
 )-Chris
 )
 )At 01:13 PM 8/14/2001, you wrote:
 )Hi !
 )
 ))-Original Message-
 ))From: A. Chris Nichols [mailto:[EMAIL PROTECTED]]
 ))Sent: Tuesday, August 14, 2001 7:45 AM
 ))To: [EMAIL PROTECTED]
 ))Subject: RE: MySQL + ODBC + palm + security?
 ))
 ))
 ))Any more thoughts on this?  Are there any secure methods out there for
 ))synching over the internet?
 ))
 ))-Chris
 ))
 ))At 03:56 PM 8/13/2001, you wrote:
 ))Hi !
 ))
 )))-Original Message-
 )))From: A. Chris Nichols [mailto:[EMAIL PROTECTED]]
 )))Sent: Monday, August 13, 2001 11:53 AM
 )))To: [EMAIL PROTECTED]
 )))Subject: MySQL + ODBC + palm + security?
 )))
 )))
 )))Hey everyone,
 )))
 )))Has anyone had any experience establishing a secure connection
 )between a
 )))palm device and MySQL database that's on the net?  I've setup
 )secure web
 )))pages on our webserver that are visible on the web and viewable by
 )))wireless
 )))palms (securely).  Scripts on that interface provide a way to get
 )))data into
 )))the DB securely.
 )))
 )))What I'm hoping to find is an alternative for when wireless
 )access is not
 )))available.  I've got a working form on Pendragon forms that can
 ))synch with
 )))the MySQL database using the MyODBC driver and a local DSN for
 )the MySQL
 )))database.  As I understand ODBC has no inherent security but there are
 )))secure drivers that talk with some RDBMSs.  Is anyone aware of a secure
 )))version ODBC driver for MySQL?  Or is there any other way that
 )people are
 )))aware of to accomplish this weird goal?
 )))
 ))
 )
 Regards
 Venu
 --
 For technical support contracts, go to https://order.mysql.com/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Mr. Venu [EMAIL PROTECTED]
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Developer
 /_/  /_/\_, /___/\___\_\___/   Woodside, California  USA
___/   www.mysql.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
 
 


-- 

UNIX Ad/DBA/Teaboy/Analyst/Gopher - Intratex Holdings - Pinetown
Tel. +27 31 717 4000/4146   Fax. +27 31 717 4001

  Rule 1. Before calling me... if its a Windows box... REBOOT IT!
  Rule 2. If its a Windows box... Don't call me...
  Rule 3. Windows isn't much good for anything aside from games.
  Rule 4. Repeat.



-
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: MySQL Still a wise choice for developers?

2001-08-29 Thread Brett Geer

Hi, just a quick note.


 A) There's no *point* in keeping the image in the database.
 A DBMS is all about searching, comparing, relations, etc. You
 get *none* of these by storing the image data in the DB.


Correct if you have a small amount of images, problem if you
have thousands of these puppies in one directory. Solution
there of course is to split it up across other directories
or just change your fs type/


 B) Unless you're careful, you totally defeat both the
 web servers and the clients ability to make use of caching
 mechanisms. While you may not see a big difference on the
 server, it can make one h... of a difference to the user
 stuck behind a 33.6K modem.


So very true.

brett

-- 

UNIX Ad/DBA/Teaboy/Analyst/Gopher - Intratex Holdings - Pinetown
Tel. +27 31 717 4000/4146   Fax. +27 31 717 4001

  Rule 1. Before calling me... if its a Windows box... REBOOT IT!
  Rule 2. If its a Windows box... Don't call me...
  Rule 3. Windows isn't much good for anything aside from games.
  Rule 4. Repeat.



-
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