Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation mysql tutorial handouts

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

The following content mainly brings you installation mysql tutorial handouts, the knowledge mentioned here, slightly different from books, are professional and technical personnel in contact with users in the process, summed up, with a certain experience sharing value, hope to bring help to the majority of readers.

Delete previously installed files when reinstalling

rm -rf /data/mysql

·MySQL several commonly used installation packages: rpm, source code, binary-free compilation

· cd /usr/local/src

· wget http://mirrors.sohu.com/mysql/MySQL-5.6/mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz

· tar zxvf mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz

· mv mysql-5.6.35-linux-glibc2.5-x86_64 /usr/local/mysql

cd /usr/local/mysql

· useradd mysql

· mkdir /data/store mysql data

· ./ scripts/mysql_install_db --user=mysql --datadir=/data/mysql initialization

· cp support-files/my-default.cnf /etc/my.cnf

· cp support-files/mysql.server /etc/init.d/mysqld

· vi /etc/init.d/mysqld

Definition of basedir and datadir

basedir=/usr/local/mysql

datadir=/data/mysql

[root@lsx-02kelong mysql]# /etc/init.d/mysqld start

[root@localhost mysql]# chkconfig --add mysqld

[root@localhost mysql]# service mysqld start

[root@lsx-001 mysql]# netstat -lnpt

For the above on the installation of mysql tutorial handouts, if you still need to know more can continue to pay attention to our industry push new, if you need to get professional answers, you can contact the official website pre-sales after-sales, I hope this article can bring you a certain knowledge update.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report