Install mysql in linux

Source: Internet
Author: User

 

View Code

1024 groupadd mysql # create mysql group 1025 useradd-g mysql # create a user and group 1026 tar xzvf mysql-5.1.62.tar.gz # unzip the gz file 1030 cd mysql-5.1.62 # enter the file directory 1033 after pressurization. /configure -- prefix =/usr/local/mysql # Set the installation directory 1034 make # compile 1035 make install # install 1037 cp support-files/my-medium.cnf/etc/my. copy the configuration file 1042 cd/usr/local/mysql 1049 chown-R mysql. # Change directory permissions 1052 chgrp-R mysql. # reset permissions 1058 bin/mysql_install_db -- user = mysql #1059 chown-R root. # Change directory permissions and group 1060 chown-R mysql var 1061 bin/mysqld_safe -- user = mysql & # Start mysql service/usr/local/mysql/bin/mysqladmin-u root- p shutdown # disable mysql service to change MySQL password/usr/local/mysql/bin/mysqladmin-u root password "root" # Change password/usr/local/mysql/bin/mysqladmin- u root-h localhost password "root" // replace localhost with your host domain name, for example, log on to the mysql database with zhaorg.csu.edu.cn: # mysql-u root-p

 

 

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.