Cent_Mysql
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents();
*** Installed Package ( asof 2006-09-25 ) [#l8bc9ae6]
[root@spirit ~]# yum list mysql*
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Installed Packages
MySQL-python.i386 1.0.0-1.RHEL4.1...
mysql.i386 4.1.20-1.RHEL4....
mysql-devel.i386 4.1.20-1.RHEL4....
mysql-server.i386 4.1.20-1.RHEL4....
mysqlclient10.i386 3.23.58-4.RHEL4...
Available Packages
mysql-bench.i386 4.1.20-1.RHEL4....
mysqlclient10-devel.i386 3.23.58-4.RHEL4...
*** Initial password setting [#t21282a9]
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USE...
To do so, start the server, then issue the following com...
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h tweak.hsdv.com password '...
See the manual for more instructions.
*** Account [#ud305958]
mysql> select host,user,password from user;
+------------------+--------------+------------------+
| host | user | password |
+------------------+--------------+------------------+
| localhost | root | 75a2c465690776b6 |
| spirit.hmuna.com | root | 75a2c465690776b6 |
| localhost | postfix | 7a7eeba37575fe5e |
| localhost | postfixadmin | 7a7eeba37575fe5e |
| localhost | mysql_admin | 72ad1eb252a8871b |
+------------------+--------------+------------------+
- root(localhost) = system password
- postfix(localhost) =
- postfixadmin(localhost) =
- &color(red){mysql_admin(localhost) = mysql_admin_passwo...
- root(spirit.hmuna.com) = system password
*** mysql の root パスワード [20111212 指定] [...
- mysql_admin_password (基本は上の表の通りだが)
*** root としてのログイン [#j2491fc6]
[root@spirit ~]# mysql -u root -p
Enter password: (root_password)
終了行:
#contents();
*** Installed Package ( asof 2006-09-25 ) [#l8bc9ae6]
[root@spirit ~]# yum list mysql*
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Installed Packages
MySQL-python.i386 1.0.0-1.RHEL4.1...
mysql.i386 4.1.20-1.RHEL4....
mysql-devel.i386 4.1.20-1.RHEL4....
mysql-server.i386 4.1.20-1.RHEL4....
mysqlclient10.i386 3.23.58-4.RHEL4...
Available Packages
mysql-bench.i386 4.1.20-1.RHEL4....
mysqlclient10-devel.i386 3.23.58-4.RHEL4...
*** Initial password setting [#t21282a9]
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USE...
To do so, start the server, then issue the following com...
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h tweak.hsdv.com password '...
See the manual for more instructions.
*** Account [#ud305958]
mysql> select host,user,password from user;
+------------------+--------------+------------------+
| host | user | password |
+------------------+--------------+------------------+
| localhost | root | 75a2c465690776b6 |
| spirit.hmuna.com | root | 75a2c465690776b6 |
| localhost | postfix | 7a7eeba37575fe5e |
| localhost | postfixadmin | 7a7eeba37575fe5e |
| localhost | mysql_admin | 72ad1eb252a8871b |
+------------------+--------------+------------------+
- root(localhost) = system password
- postfix(localhost) =
- postfixadmin(localhost) =
- &color(red){mysql_admin(localhost) = mysql_admin_passwo...
- root(spirit.hmuna.com) = system password
*** mysql の root パスワード [20111212 指定] [...
- mysql_admin_password (基本は上の表の通りだが)
*** root としてのログイン [#j2491fc6]
[root@spirit ~]# mysql -u root -p
Enter password: (root_password)
ページ名: