Created
November 14, 2021 13:35
-
-
Save RobyCigar/18fd2a454e7caf623f53bdfb384c6c0c to your computer and use it in GitHub Desktop.
mencari username default untuk database mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ 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