- MariaDB High Performance
- Pierre MAVRO
- 262字
- 2021-08-05 18:03:15
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This engine is a drop-in replacement for the FEDERATED engine. It uses libmysql
to talk to an RDBMS."
A block of code is set as follows:
# -*- mode: ruby -*- # vi: set ft=ruby : ENV['LANG'] = 'C' # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" # Insert all your Vms with configs boxes = [ { :name => :mysqlserver },
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Replicate_Ignore_Server_Ids:
Master_Server_Id: 1
Master_SSL_Crl: /etc/mysql/ssl/cacert.pem
Master_SSL_Crlpath:
Using_Gtid: No
Any command-line input or output is written as follows:
MariaDB [(none)]> show global variables like 'tmp_table_size'; +----------------+----------+ | Variable_name | Value | +----------------+----------+ | tmp_table_size | 33554432 | +----------------+----------+ 1 row in set (0.00 sec)
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "With HP hardware, a Ctrl + A in the BIOS shows an additional Services Options menu."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Spring+Spring MVC+MyBatis整合開發實戰
- 軟件測試技術指南
- Unity Game Development Scripting
- Mastering ROS for Robotics Programming
- 快速入門與進階:Creo 4·0全實例精講
- Mastering Elasticsearch(Second Edition)
- Nagios Core Administration Cookbook(Second Edition)
- Web Developer's Reference Guide
- Android Development Tools for Eclipse
- Visual Basic語言程序設計上機指導與練習(第3版)
- 多接入邊緣計算實戰
- Python深度學習:基于PyTorch
- 深度學習的數學:使用Python語言