Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月3日

摘要: Configuration of MySQL on C# project. 1. Download the assembly from MySQL binary on installing MySQL connector .NET 2. Copy it to your project’s build out directory, such as ‘$ProjectDIR/Bin/Debug’ ... 阅读全文

posted @ 2013-03-03 18:52 Roger Luo 阅读(377) 评论(0) 推荐(0) 编辑

摘要: Modify password for root user 1. using root account to log on mysql mysql>set password =password(‘yourpwd’); mysql>flush privileges; 2. using grant statement mysql>grant all on *.* to root@’local... 阅读全文

posted @ 2013-03-03 15:58 Roger Luo 阅读(508) 评论(0) 推荐(0) 编辑