Configure MYSQL under Solaris

Source: Internet
Author: User

Solaris has its own mysql server, saving you a lot of trouble. Only a small configuration can be used.

1. log on to the system as the ROOT user and enter/usr/sfw/bin/mysql_install_db on the terminal.

2. Create mysql user and group:

# Groupadd mysql

# Useradd-g mysql

# Chgrp-R mysql/var/mysql

# Chmod-R 770/var/mysql

# Installf SUNWmysqlr/var/mysql d 770 root mysql

3. Copy the MySQL configuration file to the specified location.

# Cp/usr/sfw/share/mysql/my-medium.cnf/var/mysql/my. cnf

4. manually start mysql

#/Usr/sfw/sbin/mysqld_safe -- user = mysql &

5. Set the MySQL root Password (I use 1234 as the password)

# Cd/usr/sfw/bin

#./Mysqladmin-u root password '000000'

Okay, you have done it. Use the mysql-uroot-p1234 command to log on.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.