gembin

          OSGi, Eclipse Equinox, ECF, Virgo, Gemini, Apache Felix, Karaf, Aires, Camel, Eclipse RCP

          HBase, Hadoop, ZooKeeper, Cassandra

          Flex4, AS3, Swiz framework, GraniteDS, BlazeDS etc.

          There is nothing that software can't fix. Unfortunately, there is also nothing that software can't completely fuck up. That gap is called talent.

          About Me

           

          MySQL basis

          basic steps to play with mysql

          # 1) login mysql with root
               mysql -u root -p
          # 2) update password for root (optional)
          UPDATE mysql.user SET password=PASSWORD('newPasswordForRoot'WHERE User='root';
          FLUSH PRIVILEGES;

          # 3) create a new user 'user1'

          CREATE USER user1 IDENTIFIED BY 'mypassword'
          # 4) grant all privileges for this user 
          GRANT ALL PRIVILEGES ON *.* TO 'user1'@'localhost' IDENTIFIED BY 'mypassword'
          FLUSH PRIVILEGES;

          # 5) create a database with char set utf-8

          create database mydatabase character set utf8;
          set character_set_client=utf8;
          set character_set_connection=utf8;
          set character_set_database=utf8;
          set character_set_results=utf8;
          set character_set_server=utf8;


          # 6) switch to a database
          use mydatabase;
          show tables;

          # 7) Sample JDBC connection URL

          jdbc:mysql://localhost:3306/mydatabase?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false


          posted on 2012-05-22 00:25 gembin 閱讀(784) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶(hù)登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           

          導(dǎo)航

          統(tǒng)計(jì)

          常用鏈接

          留言簿(6)

          隨筆分類(lèi)(440)

          隨筆檔案(378)

          文章檔案(6)

          新聞檔案(1)

          相冊(cè)

          收藏夾(9)

          Adobe

          Android

          AS3

          Blog-Links

          Build

          Design Pattern

          Eclipse

          Favorite Links

          Flickr

          Game Dev

          HBase

          Identity Management

          IT resources

          JEE

          Language

          OpenID

          OSGi

          SOA

          Version Control

          最新隨筆

          搜索

          積分與排名

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          free counters
          主站蜘蛛池模板: 金阳县| 永靖县| 禹城市| 白水县| 西乌珠穆沁旗| 阿坝县| 兴义市| 虎林市| 慈利县| 太保市| 灌阳县| 芒康县| 西藏| 固始县| 曲阳县| 奉贤区| 富裕县| 文成县| 祁门县| 临西县| 建水县| 仙居县| 青浦区| 郎溪县| 文安县| 定安县| 虹口区| 高邑县| 恩平市| 大连市| 武城县| 房山区| 临朐县| 岳普湖县| 德钦县| 台湾省| 满洲里市| 阳春市| 清徐县| 大港区| 大名县|