Sönke Ruempler

Cloud Architect and Software Engineer

Home About Contact Impressum
2010-10-11

mysql prompt tuning

1
2
3
mysql> prompt (\u@\h) [\d]>  
PROMPT set to '(\u@\h) [\d]>'
(debian-sys-maint@localhost) [cms]>

persistent in bashrc:

1
export MYSQL_PS1='(\u@\h) [\d]> '

Like what you read?

You can hire me or make a donation via PayPal!

Share
Newer
devopsdays in Hamburg
Older
rdiff-backup: the easiest way to backup (and restore)

Archives

  • 2024
  • 2023
  • 2022
  • 2017
  • 2016
  • 2015
  • 2014
  • 2013
  • 2012
  • 2010
  • 2008

Recent Posts

  • Solutions to the Lost Update Problem
  • Understanding the React Function as Children Pattern
  • Review-Driven Testing: Enhancing Code Quality, Upskilling Developers, and Promoting Testing Culture
  • Easier Code reviews with Git Colored Move Diffs
  • Upgrade CDK/Cloudformation-managed AWS Aurora Serverless v1 (MySQL 5.7) cluster to Serverless v2 (MySQL 8.0) with minimal downtime
© 2025 Soenke Ruempler | mastodon
Powered by Hexo
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Home About Contact Impressum