Re: Building/installing MySQL under Mac OS X 10.03

2001-06-06 Thread Jeroen Clarysse
PS : here's my versionnnumber : mysql> SHOW VARIABLES LIKE "version"; +---+-+ | Variable_name | Value | +---+-+ | version | 3.23.37 | +---+-+ 1 row in set (0.00 sec) --

Re: Building/installing MySQL under Mac OS X 10.03

2001-06-06 Thread Jeroen Clarysse
I don't understand how yuo can have so much trouble building it ! I just downloaded the latest stable release, unzipped it, and did ./configure make make install mysql_install_db safe_mysqld & and it went hoopla running ! (after almost half an hour compiling that is) --