摘要:
his one caught me by surprise! I needed to build up a CSV list of email addresses for all previous task owners for an activity, so the simplest way wo 阅读全文
摘要:
mysql主从复制测试: 1. 配置主服务器:在主库上面添加复制账号GRANT REPLICATION SLAVE on *.* to 'mark'@'%' identified by 'mark' WITH GRANT OPTION; 在my.ini配置文件中添加配置:[mysqld]# 服务的唯 阅读全文