- MariaDB Cookbook
- Daniel Bartholomew
- 199字
- 2021-07-16 12:19:21
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: "Open our my.cnf
or my.ini
file in a text editor such as Vim, Emacs, TextWrangler, or Notepad."
A block of code is set as follows:
# # * HandlerSocket # handlersocket_address="127.0.0.1" handlersocket_port="9998" handlersocket_port_wr="9999"
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
ANALYZE TABLE table_name PERSISTENT FOR
COLUMNS (column_1,column_2,...)
INDEXES (index_1,index_2,...);
Any command-line input or output is written as follows:
GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO replicant@'192.168.4.%' IDENTIFIED BY 'sup3rs3kr37p455w0rd';
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: "The Feedback plugin is turned off by default."
- Mastering Ext JS(Second Edition)
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- ASP.NET Core 5.0開發入門與實戰
- Windows Presentation Foundation Development Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Java編程技術與項目實戰(第2版)
- OpenStack Orchestration
- Python:Deeper Insights into Machine Learning
- GitHub入門與實踐
- ABAQUS6.14中文版有限元分析與實例詳解
- Python Web自動化測試設計與實現
- Visual C++程序設計與項目實踐
- 深入理解Kafka:核心設計與實踐原理
- 3ds Max 2018從入門到精通
- 你必須知道的.NET(第2版)