How can I start my mysql server with max_connections option

2003-01-30 Thread sinu
Hi Group, I want to start my mysql with max_connections option. Now I am getting To many connction error. So I want to allow 200 concurrent connections... I tried with safe_mysqld max_connections=200 But it is not coming up... How can I set max_connections as 200. Do I need to specify that in

replication between two databases with different names.

2002-12-15 Thread sinu
Hi Group, I have two mysql server ver 3.23.49 running in RedHat7.2. In both servers I have two data bases. My requirement is I want to replicate the tableA of first database in the first server to the tableA of second data base in the second server. server A server B

mysql replication

2002-07-09 Thread sinu
Hi All, I have 3 mysql servers with Red Hat 7.2 as the OS (Mysql-3.23.49). I am naming the 3 PCS as A,B and C. I have a table named files-info in all the 3 mysql servers. My requiremnet is I want two way replication between A to B and A to C. Now I have two way replication between A to B. I want

problem with configure

2002-06-21 Thread sinu
Hi All, I am trying to configure the Nusphere mysql (mysql-3.23.49.tar.gz) from its source. I am using Redhat 7.2, the configure options are ./configure --prefix=/var/home/mysql --localstatedir=/var/home/mysql/data -- enable-large-files --with-gemini=/var/src/mysql-3.23.49/gemini At the time