Re: Replication on same machine...

2004-06-21 Thread Victor Medina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all!
Jonathan Villa wrote:
| I have MySQL 4.1 installed via rpm.  I just installed a new hd because I
| want another MySQL installation on the same machine but acting as a
| replication server.
- --8<
It won't matter as long as you keep all you mysql
installation-config-instances in separated locations. Also make sure
they'll be listening differents ports and using differents my.cnf's.
|
| At the same time, I want to try out MaxDB on this new installation.  Does
- ---8<
MaxDB uses some other port/set-of-config files than MySQL server. There
should not be a problem with this.
| that mean that I can't set up a master/slave replication with the hdb and
| hda?  Or can I go ahead and have a different config with the new instance
| and simply follow the instructions for setting up replication as normal?
YEAP! =) as long as they are in _SEPARATE_ configs
|
| Also, I have the source rpm, I figure I can tweak it to install into my
It could be _WAY_ easier to just do a compile/install the old way, just
change the prefix option of the configure script to poit to differents
locations: --prefix=/opt/mysql-1  --prefix=/opt/mysql-2 ... and so on
| new location which is /mysql2 .  Is that all I need to do make sure that
| it won't interfere with the current install?  How about command such as
| mysqladmin and mysql, etc
|
|
They don't even care as long as you tell them the right ip/port. =)
SO... if performace is not a problem and is just for testing, go ahead!
Best Regards!
- --
~ |...|
~ |  _    _|Victor Medina M   |
~ |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
~ | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
~ | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
~ |/_/_/|_|_| /_/   \_\|Tel: +58-241-8507325 - ext. 325   |
~ ||Cel: +58-412-8859934  |
~ ||geek by nature - linux by choice  |
~ |...|
- ---
.- Este mensaje está digitalmente firmado para garantizar
~   su origen
.- El intercambio de llaves públicas se realiza a petición
~   de las partes interesadas via e-mail
- ---
.- This message has been digitally signed
.- Public Key (PGP or GPG) available upon request
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFA1z6c8WJSBCrOXJ4RAhVgAJ0YoXk23mIYiH8kjyBKkvAbu8IJJgCfSgkc
oowua4XLtl/ge2qkPs/omDM=
=yx9d
-END PGP SIGNATURE-


Replication on same machine...

2004-06-21 Thread Jonathan Villa
I have MySQL 4.1 installed via rpm.  I just installed a new hd because I
want another MySQL installation on the same machine but acting as a
replication server.

At the same time, I want to try out MaxDB on this new installation.  Does
that mean that I can't set up a master/slave replication with the hdb and
hda?  Or can I go ahead and have a different config with the new instance
and simply follow the instructions for setting up replication as normal?

Also, I have the source rpm, I figure I can tweak it to install into my
new location which is /mysql2 .  Is that all I need to do make sure that
it won't interfere with the current install?  How about command such as
mysqladmin and mysql, etc


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]