MySQL command line configuration in linux

Опубликовано: 06 Апрель 2016
на канале: LinuxTopic
1,162
2

how to configure MySQL server in Linux ?

step by step MySQL configuration in centos 6 ?

what is database and how to configure ?

mysql-server : The MySQL server and related files

mysql : MySQL client programs and shared libraries
Additionally, you may need to install the following packages to access mysql using various programming languages:

php-mysql : A module for PHP applications that use MySQL databases.

perl-DBD-MySQL : A MySQL interface for perl.

MySQL-python : An interface to MySQL.

Import Mysql server files and ports

Mysql server config file: /etc/my.cnf

Mysql server log file: /var/log/mysqld.log

Mysql database storage directory: /var/lib/mysql/

full details with screens shot click here :

http://www.linuxtopic.com/2016/03/how...