mysql在命令行中,指定要连接的数据库?
需求描述:
mysql客户端,可以在登录到mysql数据库时,指定要连接到哪个数据库
这里进行一个测试。
测试过程:
1.mysql通过-D参数指定连接到test数据库
[mysql@redhat6 scripts]$ mysql -uroot -p -D test Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) [mysql@redhat6 scripts]$ mysql -uroot -p -D test Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 14 Server version: 5.5.57-log MySQL Community Server (GPL) Copyright (c) 2000, 2013, 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 '\h' for help. Type '\c' to clear the current input statement. mysql> select database(); +------------+ | database() | +------------+ | test | +------------+ 1 row in set (0.00 sec)
备注:通过在-D参数后面指定数据库名字,就连接到了test数据库。
2.通过-D参数,连接到test01数据库
[mysql@redhat6 scripts]$ mysql -uroot -p -D test01 Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 Server version: 5.5.57-log MySQL Community Server (GPL) Copyright (c) 2000, 2013, 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 '\h' for help. Type '\c' to clear the current input statement. mysql> select database(); +------------+ | database() | +------------+ | test01 | +------------+ 1 row in set (0.00 sec) mysql>
备注:通过在-D参数后面指定数据库名字,就连接到了test01数据库。
小结:通过-D 参数指明要直接连接到哪个数据库。
文档创建时间:2018年3月20日11:37:27
分类:
(02)mysql
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!