| 1 | [[PageOutline]] |
| 2 | [[TitleIndex(TipAndDoc/SQL,format=group)]] |
| 3 | |
| 4 | = MySQL = |
| 5 | * [http://dev.mysql.com/doc/refman/5.1/en/using-mysqldump.html MySQL :: MySQL 5.1 Reference Manual :: 6.4 Using mysqldump for Backups] |
| 6 | * [http://dev.mysql.com/doc/refman/5.1/ja/client-utility-programs.html MySQL :: MySQL 5.1 リファレンスマニュアル :: 7 クライアントプログラムとユーティリティ プログラム] |
| 7 | |
| 8 | * [https://forums.ubuntulinux.jp/viewtopic.php?pid=63205 Ubuntu日本語フォーラム / mysql-server-5.1の更新時にエラーが起きます。] |
| 9 | > {{{ |
| 10 | > Jul 3 22:21:04 myhost /etc/mysql/debian-start[1596]: /usr/bin/mysqlcheck: Got error: 1045: Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) when trying to connect |
| 11 | > Jul 3 22:21:04 myhost /etc/mysql/debian-start[1596]: FATAL ERROR: Upgrade failed |
| 12 | > }}} |
| 13 | > スクリプトがログインのときに使うユーザーのパスワードは /etc/mysql/debian.cnf に記載されています |
| 14 | > 確認するにはコマンドラインで sudo grep password /etc/mysql/debian.cnf を実行してください (sudo を付けないとエラーになります) |