我有一个MySQL数据库,里面有一些中文文本。我为这些字段使用的排序规则是utf8_unicode_ci。使用phpMyAdmin和浏览数据库,中文文本出现在它应该。编辑:这里是数据库代码:
$con = mysql_connect("localhost", "name", "pass") or die('Sorry, could not connect to database, could not get recipes at thi
我只是mysql的新手。`LAST_NAME` smallint(50)char(50)CHARACTER SET utf8 NOT NULL, )
我在mysql我的问题是,如果我对中文、日语、韩文或其他unicode字符使用unicode char(50),这些列会不会在数据库中占用过多的存储空间,从而影响性能?