摘要:
原先的字串./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --enable-zip --enable-calendar --with-mysql=/usr/local/mysql --with-... 阅读全文
摘要:
1、Navicat for MysqlXML导出导入格式支持二进制数据;虽然同步数据人眼看不出区别,但是java尝试读取数据时,报datetime字段取出的值为“0000-00-00 00:00:00”,找不到理由;2、mysqldump数据导出1) export:mysqldump -h -P ... 阅读全文
摘要:
a.showtables或showtables from database_name; -- 显示当前数据库中所有表的名称b.showdatabases; -- 显示mysql中所有数据库的名称c.showcolumns from table_name from database_name; 或sh... 阅读全文
摘要:
对比表,以 apache / httpd 为例任务旧指令新指令使某服务自动启动chkconfig --level 3 httpd onsystemctl enable httpd.service使某服务不自动启动chkconfig --level 3 httpd offsystemctl disab... 阅读全文