随笔分类 -  mysql

摘要:``` alter database blog character set utf8 collate utf8_general_ci; ``` 阅读全文
posted @ 2018-09-24 21:03 idlewith 阅读(135) 评论(0) 推荐(0)
摘要:1 new mysql installing mysql by mysql server starting mysql changing password for root 2016 12 01T00:22:31.416107Z 1 [Note] A temporary password is ge 阅读全文
posted @ 2018-05-26 10:52 idlewith 阅读(173) 评论(0) 推荐(0)
摘要:CREATE TABLE CREATE TABLE ( INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY, VARCHAR(100) NOT NULL, VARCHAR(20) NOT NULL ); ALTER TABLE CHANGE `sex` VARCH 阅读全文
posted @ 2018-01-11 11:44 idlewith 阅读(122) 评论(0) 推荐(0)
摘要:download mysql http://dev.mysql.com/downloads/mysql/ configure environment D:\mysql\bin download the Microsoft Visual C++ 2013 Redistributable Package 阅读全文
posted @ 2017-11-13 11:39 idlewith 阅读(156) 评论(0) 推荐(0)