| Databases InterBase (28) MS-SQL (5) mysql (36) Oracle (1)
|
How to install mysql 5 on Solaris 8
Question: I need to install mysql (version 5.0) on a Solaris box. It is Solaris 8 on a Sparc, 32 bit.Answer: First you need to download the proper package:mysql-standard-5.0.22-solaris8-sparc.pkg.gz You can find links to download on http://dev.mysql.com/downloads/mysql/5.0.html Unzip it. Before you can install this package, you need to create a mysql user and a mysql group. I also needed to create some folders and give this new user mysql access to it. See the script below:
Comments:
|