473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Multiple MySQL installs - 2 applications [help modify my.cnf/my.ini]

Here's my installation issue:

I have two versions of an application (I'll refer to it as "ABC"). One
version of the tool requires MySQL 4.1.x and the other requires MySQL
5.0.x, which is not an issue as I can install each of these on their
own port; 3346 and 3356 respectively.

The complex part of this problem is that ABC's executable is ABC in
both versions of the tool. In the past I could easily define ABC in the
my.ini/my.cnf by calling the client with [ABC].

Each version of ABC resides in it's own directory:
C:\Program Files\ABC1\
C:\Program Files\ABC2\

The client connection process is limited to an installation application
that asks for the following:

Server:
Username:
Password:
Database:

How can I get both of these versions to connect to their respective
MySQL installation.

Thank you in advanced!

-L

Jul 5 '06 #1
3 2145
Sorry my first email went personal instead of the group!!!

Maybe try something like this:

server:port#

For example:

10.10.10.1:3356

Or
If you're using dsn names:

Myserver.com:3356

Hope this helps
On 7/5/06 08:47, in article
11*********************@75g2000cwc.googlegroups.co m, "kr******@gmail.com"
<kr******@gmail.comwrote:
Here's my installation issue:

I have two versions of an application (I'll refer to it as "ABC"). One
version of the tool requires MySQL 4.1.x and the other requires MySQL
5.0.x, which is not an issue as I can install each of these on their
own port; 3346 and 3356 respectively.

The complex part of this problem is that ABC's executable is ABC in
both versions of the tool. In the past I could easily define ABC in the
my.ini/my.cnf by calling the client with [ABC].

Each version of ABC resides in it's own directory:
C:\Program Files\ABC1\
C:\Program Files\ABC2\

The client connection process is limited to an installation application
that asks for the following:

Server:
Username:
Password:
Database:

How can I get both of these versions to connect to their respective
MySQL installation.

Thank you in advanced!

-L
Jul 5 '06 #2
Unfortunately this didn't work..

Any other ideas.

I have a feeling that modifying the my.ini/.cnf may be required.

Thank you,

-L

Shawn Hamzee wrote:
Sorry my first email went personal instead of the group!!!

Maybe try something like this:

server:port#

For example:

10.10.10.1:3356

Or
If you're using dsn names:

Myserver.com:3356

Hope this helps
On 7/5/06 08:47, in article
11*********************@75g2000cwc.googlegroups.co m, "kr******@gmail.com"
<kr******@gmail.comwrote:
Here's my installation issue:

I have two versions of an application (I'll refer to it as "ABC"). One
version of the tool requires MySQL 4.1.x and the other requires MySQL
5.0.x, which is not an issue as I can install each of these on their
own port; 3346 and 3356 respectively.

The complex part of this problem is that ABC's executable is ABC in
both versions of the tool. In the past I could easily define ABC in the
my.ini/my.cnf by calling the client with [ABC].

Each version of ABC resides in it's own directory:
C:\Program Files\ABC1\
C:\Program Files\ABC2\

The client connection process is limited to an installation application
that asks for the following:

Server:
Username:
Password:
Database:

How can I get both of these versions to connect to their respective
MySQL installation.

Thank you in advanced!

-L
Jul 5 '06 #3
Potentially, you can run a virtual machine on your server and run one of the
mysql instances on that virtual machine with its own ip address. You can
even run both mysql servers on the same port because ip addresses are
different!

Am not not sure how you can change the conf file to accommodate something
like this??!!

-s
On 7/5/06 19:55, in article
11**********************@m73g2000cwd.googlegroups. com, "kr******@gmail.com"
<kr******@gmail.comwrote:
Unfortunately this didn't work..

Any other ideas.

I have a feeling that modifying the my.ini/.cnf may be required.

Thank you,

-L

Shawn Hamzee wrote:
>Sorry my first email went personal instead of the group!!!

Maybe try something like this:

server:port#

For example:

10.10.10.1:3356

Or
If you're using dsn names:

Myserver.com:3356

Hope this helps
On 7/5/06 08:47, in article
11*********************@75g2000cwc.googlegroups.co m, "kr******@gmail.com"
<kr******@gmail.comwrote:
>>Here's my installation issue:

I have two versions of an application (I'll refer to it as "ABC"). One
version of the tool requires MySQL 4.1.x and the other requires MySQL
5.0.x, which is not an issue as I can install each of these on their
own port; 3346 and 3356 respectively.

The complex part of this problem is that ABC's executable is ABC in
both versions of the tool. In the past I could easily define ABC in the
my.ini/my.cnf by calling the client with [ABC].

Each version of ABC resides in it's own directory:
C:\Program Files\ABC1\
C:\Program Files\ABC2\

The client connection process is limited to an installation application
that asks for the following:

Server:
Username:
Password:
Database:

How can I get both of these versions to connect to their respective
MySQL installation.

Thank you in advanced!

-L
Jul 7 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: David Scribler | last post by:
I am trying to use PHPNuke on a linux box but I think PHP does not see the Mysql Server. When I use the test php program I get this error "Fatal error: Call to undefined function:...
1
by: Markus Zielonka | last post by:
Hello NG, i will install the mySQL Software under a MAC OS X 10.2.8 operating system. But my iBook ist not a Server. on the page http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html i...
4
by: gregsands | last post by:
Hi I have read all (ok most) of the posts relating to "Call to undefined function mysql_connect()", read the manual on PHP.net and done eveything thats ive been asked to do but cant get PHP to...
3
by: Lauren Quantrell | last post by:
Maybe a dumb question - I'm new to ODBC. How do I install an Access ..mde file on a user's workstation and create the ODBC connection to the backend SQL Server database without having to go through...
1
by: Good Man | last post by:
Hi there I've noticed some very weird things happening with my current MySQL setup on my XP Laptop, a development machine. For a while, I have been trying to get the MySQL cache to work....
3
by: genenamg | last post by:
Hi, I am trying to run and configure Apache 2.0, php 5 and mysql on win xp professional - this is the first time I have tried to install and configure all three. I am having difficulty trying...
1
by: rider0375 | last post by:
Having some major issues... Racking my brain. Also it is worthy to note as of 3 weeks ago i have 0 experience with MySQL. So anyway.. HOW DO YOU DO IT?? hehe - I can get multiple services...
8
by: eholz1 | last post by:
Hello Newsgroup, I have redhat 3.0 Enterprise, and mysql (3.58.xxx more or less) installed from a redhat rpm, and php 4.3.9 (installed from an rpm) - I can access data from my mysql db using php...
8
by: Stevebo | last post by:
I have installed PHP and MySQL using WAMP5 as my server on a Vista machine. I can run PHP scripts no problem. I can create and populate MySQL tables no problem. I cannot seem to get my PHP...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.