mysql客户端登陆配置
admin
2023-05-05 02:00:53
0

my.cnf配置文件参数设置:

[root@cacti ~]# head -7 /etc/my.cnf

[mysql]
prompt="(\\u@\\h:\R:\m:\\s)[\\d]> "
pager="less -i -n -S"
tee="/tmp/query.log"
no-auto-rehash

[mysqld]

配置文件参数介绍:
这样就能很方便的知道当前位于哪个mysql db上,正在以哪个用户登录,对哪个数据库进行操作,防止误操作;并且还能显示当前时间。
tee="/tmp/query.log" 是把每次查询的SQL及其结果都记录到 /tmp/query.log 里,便于追踪。
pager="less -i -n -S" 则是把每次输出都用less来控制显示,便于输出结果格式更加容易阅读,尤其是行记录长度超过一屏宽度时。

重启MySQL服务
[root@cacti ~]# /etc/init.d/mysqld restart
Shutting down MySQL.. SUCCESS!
Starting MySQL... SUCCESS!

登录mysql后将有以下提示

[root@cacti ~]# mysql -uroot -p'xiaowytest' -S /tmp/mysql3307.sock 
**Logging to file '/tmp/query.log'**
Warning: Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.6.20-log MySQL Community Server (GPL)

Copyright (c) 2000, 2014, 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.

(root@localhost:17:53:43)[(none)]>
(root@localhost:17:53:43)[(none)]> use ranzhidb;
Database changed
(root@localhost:17:56:15)[ranzhidb]> select id,account from droa_attend where id=10 and account='xiawu';
Empty set (0.00 sec)

(root@localhost:17:57:08)[ranzhidb]> select id,account from droa_attend where id=10 and account='xiaowu';
+----+---------+
| id | account |
+----+---------+
| 10 | xiaowu  |
+----+---------+
1 row in set (0.00 sec)

[root@cacti ~]# tailf /tmp/query.log

Server version: 5.6.20-log MySQL Community Server (GPL)
Copyright (c) 2000, 2014, 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.
(root@localhost:17:53:43)[(none)]> use ranzhidb;
Database changed
(root@localhost:17:56:15)[ranzhidb]> select id,account from droa_attend where id=10 and account='xiawu';
Empty set (0.00 sec)

(root@localhost:17:57:08)[ranzhidb]> select id,account from droa_attend where id=10 and account='xiaowu';
+----+---------+
| id | account |
+----+---------+
| 10 | xiaowu  |
+----+---------+
1 row in set (0.00 sec)

参考博文地址:http://www.imysql.cn/2008_07_09_show_mysql_client_settings

相关内容

热门资讯

Google在港推出AI代理G... 观点网讯:7月29日,Google在香港推出AI代理Gemini Spark,该代理可全天候在后台运...
5G+165Hz!联想新品官宣... 近两年来,小屏平板一直是比较有趣的一个品类。 不同于大平板注重效率、手机追求万能的特点,拯救者Y70...
原创 马... 马斯克又出来了。这次说2036年钱就没用了。 理由是人工智能加机器人,东西多到你用不完,还拿钱干嘛...
美的集团:我国智能家居互联互通... IT之家 7 月 30 日消息,美的集团今日发布公告,7 月 21 日至 23 日,智能家居互联互通...
华为新款MatePad Pro... 【CNMO科技消息】7月30日,@华为终端 官宣全新旗舰平板华为MatePad Pro。 新款华为...
从实验室到实景验证:6G光子太... 全息通信是第六代移动通信(6G)的典型应用场景之一,旨在通过融合无线传输与全息三维成像技术,实现超大...
从“能对话”到“能干活”——人... 【经济界面】 光明日报记者 刘坤 李晓东 周洪双 人工智能(AI)眼镜化身为个人“助理”,实时进行...
【全新发布】UminiP Pr... (来源:洲明科技)
日本通过“H3火箭8号”发射失... △H3火箭(资料图) 日本文部科学省30日召开关于去年“H3火箭8号”发射失败的会议。会议通过的最终...
互联网巨头抢滩健康硬件,上游芯... 封面新闻记者 付文超 当下,互联网巨头对健康硬件的押注,正在成为产业现实,加速拉动整个产业链步入新一...