随笔分类 - 数据库
摘要:1、下载 wget https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.28-linux-glibc2.12-x86_64.tar.gz 2、安装 tar -xzf mysql-5.7.28-linux-glibc2.12-x86_64.tar.
阅读全文
摘要:环境:centos 7 版本:mongodb 4.2.15 1、下载安装 wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.2.15.tgz tar -xzf mongodb-linux-x86_64-rhel70
阅读全文
摘要:mysql数据库安装完成 1、设置root账号密码 alter user 'root'@'localhost' identified by "123456"; update mysql.user set authentication_string=password('123456') where u
阅读全文
摘要:1、给admin授权管理员权限 > use admin; > db.createUser({user:'admin',pwd:'123456', roles:[{role:'root', db:'admin'}]}); 如果需要修改admin密码 > db.changeUserPassword('a
阅读全文

浙公网安备 33010602011771号