签到成功

知道了

CNDBA社区CNDBA社区

MySQL Shell 8的安装

2018-11-21 11:02 2696 0 原创 MySQL 8.0
作者: Expect-乐

1. 下载

https://dev.mysql.com/downloads/shell/

http://www.cndba.cn/Expect-le/article/3158
http://www.cndba.cn/Expect-le/article/3158

下载对应版本的即可http://www.cndba.cn/Expect-le/article/3158

2. 安装

2.1. 上传文件

[root@storage1 software]# ll
总用量 24528
-rw-r--r--. 1 root root 25115541 11月 21 10:35 mysql-shell-8.0.13-linux-glibc2.12-x86-64bit.tar.gz

2.2. 解压,安装

解压到安装目录即可,我这里是/usr/local

[root@storage1 software]# tar -zxvf mysql-shell-8.0.13-linux-glibc2.12-x86-64bit.tar.gz -C /usr/local

做一下软连接或直接重命名文件夹名词,好看点http://www.cndba.cn/Expect-le/article/3158

[root@storage1 local]# ln -s mysql-shell-8.0.13-linux-glibc2.12-x86-64bit mysqlsh8

2.3. 配置环境变量

主要是方便使用http://www.cndba.cn/Expect-le/article/3158

Vi /etc/profile

export PATH=/usr/local/mysqlsh8/bin/:$PATH

2.4. 测试

连接数据库试试http://www.cndba.cn/Expect-le/article/3158http://www.cndba.cn/Expect-le/article/3158

[root@storage1 local]# mysqlsh 'root'@127.0.0.1:3306

Creating a session to 'root@127.0.0.1:3306'

Please provide the password for 'root@127.0.0.1:3306': ****

Save password for 'root@127.0.0.1:3306'? [Y]es/[N]o/Ne[v]er (default No): yes  --保存密码

Fetching schema names for autocompletion... Press ^C to stop.

Your MySQL connection id is 4

Server version: 5.7.17 MySQL Community Server (GPL)

No default schema selected; type /use  to set one.

MySQL Shell 8.0.13

Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its

affiliates. Other names may be trademarks of their respective

owners

Type '/help' or '/?' for help; '/quit' to exit.

 MySQL  127.0.0.1:3306  JS >

更多关于MySQL Shell的使用,请查看官方文档:http://www.cndba.cn/Expect-le/article/3158http://www.cndba.cn/Expect-le/article/3158http://www.cndba.cn/Expect-le/article/3158

https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-connections.html

版权声明:本文为博主原创文章,未经博主允许不得转载。

MySQL Shel

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
Expect-乐

Expect-乐

关注

Without the continuous bitter cold, there can be no fragrant plum blossom

  • 336
    原创
  • 6
    翻译
  • 100
    转载
  • 41
    评论
  • 访问:1547382次
  • 积分:1957
  • 等级:核心会员
  • 排名:第4名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ