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!
Comments are closed