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

Mysql Learning Notes (1-installation introduction)

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

How to install mysql:

(1) through the default version provided by the system (rpm package, stable version, which meets the requirements for use, it is recommended to use os vendor)

(2) officially provided by mysql

Official general rpm installation package

General binary format package (download the file directly, extract it to the specified directory, and start it)

Source package compilation and installation

Use cmake installation method after mysql5.6 version

Process: cmake. (generate configuration file using cmake)-- > make-- > make install

Data files for MySQL: files and logs

Files: data files and index files

Logs: transaction log, binary log, query log, slow query log, error log, relay log

Server variable for MySQL:

SHOW {GLOBAL | SESSION} VARIABLES [LIKE CLAUSE]

Status variable of MySQL:

SHOW {GLOBAL | SESSION} STATUS [LIKE CLAUSE]

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