- Download the correct version. There are two versions – a tar file and a package. The package version installs as part of the Solaris OS , but then means we can have no further mysql installs. So we tend to download the tar version e.g. mysql-advanced-gpl-5.1.47-solaris10-x86_64.tar
- Put the download into the bin directory eg /ebilldb-master/mysql-bin
- untar the download file, this creates a directory called mysql-advanced-gpl-5.1.47-solaris10-x86_64
- change permissions i.e.
chown -R mysql:mysql mysql-advanced-gpl-5.1.47-solaris10-x86_64
- create a softlink to the untarred directory called mysql
ln -s mysql-advanced-gpl-5.1.47-solaris10-x86_64 mysql
- copy a …