当前位置:网站首页>Reading notes - MySQL technology l act: InnoDB storage engine (version 2)
Reading notes - MySQL technology l act: InnoDB storage engine (version 2)
2022-06-28 07:07:00 【Little monkey who can't program】
The first 1 Chapter MySQL Architecture and storage engine
1.1 Define databases and instances
database : A collection of physical operating system files or other forms of file types . stay MySQL In the database , Database files can be frm、MYD、MYI、ibd Final document .
example :MySQL The database consists of a background thread and a shared memory area . Shared memory can be shared by running background threads . Database instance is really used to operate database files .
MySQL It is designed as a single process multithreaded database , namely MySQL The performance of database instance on the system is a process .
stay Linux Start in the operating system by the following command MySQL Database instance , And by order ps Observe MySQL The process after the database is started :
[[email protected] bin]#./mysqld_safe&
[[email protected] bin]#ps-ef|grep mysqld
root 3441 3258 0 10:23 pts/3 00:00:00/bin/sh./mysqld_safe
mysql 3578 3441 0 10:23 pts/3 00:00:00
/usr/local/mysql/libexec/mysqld--basedir=/usr/local/mysql
--datadir=/usr/local/mysql/var--user=mysql
--log-error=/usr/local/mysql/var/xen-server.err
--pid-file=/usr/local/mysql/var/xen-server.pid
--socket=/tm
边栏推荐
- NDK 交叉编译
- Reinforcement learning - grid world
- Mise en œuvre de l'actionneur asynchrone d'exécution à partir de zéro
- Will Internet talents be scarce in the future? Which technology directions are popular?
- My MVVM open source project "travel epidemic prevention app" has been released
- What should I do if the version is incompatible with the jar package conflict?
- Voice network VQA: make the user's subjective experience of unknown video quality in real-time interaction known
- XML序列化向后兼容
- How bacnet/ip gateway collects data of building centralized control system
- Optimization steps of SQL statements (II) -- MySQL statement optimization
猜你喜欢

VM332 WAService. js:2 Error: _ vm. Changetabs is not a function

2021 VDC: technological architecture evolution of vivo Internet service for 100 million users | PPT download attached

「杰伦熊」暴跌96.6% 明星带货NFT为何遇冷?

【网络教程】IPtables官方教程--学习笔记1

pytorch RNN 学习笔记

C language tutorial

饿久了,大脑会进入“省电模式”!感官被削弱,还看不清东西丨爱丁堡大学...

"Jay bear" plummeted by 96.6%. Why is NFT with star goods cold?

LeetCode+ 51 - 55 回溯、动态规划专题

编译配置in文件
随机推荐
Evolution of vivo push platform architecture
From the beginning of redis learning to take-off, this article is all for you
[c #] [reprint]furion frame address and tutorial address
Causes of wechat applet compilation page blank bug
Recommend 10 popular jupyter notebook plug-ins to make you fly efficiently
[C language] detailed explanation of C language to obtain array length
Batch import of pictures into WPS table by date
Comprehensive analysis of real enterprise software testing process
@RequestParam
Overview, implementation and use of CRC32
Jinshan cloud team shared | 5000 words to understand how Presto matches with alluxio
Force buckle 515 Find the maximum value in each tree row
什么是一致性哈希?可以应用在哪些场景?
[interval DP] stone consolidation
What should I do if the version is incompatible with the jar package conflict?
7-1 懂的都懂
LeetCode+ 51 - 55 回溯、动态规划专题
VM332 WAService. js:2 Error: _ vm. Changetabs is not a function
剑指offer II 091.粉刷房子
【C语言】详解 C 语言获取数组长度