Pertemuan 3 Introduction To MySQL
Pertemuan 3 Introduction To MySQL
AND SECURITY
Chapter 3
Open Source means that it is possible for anyone to use and modify
the software. Anybody can download the MySQL software from the
Internet and use it without paying anything. If you wish, you may study
the source code and change it to suit your needs. The MySQL
software uses the GPL (GNU General Public License),
http://www.fsf.org/licenses/, to define what you may and may not do
with the software in different situations
The MySQL Database Server is very
fast, reliable, scalable, and easy to use
If that is what you are looking for, you should give it a try.
MySQL Server can run comfortably on a desktop or laptop,
alongside your other applications, web servers, and so on,
requiring little or no attention.
If you dedicate an entire machine to MySQL, you can adjust
the settings to take advantage of all the memory, CPU
power, and I/O capacity available.
MySQL can also scale up to clusters of machines,
networked together
MySQL Server works in client/server or
embedded systems
The MySQL Database Software is a client/server system
that consists of a multithreaded SQL server that supports
different back ends, several different client programs and
libraries, administrative tools, and a wide range of
application programming interfaces (APIs).