摘要: ```mysql MySQL [test]> create table tbl_keyword ( -> id int not null auto_increment primary key, -> keyword varchar(256) not null -> ) -> ; Query OK, 0 rows affected (0.06 sec)... 阅读全文
posted @ 2018-12-25 22:09 brookin 阅读(615) 评论(0) 推荐(0)
摘要: ```mysql MySQL [test]> select password(123); +-------------------------------------------+ | password(123) | +-------------------------------------------+ | *23AE809DDACAF9... 阅读全文
posted @ 2018-12-25 22:02 brookin 阅读(190) 评论(0) 推荐(0)