在我的数据库中插入表时出现问题。运行的服务器是 Ubuntu:
发行商 ID:Ubuntu 描述:Ubuntu 12.04.2 LTS 版本:12.04 代号:精确
我通过以下方式创建了一个包含一个表的数据库:
创建数据库 mysql>create database test1234 CHARACTER SET latin1;
建表 mysql>create table testtbl (test varchar(22) CHARACTER SET latin1);
将 mysql>insert 插入 testtbl(测试)值('asdsdaæø');
选择器:mysql> select * from testtbl;
+--------------+
| 测试 |
+--------------+
| |
| 阿斯达|
|