- MySQL Admin Cookbook LITE: Configuration, Server Monitoring, Managing Users
- Daniel Schneller Udo Schwedt
- 205字
- 2021-04-02 19:43:50
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 are shown as follows: “Only use qualified statements and replicate-*-table
configuration options for intuitively predictable replication!”
A block of code is set as follows:
slave> create database sakila; slave> use sakila; slave> source /tmp/sakila_master.sql; slave> CHANGE MASTER TO master_host=’master.example.com’, master_port=3306, master_ user=’repl’, master_password=’slavepass’; slave> START SLAVE;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
slave> SHOW SLAVE STATUS\G
************************** 1. row ***************************
...
Slave_IO_Running: Yes Slave_SQL_Running: Yes
...
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: “You will see the familiar messages about InnoDB filling up the data files and finally, the Ready for connections line”.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 3ds Max 2016中文版完全自學手冊
- 架構之美
- 中文版After Effects 2021入門教程
- AutoCAD 2014中文版完全自學手冊
- iPhone JavaScript Cookbook
- 圖像處理中的數學修煉(第2版)
- AI短視頻生成與剪輯實戰108招:ChatGPT+剪映
- NetLogo多主體建模入門
- 中文版CINEMA 4D R20 實用教程
- IBM Lotus Notes and Domino 8.5.1
- Apache CXF Web Service Development
- Joomla! with Flash
- VRP12虛擬現實編輯器標準教程
- 中文版AutoCAD 2021完全自學教程
- OpenVPN 2 Cookbook