- MariaDB High Performance
- Pierre MAVRO
- 332字
- 2021-08-05 18:03:15
What you need for this book
As you proceed with this book, you will see a lot of features, solutions, and practical exercises that require technical tests. It's not often easy to test everything in the correct environment.
Many feel that preparing an environment is a waste of time, and they are right! To avoid it and concentrate on the content of the book, we'll use virtual machines. To make it fast and simple, we're going to use VirtualBox and Vagrant. If you are not acquainted with these tools, don't worry, we will show you how to use them here.
These tools will help you test everything very quickly (a few seconds/minutes). The advantages of both tools are:
- They are free
- They can run on Linux, Mac OS X, and Windows
- Fast instance provisioning
To install them, go to the official websites and download and install them on your current infrastructure:
- VirtualBox: https://www.virtualbox.org/
- Vagrant: http://www.vagrantup.com/
In this book, every exercise will run on Debian GNU/Linux Wheezy amd64 version on a VirtualBox. That's why, after installing both the latest versions of those tools, I suggest you work in a separate folder/box per exercise:
- Create a folder named
MariaDB
that will contain all the exercises of this book. - Inside that folder, create a subfolder named
Chapter X
, whereX
is the chapter number. - Inside the
Chapter X
subfolder, create another subfolder namedExercise X
, whereX
is the name of the section. - Place the appropriate content of the Vagrantfile in the
Exercise X
folder. - Inside that folder, power up machines (you absolutely need to be in to perform actions on the virtual machines):
vagrant up
- And access them in the following manner:
vagrant ssh (for a single machine) vagrant ssh machine-name (for multiple machines)
You're now ready for the exercises. When the exercises finish and you want to get your disk space back, you can stop and remove them with the following command:
vagrant halt vagrant destroy
Then, you can remove the current folder.
- Computer Vision for the Web
- 數據庫系統(tǒng)原理及MySQL應用教程
- 軟件測試項目實戰(zhàn)之性能測試篇
- Reactive Android Programming
- 量化金融R語言高級教程
- 數據結構與算法分析(C++語言版)
- 新印象:解構UI界面設計
- Magento 2 Beginners Guide
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Elasticsearch搜索引擎構建入門與實戰(zhàn)
- Beginning C# 7 Hands-On:The Core Language
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 菜鳥成長之路
- MATLAB計算機視覺實戰(zhàn)
- Java語言程序設計與實現(微課版)