Displaying 1 result from an estimated 1 matches for "montmel".
Did you mean:
montiel
2009 Sep 22
1
MySQL setup: initial user weirdness
Hi,
I've always been a bit puzzled by MySQL's initial setup. Right after
installing MySQL, no password is set, so that's the first thing I care
about. I know there's a way to do that with mysqldadmin, but hey,
different ways lead to Saint-Bauzille-de-Montmel.
# chkconfig mysqld on
# service mysqld start
# mysql -u root
mysql> use mysql;
mysql> select user, host, password from user;
+------+-----------+----------+
| user | host | password |
+------+-----------+----------+
| root | localhost | |
| root | buildbox | |
| root...