mysql登陆的命令格式为:

mysql -h [hostip] -u [username] -p [password] [database] 

这里写图片描述

2.制定端口号登陆,mysql的默认端口号是3306,
命令格式:mysql -u 用户名 -p 密码 -P 端口号
即可,注意指定端口的字母P为大写,而标识密码的p为小写。

这里写图片描述

3.指定IP地址和端口号登录MySQL数据库
命令格式为:mysql -h ip -u 用户 -p -P 端口号
例如:mysql -h 127.0.0.1 -u root -p -P 3306

这里写图片描述
这里写图片描述

4.制定数据库登陆
mysql -h ip地址 -u 用户名 -p 密码 数据库名
例如:mysql -h 127.0.0.1 -u root -p test

查看当前登陆用户和数据库

查看当前登陆用户和数据库命令

select user();  select database();
mysql> helpFor information about MySQL products and services, visit:  http://www.mysql.com/For developer information, including the MySQL Reference Manual, visit:  http://dev.mysql.com/To buy MySQL Enterprise support, training, or other products, visit:  https://shop.mysql.com/List of all MySQL commands:Note that all text commands must be first on line and end with ';'?     (\?) Synonym for `help'.clear   (\c) Clear the current input statement.connect  (\r) Reconnect to the server. Optional arguments are db and host.delimiter (\d) Set statement delimiter.edit   (\e) Edit command with $EDITOR.ego    (\G) Send command to mysql server, display result vertically.exit   (\q) Exit mysql. Same as quit.go    (\g) Send command to mysql server.help   (\h) Display this help.nopager  (\n) Disable pager, print to stdout.notee   (\t) Don't write into outfile.pager   (\P) Set PAGER [to_pager]. Print the query results via PAGER.print   (\p) Print current command.prompt  (\R) Change your mysql prompt.quit   (\q) Quit mysql.rehash  (\#) Rebuild completion hash.source  (\.) Execute an SQL script file. Takes a file name as an argument.status  (\s) Get status information from the server.system  (\!) Execute a system shell command.tee    (\T) Set outfile [to_outfile]. Append everything into given outfile.use    (\u) Use another database. Takes database name as argument.charset  (\C) Switch to another charset. Might be needed for processing binlog with multi-byte charsets.warnings (\W) Show warnings after every statement.nowarning (\w) Don't show warnings after every statement.resetconnection(\x) Clean session context.For server side help, type 'help contents'

更多相关文章

  1. Android(安卓)多模拟器使用adb shell
  2. Linux系统查看磁盘可用空间的5个命令
  3. Android(安卓)bluetooth介绍(四): a2dp connect流程分析
  4. Android(安卓)命令行编译、打包生成apk文件
  5. Ionic 运行报错No resource identifier found for attribute 'ap
  6. 使用sencha cmd创建android应用
  7. Android执行shell命令
  8. Android下模拟按键输入
  9. 【【【常用的ubuntu第三方工具及android命令(自存档)】】】二

随机推荐

  1. 我对JDK15的简单理解
  2. 用 Python可视化神器 Plotly 动态演示全
  3. 华为无线网络的配置——AP上的业务数据采
  4. 基于python的信用卡评分模型
  5. 《Python知识手册》更新V2.0版,高清PDF免
  6. 小小里程碑,读者3w+,公众号运营经验揭秘
  7. 《Python知识手册》更新V2.0.1版,PDF中添
  8. 用 Python 动态曲线图来对全球疫情进行演
  9. 小伙子不讲武德,竟用Python爬取了B站上1.4
  10. 合并/拆分 Excel?Python、VBA轻松自动化