In this post I shall show you how you can set up a MySQL community server on your Solaris installation.
Some useful information:
- Solaris installation: Solaris 10 (32-bit SPARC)
-
MySQL 5.1.24-rc is the MySQL community server I am using
for the demonstration (You may also try this with MySQL
5.1.25-rc, since the older tarball is not available officially
anymore)
You will need the following tools:
- GNU Make (gmake): I am using GNU Make 3.80
-
GNU C/C++ compiler:
- gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- g++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
- Download the MySQL 5.1.24-rc source tarball from …