MySQL 使用笔记

时间:2014-08-20 09:17:16   收藏:0   阅读:231

1. How to export the database of mysql

2. How to import the database of mysql

     or

 

 

3. How to convert ACCESS database to MySQL

  1. Difference between MySQL and Access
  • 存储转义字符不同。MySQL 需转化字符串 ,“ \\ ”to " \\\\ ", " ‘ " to " ‘‘ ", 而Access 只需转化 " ‘ "“ ‘‘ ”.
 
4. How to set Mysql support multiple language
  • Modify the my.ini which is located in mysql installed folder 
  • Set "default-character-set =utf8", "character-set-server=utf8" 
  • restart mysql service
5. How to change the password of  user: root in mysql
  • go to command line,  use "CMD"
  • cd C:\Program Files\MySQL\MySQL Server 5.5\bin
  • mysqladmin -uroot -padmin password xxx

MySQL 使用笔记,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!