Roger Luo

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

随笔分类 -  MySQL

摘要:MSSQL 2008 Using entity framework 1. Preparation Install SQL Server 2005 or Higher, link Install SQL Server 2000 Sample Databases, link Install .NET Framework 3.0 or Higher 2. Check whether Insta... 阅读全文

posted @ 2013-03-05 15:13 Roger Luo 阅读(945) 评论(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 阅读(521) 评论(0) 推荐(0)