Cent_Mysql
の編集
index.php?Cent_Mysql
[
トップ
] [
編集
|
差分
|
履歴
|
添付
|
リロード
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
-- 雛形とするページ --
(no template pages)
#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 installed mysql.i386 4.1.20-1.RHEL4.1 installed mysql-devel.i386 4.1.20-1.RHEL4.1 installed mysql-server.i386 4.1.20-1.RHEL4.1 installed mysqlclient10.i386 3.23.58-4.RHEL4.1 installed Available Packages mysql-bench.i386 4.1.20-1.RHEL4.1 base mysqlclient10-devel.i386 3.23.58-4.RHEL4.1 base *** Initial password setting [#t21282a9] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h tweak.hsdv.com password 'new-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_password}; - root(spirit.hmuna.com) = system password *** mysql の root パスワード [20111212 指定] [#z9b95552] - 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 installed mysql.i386 4.1.20-1.RHEL4.1 installed mysql-devel.i386 4.1.20-1.RHEL4.1 installed mysql-server.i386 4.1.20-1.RHEL4.1 installed mysqlclient10.i386 3.23.58-4.RHEL4.1 installed Available Packages mysql-bench.i386 4.1.20-1.RHEL4.1 base mysqlclient10-devel.i386 3.23.58-4.RHEL4.1 base *** Initial password setting [#t21282a9] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h tweak.hsdv.com password 'new-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_password}; - root(spirit.hmuna.com) = system password *** mysql の root パスワード [20111212 指定] [#z9b95552] - mysql_admin_password (基本は上の表の通りだが) *** root としてのログイン [#j2491fc6] [root@spirit ~]# mysql -u root -p Enter password: (root_password)
テキスト整形のルールを表示する