如何在使用 phpmyadmin 导出的 mysql 数据库中输入密码
我该怎么做?是否可以?如果在 phpmyadmin 中不可能,那么你能告诉我一些替代方案来实现同样的效果(为正在导出备份的 mysql 数据库设置密码)吗?
How do I do that? Is it possible? If it's not possible in phpmyadmin then can you tell me some alternative to achieve the same thing (putting a password to the mysql database that is being exported for backup)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
密码和权限存储在名为 mysql 的数据库中。
如果您需要复制密码,您可以转储并恢复该数据库,但这可能会给您带来问题,您可以从数据库中逐行恢复包含特定信息的表。
Passwords and permissions are stored in the database named mysql.
If you need to copy passwords you can dump and restore that database, but it will likely cause you problems, you can line by line restore from the database for tables that contain specific info.