I am trying to install MySQL on Mac OS X 10.6. After loading MySQL and unpacking with tar xzvf mysql-5.1.37.tar.gz, I will then try to run this configure line:
./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --enable-shared --with-plugins=innobase
I get an error
- bash: ./ configure: No such file or director
I thought configure should be a file in the mysql directory, but it is not there. Am I right or something else tuned up?
source share