Installing Mysql 4.1 Alpha on Debian

Finally got mysql 4.1 alpha to install on my debian box using, of all things, alien.The only hack I used to get it working was to create a symlink from /etc/mysql/my.conf to /etc/my.conf.Subqueries are now supported. Select * from t1 where (select * from t2).

<-- Back