当前位置:网站首页>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
边栏推荐
- Yesterday, I went to a large factory for an interview and asked me to do four arithmetic operations. Fortunately, I am smart enough
- FPM tool installation
- R 语言 Kolmogorov-Smirnov 检验 2 个样本是否遵循相同的分布。
- Iphone6plus enters the list of antique products netizen: I'm still using it
- Build your jmeter+jenkins+ant
- 编译原理期末复习
- Pfizer's new Guankou medicine has entered the Chinese market, and the listing of relevant products of domestic pharmaceutical enterprises is just around the corner
- Servlet value passing JSP
- 普歌 -- getOrDefault()方法理解
- Force buckle 515 Find the maximum value in each tree row
猜你喜欢

Rn7302 three-phase electric quantity detection (based on STM32 single chip microcomputer)

Eyebeam advanced settings

强化学习——格子世界
面经---测试工程师web端自动化---大厂面试题

Niubi 666, this project makes web page making as simple as building blocks
Face to face experience --- test engineer web side automation --- interview questions for large factories

Tryout title code

Batch import of pictures into WPS table by date

Reinforcement learning - grid world

Jetpack - defects of livedata component and Countermeasures
随机推荐
Rust FFI programming - libc crate
R 和 rgl 绘制 3D 结
What should I do if the version is incompatible with the jar package conflict?
Puge -- singleton mode
Kubernetes cluster lossless upgrade practice
Batch import of pictures into WPS table by date
Detailed explanation of collection class methods____ (4) Judgment and assignment, etc
金山云团队分享 | 5000字读懂Presto如何与Alluxio搭配
Servlet value passing JSP
R 语言 ggmap
Wechat applet paging function, pull-down refresh function, direct dry goods
R 语言 ggmap 可视化集群
实时数据库 - 笔记
Techo Day 腾讯技术开放日,6月28日线上等你!
redis的入门学习到起飞,就这一篇搞定
Design and practice of vivo sensitive word matching system
未来互联网人才还稀缺吗?哪些技术方向热门?
Tryout title code
CRC32概述以及实现和使用
DOM parsing of XML file case code sentence by sentence analysis