Re: How to Install Mysql

2010-12-24 Thread Johan De Meersman
On Fri, Dec 24, 2010 at 6:37 AM, Adarsh Sharma wrote: > Or I am going to install through rpm which is the easiest way. But which is > best for our Production Servers. > Unless you have very specific needs, it's always best to use official packages for production. That also makes it easier to get

Re: How to Install mysql from source

2010-10-19 Thread Krishna Chandra Prajapati
Hi, There is a detailed readme (text file) within the file you have downloaded. It will gives you the complete picture. Krishna cgi.com On Mon, Oct 18, 2010 at 9:24 PM, ml ml wrote: > Hello List, > > i am trying to install mysql on debian lenny from source. Here is what > i did (yes, i did rea

Re: How to Install mysql from source

2010-10-18 Thread Sharl.Jimh.Tsin
you should read the INSTALL file more patient,and know the difference between prefix & exec-prefix. Best regards, Sharl.Jimh.Tsin (From China) 2010/10/18 ml ml : > Hello List, > > i am trying to install mysql on debian lenny from source. Here is what > i did (yes, i did read the INSTALL-SOURCE)

Re: How to install MySQL

2004-07-03 Thread Wesley Furgiuele
After you finish installing MySQL, you need to start it up before connecting to it -- the installation won't do that automatically for you. http://dev.mysql.com/doc/mysql/en/Unix_post-installation.html That manual page will give you the right commands. Basically, after installation, run the mys

RE: How to Install MySQL 4.0

2003-03-02 Thread Dan Rossi
i'd download the lastest gamma release 4.0.11 ?? do a configure like so ./configure --prefix=/usr/local/etc/mysql --sysconfdir=/usr/local/etc/mysql --exec-prefix=/usr/local/etc/mysql --with-unix-socket-path=/usr/local/etc/my sql/tmp/mysql.sock --with-mysqld-user=mysql --with-innodb then make th

Re: how to install mysql?

2001-08-08 Thread Stefan Hinz
Dear Dmitry, > to make a web server out of my pc, just a localhost. How do I set up mysql > to work with php and apache? You are mixing up web server, php and MySQL. You can use MySQL standalone, but for PHP you will need a web server (at least on localhost) to actually run those scripts. Tip:

Re: how to install mysql replication ?

2001-06-13 Thread quarlewm
However, it is important to know about my.cnf and where to put it, IMHO! Quoting Whit Blauvelt <[EMAIL PROTECTED]>: > On Tue, Jun 12, 2001 at 08:23:02PM -0400, William M. Quarles wrote: > > > Make sure you have also read chapter 4.16, most importantly 4.16.5. > it has > > some important infor

Re: how to install mysql replication ?

2001-06-13 Thread Whit Blauvelt
On Tue, Jun 12, 2001 at 08:23:02PM -0400, William M. Quarles wrote: > Make sure you have also read chapter 4.16, most importantly 4.16.5. it has > some important information in it, too. Those chapters have nothing directly regarding replication. If you're to the point of worrying about replicat

Re: how to install mysql replication?

2001-06-12 Thread Scott Vanderweyst
I'm only a digest subscriber, so I apologise in advance for any mis-quotes: Ok here is my experience with MySQL replication: 1) it's been very stable, and haven't noticed any drift in the replicating servers 2) we have ~7 replicating servers-- 3 in circular replication which recieve all of the up

Re: Re: how to install mysql replication ?

2001-06-12 Thread Whit Blauvelt
On Wed, Jun 13, 2001 at 12:49:22AM -, [EMAIL PROTECTED] wrote: > database,sql,query,table - which is really too constricted! On Tue, Jun 12, 2001 at 04:10:44PM -0400, Jim Ziegler wrote: > 010410 16:37:24 Slave: Failed reading log event, reconnecting to retry, log 'FIRST' >position 4 > 0

Re: how to install mysql replication ?

2001-06-12 Thread William M. Quarles
Okay, let's put it this way: if it was not installed, it would not be creating an error log about replication, it would only give you an error message when you run mysqlamdin. Make sure you have also read chapter 4.16, most importantly 4.16.5. it has some important information in it, too. --

Re: how to install mysql replication ?

2001-06-12 Thread William M. Quarles
I think we would need much more information than what you have given to verify what is going wrong, but I am not the expert on replication yet, since I haven't got it working yet. Although I am confused, for you requested that somebody tell you how to install it, and last I heard you basically

Re: how to install mysql replication ?

2001-06-12 Thread William M. Quarles
Okay, I will get in on this, too. I found the replication procedure in the documentation to be very complete (we are all talking about , right? Read all parts of Chapter 11, right?). I had no problem following the procedure. However, I will admit that the replicatio

Re: how to install mysql replication ?

2001-06-12 Thread Jim Ziegler
On Tue, Jun 12, 2001 at 12:45:15PM -0700, Jeremy Zawodny wrote: > On Tue, Jun 12, 2001 at 03:41:25PM -0400, Jim Ziegler wrote: > > On Tue, Jun 12, 2001 at 12:50:20AM -0700, Jeremy Zawodny wrote: > > > On Tue, Jun 12, 2001 at 02:15:41PM +0700, Said Madrus wrote: > > > > Dear all, > > > > can anybod

Re: how to install mysql replication ?

2001-06-12 Thread Jeremy Zawodny
On Tue, Jun 12, 2001 at 03:41:25PM -0400, Jim Ziegler wrote: > On Tue, Jun 12, 2001 at 12:50:20AM -0700, Jeremy Zawodny wrote: > > On Tue, Jun 12, 2001 at 02:15:41PM +0700, Said Madrus wrote: > > > Dear all, > > > can anybody tell me how to install mysql replication > > > step by step :-). > > > t

Re: how to install mysql replication ?

2001-06-12 Thread Jim Ziegler
On Tue, Jun 12, 2001 at 12:50:20AM -0700, Jeremy Zawodny wrote: > On Tue, Jun 12, 2001 at 02:15:41PM +0700, Said Madrus wrote: > > Dear all, > > can anybody tell me how to install mysql replication > > step by step :-). > > thanks in advance. > > Best regards, > > It is described step-by-step in

Re: how to install mysql replication ?

2001-06-12 Thread Jeremy Zawodny
On Tue, Jun 12, 2001 at 02:15:41PM +0700, Said Madrus wrote: > Dear all, > can anybody tell me how to install mysql replication > step by step :-). > thanks in advance. > Best regards, It is described step-by-step in the manual already. If you find it to be lacking, please let us know and someone

Re: How to install mysql-3_23_36-win OR mysql-3_23_36-win-src?

2001-04-15 Thread Gerald R. Jensen
Rosy: The source code (src) is for those who wish to compile and install their own. Unless you know what you are doing (and have the compiler/development tools), forget the source. You want the binary version, which is mysql-3_23_36-win (about 9.6mb). Just unzip it, run the SETUP.EXE, and read t

Re: how to install mysql on Linux(debian) (fwd)

2001-02-05 Thread William R. Mussatto
. Micek <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: how to install mysql on Linux(debian) On Fri, Feb 02, 2001 at 02:45:40PM +0100, DESERT Anthony wrote: > HI! I'm new on the mailing list and I would to know how install mysql on > Linux. Moreover, if someone could