MySQL Character set

Source: Internet
Author: User

MYSQL.CNF add

[Mysqld]
Character-set-server=utf8
Collation-server=utf8_general_ci
[Client]
Default-character-set=utf8
[MySQL]
Default-character-set=utf8

drop database user;
CREATE DATABASE IF not EXISTS user character set UTF8;


CREATE DATABASE IF not EXISTS user DEFAULT CHARSET utf8 COLLATE utf8_general_ci;


Create database youdb character set UTF8;


Show variables like "%char%";


Character-set-server=utf8
Collation-server=utf8_general_ci
[Client]
Default-character-set=utf8;

[MySQL]
Default-character-set=utf8
[Client]
Default-character-set=utf8
[Mysqld]
Character-set-server=utf8

1. mysql installed via RPM package

Service mysqld Restart

/etc/inint.d/mysqld start

2. mysql installed from the source package

Linux shutdown mysql Command

$mysql _dir/bin/mysqladmin-uroot-p shutdown

Linux commands to start MySQL

$mysql _dir/bin/mysqld_safe &

Where Mysql_dir is the MySQL installation directory, mysqladmin and Mysqld_safe are located in the bin directory of the MySQL installation directory.

3, the above methods are invalid, you can by force command: "Killall mysqld" to shut down MySQL.

MySQL Character set

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.