12 2019 档案
摘要:https://www.cnblogs.com/renyutao/p/11216431.html https://www.cnblogs.com/shihaiming/p/11016718.html 参照以上两个链接搭建
阅读全文
摘要:http://note.youdao.com/noteshare?id=ad69f832c3ee83be61f429dd58c75020&sub=2884A1AF3F3C45A88DE7EE5DE0FB73C7 其他版本升级过程大同小异
阅读全文
摘要:CREATE DATABASE yshd DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 创建数据库 grant all privileges on vjk.db .* to yshd@'%' identified by 'yshd123' w
阅读全文
摘要:grant all privileges on lhywzx.* to 'lhywzx' @'%' identified by 'yshd123' with grant option;
阅读全文
摘要:create user yshd@'%' identified by 'yshd123'
阅读全文
摘要:SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS query FROM mysql.user;
阅读全文
摘要:update mysql.user set password=password(‘新密码’) where User=”jeecn” and Host=”localhost”;
阅读全文
摘要:1 首先,下载需要安装的图形化工具Xmanager Enterprise 5和Oracle数据库安装的压缩包 2 建立用户和组并赋权 groupadd oinstall groupadd dba useradd -g oinstall -G dba oracle passwd oracle 3 安装
阅读全文
摘要:https://www.oracle.com/database/technologies/112010-linx8664soft.html
阅读全文
摘要:关闭防火墙 systemctl disable firewalld.service 查看 systemctl list-unit-files|grep firewalld.service
阅读全文
摘要:yum -y install net-tools 因为是最小化安装,所以缺少工具
阅读全文