64 bit MySQL (5.0) is now integrated into OpenSolaris. It will be available in build 87. 64 bit should work with 32 bit generated data-files and vice versa, although MySQL recommends you to do a full dump and reload, at least in production.
To enable the 64 bit server in SMF do:
% svcadm disable mysql:version_50 % svccfg svc:> select mysql:version_50 svc:/application/database/mysql:version_50> setprop mysql/enable_64bit=true svc:/application/database/mysql:version_50> quit % svcadm refresh mysql:version_50 % svcadm enable mysql:version_50
Also check out the latest Netbeans 6.1 beta with integrated MySQL support.