Jason Bradfield wrote: > I am using the binary for solaris x86_64 from the mysql site.. > I'm now just installing the one from opensolaris as mentioned above by sriram. > > sriram, are the mysql pkgs above 64 bit? > mysql integrated within opensolaris includes both 32-bit as well as 64-bit. to start the server in 64-bit (which - unfortunately - is not the default) , you will need to do the following
pfexec svcadm disable mysql:version_50 (if it is running) pfexec svccfg import /var/svc/manifest/application/database/mysql_51.xml pfexec svccfg -s mysql:version_51 setprop mysql/enable_64bit=true pfexec svcadm enable mysql:version_51 thanks sriram
