[Level 1] Install MySQL in OpenSolaris

The Step as the following:

1. Use Package Mangement to download MySQL 5.1 (SUNWmysql51)
2. Start MySQL server
# /etc/init.d/mysql start
3. set root password
# mysqladmin -u'root' password 'new_password'
4. Login MySQL by mysql client with root account.
# mysql -u'root' -p'new_password'

regards,

Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python