摘要: 先上图,理清逻辑 mysql5.0以上版本存在information_schema 默认数据库 select schema_name from information_schema.schemata; 找库 select table_name from information_schema.tabl 阅读全文
posted @ 2020-02-09 22:02 二月三十 阅读(709) 评论(0) 推荐(0)
摘要: 第一步:apt-get update 第二步:apt-get install ibus ibus-pinyin 第三步:im-config 第四步:ibus-setup 第五步:cd ~ vi .bashrc 第六步:reboot 重启后用 ctrl+空格 或者 win+空格 就可以使用中文输入法了 阅读全文
posted @ 2020-02-09 21:32 二月三十 阅读(4360) 评论(0) 推荐(1)
摘要: 行代码步骤如下,后面有详细步骤。 show global variables like '%general%'; set global general_log='on'; set global general_log_file='C:/phpStudy/PHPTutorial/WWW/yanshi. 阅读全文
posted @ 2020-02-09 13:59 二月三十 阅读(2035) 评论(0) 推荐(0)