Skip to content

Instantly share code, notes, and snippets.

@RobyCigar
Created November 14, 2021 13:35
Show Gist options
  • Save RobyCigar/18fd2a454e7caf623f53bdfb384c6c0c to your computer and use it in GitHub Desktop.
Save RobyCigar/18fd2a454e7caf623f53bdfb384c6c0c to your computer and use it in GitHub Desktop.
mencari username default untuk database mysql
❯ sudo cat /etc/mysql/debian.cnf
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-blah
password = xxx
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = debian-sys-blah
password = xxx
socket = /var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment