- 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."
- Python程序設計教程(第2版)
- Python編程自學手冊
- Building a Game with Unity and Blender
- 認識編程:以Python語言講透編程的本質
- 精通搜索分析
- Internet of Things with the Arduino Yún
- Building a Recommendation Engine with Scala
- Python編程:從入門到實踐
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- 執劍而舞:用代碼創作藝術
- Java并發編程:核心方法與框架
- Struts 2.x權威指南
- Learning Unreal Engine Game Development
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Learning TypeScript