Lxn-Chan!

(~ ̄▽ ̄)→))* ̄▽ ̄*)o

在Linux的Shell模式下连接远程MySQL Server,仅安装需要的Client程序即可。

  1. 首先确定一下远程服务器的MySQL版本,直接登录进去就能看到
    1
    2
    3
    4
    5
    6
    7
    8
    [root@localhost mysql-client]# mysql -uroot -p12345678
    mysql: [Warning] Using a password on the command line interface can be insecure.
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Server version: 5.7.40 MySQL Community Server (GPL)

    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

    mysql>
  2. 打开MySQL Product ArchivesProduct Version选择刚才看到的Server版本;Operating System根据实际情况选择(如果是CentOS则选择RHEL);OS Version也根据实际情况选择即可。
  3. 找到并下载如下三个包:
    1
    2
    3
    mysql-community-client
    mysql-community-common
    mysql-community-libs
    然后将这三个包放进一个文件夹内,上传至客户端设备。
  4. 在客户端设备上执行如下命令删除原有的mariadb-libs
    1
    yum remove mysql-libs
  5. 在刚才上传的文件夹内执行如下命令安装mysql Client组件:
    1
    rpm -ivh mysql-community-*
  6. 使用-h命令连接至远程服务器
    1
    mysql -h<host> -u<user> -p<password>

 简单说两句

很抱歉,【泠泫凝的异次元空间】2024年12月12日停机维护公告:感谢您对本站的支持,受限于政策要求,本站评论功能将暂时关闭,恢复时间另行确定。更新维护期间评论功能无法使用,给各位带来的不便,我们深表歉意。,该功能暂时不能使用,请稍后再试。如有问题请“联系站长”。



联系站长 | 服务状态 | 友情链接

备案号:辽ICP备19013963号

萌ICP备 20219421 号

津公网安备12011602300394号

中国互联网违法和不良信息举报中心

架构版本号:8.1.6 | 本站已全面支持IPv6

正在载入运行数据(1/2)请稍后...
正在载入运行数据(2/2)请稍后...

Copyright 2024 LingXuanNing, All rights reserved.