摘要:
create database sina default character set utf8mb4 collate utf8mb4_unicode_ci; ==or== my.cnf一般在etc/mysql/my.cnf位置。找到后请在以下三部分里添加如下内容: [client] default- 阅读全文
摘要:
root@ubuntu:~# ls /sys/class/net/ enp0s3 enp0s8 loroot@ubuntu:~# vim /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For mo... 阅读全文
摘要:
systemctl restart rsyncd.service 阅读全文
摘要:
docker cp /etc/localtime <id/name>:/etc/localtime 阅读全文
摘要:
git reset --hard <commit_id> git push origin HEAD --force 阅读全文
摘要:
docker oracle https://hub.docker.com/r/sath89/oracle-xe-11g/ docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle sath89/oracle- 阅读全文
摘要:
create user <USER_NAME> identified by <PASSWORD>; grant create session TO <USER_NAME>; 方法一 有权限的用户执行 declarecursor tab_names is select table_name from 阅读全文
摘要:
深入浅出Zabbix 3.0 -- 第十章 Web 监控 http://www.mamicode.com/info-detail-1824545.html 阅读全文