MySQL Overview Architecture & Installation in 5 minutes

preview_player
Показать описание
This video gives an overview of MySQL database which is one of the most widely used open source RDBMS database systems.This video also explains the MYSQL client-server Architecture and provides hands on session on installation of community edition mysql database in a linux server.

yum install command to install the RPM files:
yum install mysql-community-{server,client,common,libs}-*

MySQL command to change the default root password:
Рекомендации по теме
Комментарии
Автор

it would be grat to have an replication example of mysql

lonewolf