- MariaDB Essentials
- Emilien Kenler Federico Razzoli
- 144字
- 2021-07-09 21:39:11
Preface
Nowadays, computers are present everywhere, and they are all connected to each other. A lot of information is exchanged between them, but this data needs to be stored somewhere.
MariaDB is a fork of MySQL, started when MySQL was acquired by Sun Microsystems in 2008. Sun Microsytems and MySQL were then acquired by Oracle in 2009.
In most Linux distributions, MariaDB is now the default package, providing a relational database that is compatible with MySQL.
MariaDB has interesting new features, better testing, performance improvement, and bug fixes that are not available in MySQL.
This book provides an introduction to the SQL language. It presents some advanced features of MariaDB and features that aren't present in MySQL but come with MariaDB. By the end of this book, you should be able get your own MariaDB database server running and take advantage of its features.
- Beginning Java Data Structures and Algorithms
- 軟件架構(gòu)設(shè)計:大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Python Geospatial Development(Second Edition)
- Practical Game Design
- Jenkins Continuous Integration Cookbook(Second Edition)
- OpenStack Orchestration
- C++從入門到精通(第5版)
- Learning Unreal Engine Android Game Development
- Mastering Git
- Mastering Python Design Patterns
- 零基礎(chǔ)學(xué)C語言(升級版)
- HTML5與CSS3權(quán)威指南
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring