mysql:6823
From: Masashi Tsuda <Masashi Tsuda <tsuda@xxxxxxxxxx>>
Date: Thu, 09 Jan 2003 20:03:28 +0900 (JST)
Subject: [mysql 06823] Re: mysqladmin でパスワードが設定できない
津田です. たらさん,お返事ありがとうございます. From: TARA <tara@xxxxxxxxxx> Date: Thu, 09 Jan 2003 19:01:19 +0900 > こんxxわ。 > たら@大分です。 > > 本来ならば初期状態では、MySQL に root ユーザーを > パスワードなしで登録しているので、問題なく接続できるはずです。 私もそう認識しているのですが,なぜか上手くいっていません. そのため,パスワードを設定しないと何か問題があるのかなと 考えていました. > 非常に初歩的なことなので > 失礼な質問になるかもしれませんが > > インストール時に > bin/mysql_install_db > の実行はしていますか? 実行しています.実行してみると,やはりパスワードを設定しなさいと いわれます. そしてmysqladminでパスワードを設定しようとしているのですが まだ上手くいきません. > あと、うる覚えの情報ですみませんが > 前にどこかで > MIT-pthreads > を使用しているときに > localhostからの接続に失敗する > という話をどこかで聞いたことがあるような気もします。 今の環境では使用していないと思います. しかしながら,なぜかlocalhostから接続を拒否されています. まったく原因が掴めていないのが現状です. (実行結果) % mysql_install_dbInstalling all prepared tables 030109 19:48:25 /usr/sbin/mysqld: Shutdown Complete To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! This is done with: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h carroll password 'new-password' See the manual for more instructions. NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be able to use the new GRANT command! You can start the MySQL daemon with: cd /usr ; /usr/bin/safe_mysqld & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory: cd sql-bench ; run-all-tests Please report any problems with the /usr/bin/mysqlbug script! The latest information about MySQL is available on the web at http://www.mysql.com Support MySQL by buying support/licenses at https://order.mysql.com % mysqladmin -u root -h localhost password ende mysqladmin: unable to change password; error: 'Access denied for user: '@localhost' to database 'mysql'' % mysql -u root -h localhost Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 to server version: 3.23.53 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database hoge; ERROR 1044: Access denied for user: '@localhost' to database 'hoge' ************************** 津田 雅史 <Masashi Tsuda>
6808 2003-01-08 23:52 [Masashi Tsuda <tsuda] mysqladmin でパスワードが設定できない 6809 2003-01-09 00:03 ┗[TARA <tara@xxxxxxxxx] 6811 2003-01-09 08:42 ┗[Masashi Tsuda <tsuda] 6821 2003-01-09 19:01 ┗[TARA <tara@xxxxxxxxx] -> 6823 2003-01-09 20:03 ┗[Masashi Tsuda <tsuda] 6824 2003-01-09 20:08 ┣[TARA <tara@xxxxxxxxx] 6825 2003-01-09 20:57 ┃┗[Masashi Tsuda <tsuda] 6828 2003-01-10 01:09 ┗[TARA <tara@xxxxxxxxx] 6829 2003-01-10 07:40 ┗[Masashi Tsuda <tsuda]