50 likes | 51 Views
Top three concepts to understand before hiring a MySQL tutor
E N D
What is MySQL? MySQL is an open-source, relational database management system typically running at 3306 port as default.Since MySQL is open source ,it allows programmers to customize MySQL to fit according to their requirements. Students should be aware about terms like database and computer programming language,As these are prerequisites of learning MySQL.Before hiring a MySQL tutor you should know the basics of MySQL database , Which helps you to understand better from the very beginning of course.
Salient Features of MySQL • MySQL is fully multithreaded and can use multiple CPUs for processing. •MySQL works on various Operating systems and with many programming languages like Java,PHP,C,C++ • MySQL provides Innodb as a transactional storage engine that has ACID(Atomicity,Consistency, Isolation, and Durability) property. • MySQL has a high-speed thread-based memory allocation system. • MySQL supports an in-memory heap table. • MySQL Server works in client/server or embedded systems. • MySQL supports multiple platforms. 2.Mysql - installation
How to install MySQL on Ubuntu Open terminal type command “sudo apt-get install mysql-server” for ubuntu