Home Forums OS X Server and Client Discussion Web Running Multiple Instances of Mysql in Panther Server – first problem

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #363778
    tmolesky
    Participant

    I have followed the directions on http://dev.mysql.com/doc/refman/5.0/en/multiple-unix-servers.html
    and cannot get a second instance of Mysql going.

    Specifically, I attempting to create a new socket file that listens on port 3307 with the following procedure via the terminal:

    shell> ./configure –with-tcp-port=3307 \
    –with-unix-socket-path=/tmp/mysql2.sock \
    –prefix=/usr/local/mysql-5.0.13-rc

    I am getting the error:
    -bash: ./configure: No such file or directory

    This is the first step to the issue and I can’t get past it – any suggestions would be appreciated!

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Comments are closed