-
Notifications
You must be signed in to change notification settings - Fork 1
Home
gcht edited this page Mar 27, 2018
·
66 revisions
Welcome to the Arsenal wiki!
*【grunt整合版】30分钟学会使用grunt打包前端代码
使用命令行修改,用mysqladmin
格式:mysqladmin -u用户名 -p旧密码 password 新密码
例子:mysqladmin -uroot -p123456 password 123
INSERT INTO iuapkb.kbIndexInfo (title, descript) VALUES ('55', '66');
ALTER TABLE tablename CHANGE columname columname TEXT CHARACTER SET utf8
show full columns from iuapkb.kbIndexInfo
ALTER TABLE iuapkb.kbIndexInfo CHANGE descript descript TEXT CHARACTER SET utf8;
ALTER TABLE iuapkb.kbIndexInfo CHANGE author author TEXT CHARACTER SET utf8;
use iuapkb;
alter table kbIndexInfo convert to character set utf8;
或者
alter table iuapkb.kbIndexInfo convert to character set utf8;
在bin下执行tail -f catalina.out