We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05b1fe commit 552c477Copy full SHA for 552c477
scripts/mysql_install_db.sh
@@ -667,7 +667,7 @@ then
667
echo
668
echo "Two all-privilege accounts were created."
669
echo "One is root@localhost, it has no password, but you need to"
670
- echo "be system 'root' user to connect. Use, for example, sudo mysql"
+ echo "be system 'root' user to connect. Use, for example, sudo mariadb"
671
echo "The second is $auth_root_socket_user@localhost, it has no password either, but"
672
echo "you need to be the system '$auth_root_socket_user' user to connect."
673
echo "After connecting you can set the password, if you would need to be"
0 commit comments