This is the first in a series of posts on MySQL® for those new to the database, or those migrating from another DBMS.
So you've made the decision to try MySQL. Now you just have to get it installed. Luckily for most purposes MySQL is quite often already available. If you have a Linux installation then chances are that both the server and client are installed. If you are planning on using MySQL for your website, chances are the hosting provider gives you several MySQL databases for your use.
Before diving in too deep though, let's get some background and terminology out of the way.
What is MySQL?
This depends. MySQL was a company, is a trademark, is an ecosystem and is the name of arguably the most popular relational database management system (RDBMS) on the planet. Originally developed by MySQL AB, MySQL (both the database and the trademark) are now owned by Oracle Corporation. But …
[Read more]