将 xampp 数据库或表复制到外部硬盘驱动器或 USB 记忆棒中
嘿大家... 我正在我的系统上运行 xampp 测试服务器。我想知道是否有任何方法可以将系统中的数据库或表复制到外部硬盘驱动器或 USB 记忆棒中,以便我可以将数据库带到任何需要的地方。如果没有记录,我至少可以以mysql查询的形式存储数据库或表的结构吗?
hey everybody...
I'm running xampp test server on my system. I was wondering if there is any way to copy the database or tables from my system into an external hard drive or usb stick so that i could carry my database wherever i need. If not the records can I atleast store the structure of the database or tables in the form of mysql queries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建以下任一转储:
http://dev.mysql.com /doc/refman/5.6/en/mysqldump.html
You could create a dump of either:
http://dev.mysql.com/doc/refman/5.6/en/mysqldump.html