Mysql Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 Datatypes
 Other Queries
 Tables
 




view character set of a database - Mysql

Snippets  Mysql  View character set of a database
Snippet On
db charset




Code
  
Rate this page :
  [ 0 votes]

View database character set in mysql.

To show the current character set use this query:

SHOW CREATE DATABASE `DB_NAME`

eg,

SHOW CREATE DATABASE `test1`




Other Links

web hosting