tirsdag mar 25, 2008
When I'm Sixty Four
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_50Also check out the latest Netbeans 6.1 beta with integrated MySQL support.
Posted at 01:47PM mar 25, 2008 by Jan Berg in Databases | Comments[0]
Comments:
