• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2012年11月21日

Simple question about MySQL embedded application
摘要: Simple question about MySQL embedded application.Discussion of open issues, suggestions and bugs regarding to UniDAC componentsPost a reply 7 posts • Page 1 of 1Simple question about MySQL embedded application.by tanghz » Mon 11 Oct 2010 23:29Hi , I am wondering how I can use the embedded MySQL 阅读全文
posted @ 2012-11-21 23:13 Greyed Wolf 阅读(613) 评论(0) 推荐(0)
 
mysql忘记root密码怎么办(windows)?
摘要: 1.以系统管理员身份登陆系统。 2.打开cmd-----net start 查看mysql是否启动。启动的话就停止net stop mysql. 3.我的mysql安装在d:\usr\local\mysql4\bin下。 4.跳过权限检查启动mysql. d:\usr\local\mysql4\bin\mysqld-nt --skip-grant-tables 5.重新打开cmd。进到d:\usr\local\mysql4\bin下: d:\usr\local\mysql4\bin\mysqladmin -uroot flush-privileges password "newpa. 阅读全文
posted @ 2012-11-21 17:54 Greyed Wolf 阅读(188) 评论(0) 推荐(0)