【訂正】
phpバージョン:5.3.3.(Cli)
環境:Windows7+CentOs6.5のデュアルブートマシンで
CentOs6.5 にMySQL、php、phpMyAdminをインストールしてLinuxでのMySQL運用を試しています。
「phpMyAdmin へようこそ」画面から
ユーザ名:root
パスワード:MySQLの「rootのパスワード」
を入力しても
#2003 MySQL サーバにログインできません
設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました。
となります。コマンドラインより
mysql -u root -p
Enter password: ← MySQLのrootパスワードを入力
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
と、コマンドラインからのMySQLへのログインはできています。お分かりになる方、ご教示よろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー