Home > Database > phpMyAdmin > body text

How to use phpmyadmin to modify the database default encoding

王林
Release: 2019-12-09 13:37:16
Original
4508 people have browsed it

How to use phpmyadmin to modify the database default encoding

phpmyadmin The default encoding for creating a database is: latin1_swedish_ci

The method to modify the default encoding is:

1. Log in to phpmyadmin

2. In the navigation section, click: Variables

How to use phpmyadmin to modify the database default encoding

3. Ctrl F to find: latin1_swedish_ci

How to use phpmyadmin to modify the database default encoding

4. Change latin1_swedish_ci to the encoding you want. I set it to: utf8_general_ci

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of How to use phpmyadmin to modify the database default encoding. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template