Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set prompt in MySQL

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces how to set prompt in MySQL, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Mysql prompt

Method 1: linux environment variable

Shell > export MYSQL_PS1= "(\ u@\ h) [\ d] >"

Method 2: command line option

Shell > mysql-- prompt= "(\ u @\ h) [\ d] >"

(user@host) [database] >

Method 3: configuration file / etc/my.cnf

[mysql]-- [mysql] is different from [mysqld]

Prompt= "\ r:\ m:\\ s >"

[mysql]

Prompt= (\\ u@\\ h) [\\ d] >\ _

Method 4: set

Mysql > prompt (\ u @\ h) [\ d] >

PROMPT set to'(\ u@\ h) [\ d] >'

(root@vm1) [(none)] >

On how to set up prompt in MySQL to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report