- MariaDB Essentials
- Emilien Kenler Federico Razzoli
- 160字
- 2021-07-09 21:39:15
Summary
In this chapter, we discussed the preliminary tasks that we need to perform before we can start working with MariaDB. In particular, we discussed the way to choose a MariaDB version and install it. We learned how to start and stop MariaDB, and how to efficiently use the mysql
command-line client. Several other clients exist, but this is the one we will use for all the examples in this book. We learned how to set the MariaDB options in the configuration files or at the mysqld invocation. Some settings can be set at runtime, and sometimes they can be adjusted on a per-session basis: we discussed how to do this. MariaDB upgrades were also been discussed in the chapter. Finally, we learned how to install, uninstall, and configure MariaDB plugins.
In the next chapter, we will learn how to create new databases and tables, the data types that are available, how storage engines work, and the use of indexes.
- Delphi程序設計基礎:教程、實驗、習題
- Drupal 8 Blueprints
- Game Programming Using Qt Beginner's Guide
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 游戲程序設計教程
- PhoneGap Mobile Application Development Cookbook
- 網絡爬蟲原理與實踐:基于C#語言
- Learning Network Forensics
- 數據結構案例教程(C/C++版)
- Salesforce Reporting and Dashboards
- 利用Python進行數據分析
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- C++程序設計教程
- Flink核心技術:源碼剖析與特性開發
- Java設計模式深入研究