Landfill now has mysql3, mysql4.1, and mysql5

Joel Peshkin bugreport at peshkin.net
Thu Apr 7 17:37:21 UTC 2005



All:

   In addition to the "default" mysql 3.23, landfill now has mysql4.1 
and mysql5 and will soon have myslq4.0

   To use these, use the same credentials you previously used but 
specify the appropriate sockets...

$db_sock = '/opt/mysql4.1/var/mysql.sock';
$db_sock = '/opt/mysql5/var/mysql.sock';

mysql -S /opt/mysql4.1/var/mysql.sock -uwhatever -p
mysql -S /opt/mysql5/var/mysql.sock -uwhatever -p

For the time being, the utilities on landfill are only really aware of 
the default installation.
These are, of course, experimental and mysql5 is a beta.

-Joel






More information about the developers mailing list