Top Three Concepts To Understand Before Hiring A MySQL Tutor
Top Three Concepts To Understand Before Hiring A MySQL Tutor
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.
It supports standard structured query language. It is used by a large number of web
applications.
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.
1.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
Mysql - installation
For Windows
After installation MYSQL service can be started from windows services as well as from
command prompt..
For Linux
1.Open terminal type command “sudo apt-get install mysql-server” for ubuntu
Now Type command “mysql -v” to find the version of your MySQL and connect to MySQL
Now Type command “select user from mysql.user;” to find all your mysql users
MySQL comes with an empty root password. As soon as MySQL database is installed you need
to change the root password.
You can start MySQL server from terminal with command mysqld start