2.7 Installing MySQL on Solaris (original) (raw)

Note

MySQL 8.0 supports Solaris 11.4 and higher

MySQL on Solaris is available in a number of different formats.

Note

MySQL 5.7 has a dependency on the Oracle Developer Studio Runtime Libraries; but this does not apply to MySQL 8.0.

To obtain a binary MySQL distribution for Solaris in tarball or PKG format,https://dev.mysql.com/downloads/mysql/8.0.html.

Additional notes to be aware of when installing and using MySQL on Solaris:

groupadd mysql  
useradd -g mysql -s /bin/false mysql  
pkg install archiver/gnu-tar  
Error in accept: Protocol error  

You might try starting the server with the--back_log=50 option as a workaround for this.