- 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."
- JavaScript從入門到精通(微視頻精編版)
- AngularJS Testing Cookbook
- Visual Basic程序設計教程
- C語言程序設計實踐教程
- Python機器學習實戰
- concrete5 Cookbook
- C語言開發基礎教程(Dev-C++)(第2版)
- Learning Unreal Engine Android Game Development
- Java服務端研發知識圖譜
- Backbone.js Patterns and Best Practices
- Scratch編程入門與算法進階(第2版)
- Python 3.8編程快速入門
- 計算機信息技術實踐教程
- Storm Real-Time Processing Cookbook
- Kotlin核心編程