twitter関連サービス1


ツイッタータイムラインのアイコンが
リールになったスロットマシン

twitter関連サービス2


OpenLaszloで開発された
ツイッター検索表示サービス
【2010/3/12twinavi掲載!!】

事業者情報



植林で地球温暖化防止に貢献中☆

MySQLのrootパスワード設定方法

  • 2010年2月19日(金) 09:48 JST
  • 閲覧件数
    249
MySQLのrootパスワードを設定する方法

赤字:入力した文字
黒字:画面出力文字

(1) 設定
$ mysql
mysql> set password for root@localhost=password('himitsu');
Query OK, 0 rows affected (0.35 sec)

(2)確認
$ mysql -u root -p
Enter password:himitsu(表示はされない)
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 31642
Server version: 5.0.77 Source distribution
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
mysql>


って、なればOK。