失去 PHPMYADMIN 界面访问权限后备份 MYSQL 数据
我只是想知道如何从 MYSQL 数据库备份数据并且仍然能够使用该数据 再次重新安装MYSQL?
注意——我在更改根密码后遇到了这个问题。我发布了一个有关修复此问题的问题。但不幸的是没有得到解决方案。所以我决定最后一步是备份我的数据! 这是一个链接 发布
PS----我无法访问 PHPMYADMIN
I just want to know how to back up data From MYSQL database and Still be able to use that data
again on reinstalling MYSQL ?
NOTE-- i got into this problem after changing my ROOT password . I posted a question regarding fixing this .But unfortunately don't got the solution .So i decided the last step will be to BACK UP my data !
Here is a LINK to that
post
Can't connect after changing MySQL root password in WAMP
P.S----I HAVE NO ACCESS TO PHPMYADMIN
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到您的 wamp 安装驱动器,然后转到 wamp 文件夹
如果驱动器为
C:
,安装文件夹为WAMP
,则遍历它C:\wamp\mysql\data\
您将在此处看到该文件夹作为数据库的名称
将其复制到其他位置并在同一位置重新安装 phpmyadmin 后粘贴
go to your wamp installation drive, and then go to wamp folder
traverse it if the drive is
C:
and installation folder isWAMP
C:\wamp\mysql\data\
you will see the folder as the name of your database here
copy it to other place and paste it after reinstall phpmyadmin in the same position
好的,假设您知道新/旧/当前 root 密码,请运行以下命令。
这应该询问您密码并将 sql 转储到标准输出上。
要将其保存到 backup.sql,
Okay, assuming that you know the new/old/current root passwords run the following
This should ask you the password and dump sql onto the stdout.
To save it to backup.sql,