Results 1 to 5 of 5

Thread: mysql 3 and 4 in the same machine

  1. #1
    Join Date
    Aug 2004
    Location
    Bari, Italy
    Posts
    1

    mysql 3 and 4 in the same machine

    Hi all,
    I have tu install mysql4 in a Linux box that have already installed mysql 3 without unistalling it. Is there a tutorial to accomplish this task?

  2. #2
    Join Date
    Dec 2002
    Location
    Cape Town, South Africa
    Posts
    75
    There's documentation on the MySQL site that should help you do what you need.

  3. #3
    Join Date
    Aug 2004
    Posts
    2
    one thing to remember
    is to make sure you have separate my.cnf for each instance you want to serve on your machine.

    instead of placing it in /etc

    put it in $MYSQL_HOME/$DATA_DIR

    i had some troubles with configuring 5 to co-exist with 4 on the same box.

    tried passing in command line parameters, but it ended up being easier to configure the my.cnf file to tell mysql server which port and what sock file to use.

  4. #4
    Join Date
    Aug 2004
    Posts
    3
    I believe its also in the my.cnf file that you set the TCP port number in which MySQL uses to communicate. You *definitely* will want to have a different TCP port number for each version you have running.

  5. #5
    Join Date
    Aug 2004
    Posts
    2
    woohoo
    that worked read thru the documentation and found the same thing u talked about. i guess it's good for ppl to RTFM eh?

    Thanks

    ec.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •