Setting up and running mySQL on a unix server

2001-08-15 Thread Wizcom781

How easy/hard is it install and run mySQL on a unix server?

-
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: Setting up and running mySQL on a unix server

2001-08-15 Thread Dan Makovec

Most likely very hard, if you don't RTFM first :)

d

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 15, 2001 11:40 PM
Subject: Setting up and running mySQL on a unix server


 How easy/hard is it install and run mySQL on a unix server?

 -
 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




-
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: Setting up and running mySQL on a unix server

2001-08-15 Thread Josh Burroughs

On Wed, 15 Aug 2001 [EMAIL PROTECTED] wrote:

 How easy/hard is it install and run mySQL on a unix server?

Depends on how you would answer this question:
How easy/hard is it to run a Unix server? ;-

If you're confortable using Unix and installing software then I think
you'll find the basic install and setup of MySQL to be pretty darned easy.
If on the other hand you're new to the Unix world as well as new to MySQL
it will be a bit more challenging, but is still a straightforward
proccess, if you RTFM and give yourself enough time to do it right I don't
think the MySQL setup will cause any headaches. Read all about it:
http://mysql.com/doc/I/n/Installing.html


-Josh


-
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




running mysql not as a server

2001-03-01 Thread Michael Gilman

How can I run mySQL in a Windows app in a non-server mode. That is how can I get the 
app to start mySQL when the app starts and shut it down when the app is exited. Are 
there any issue that might cause a problem?
Thanks for your help.
Best Regards,
Mike

Michael Gilman, PhD
Data Mining Technologies Inc.
(516) 470-9011 ext 100
[EMAIL PROTECTED]

The information transmitted in this email is intended only for the person(s)
or entity to which it is addressed and may contain confidential and/or
privileged material.  Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this email in error, please contact the sender and permanently delete the
email from your computer. 





Re: running mysql not as a server

2001-03-01 Thread Andy J

Broadly speaking, I would agree with Cal becasue MySQL is, by its very
nature, a server application..

However, you can easily emulate it being an application by adding net
start(s) and net stop(s) to the beginning and end of your application - you
may have timing issues, however, with the start and stops and your
application - you will need to ensure that everything is in place before you
start your app main code and that everything closes off properly before your
app releases all resources.

I think the first will just be a timing or return function problem and the
second a flush buffer and ensuring all updates have taken place. O'course I
aint heard of anyone trying this yet!

Andy

The rest of life is left as an exercise for the reader :-)



- Original Message -
From: "Cal Evans" [EMAIL PROTECTED]
To: "Michael Gilman" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, March 01, 2001 7:38 AM
Subject: RE: running mysql not as a server


 Michael,

 IMHO, if you are looking for a desktop database, something built around a
 .dbf file would be a more suitable choice. (My personal fav is FoxPro even
 though it's a M$ product) MySQL, while it probably can be made to do this,
 is not designed to do this.

 Cal
 http://www.calevans.com


 -Original Message-
 From: Michael Gilman [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 01, 2001 6:08 AM
 To: [EMAIL PROTECTED]
 Subject: running mysql not as a server


 How can I run mySQL in a Windows app in a non-server mode. That is how can
I
 get the app to start mySQL when the app starts and shut it down when the
app
 is exited. Are there any issue that might cause a problem?
 Thanks for your help.
 Best Regards,
 Mike

 Michael Gilman, PhD
 Data Mining Technologies Inc.
 (516) 470-9011 ext 100
 [EMAIL PROTECTED]

 The information transmitted in this email is intended only for the
person(s)
 or entity to which it is addressed and may contain confidential and/or
 privileged material.  Any review, retransmission, dissemination or other
use
 of, or taking of any action in reliance upon, this information by persons
or
 entities other than the intended recipient is prohibited.   If you
received
 this email in error, please contact the sender and permanently delete the
 email from your computer.




 -
 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




-
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