简体   繁体   English

如何使用 MYSQLWorkbench 从 DB 导出表并将其导入 phpmyadmin

[英]How to export table from DB using MYSQLWorkbench and import it on phpmyadmin

I'm having trouble exporting a table from MYSQLWorkbench and importing it to PHPMyAdmin.我无法从 MYSQLWorkbench 导出表并将其导入 PHPMyAdmin。 So I can have a DB running on my localhost.所以我可以在我的本地主机上运行一个数据库。 I've searched everywhere for this sort of question but couldn't find anything.我到处搜索这类问题,但找不到任何东西。

Any help would be appreciated.任何帮助,将不胜感激。

Thanks,谢谢,

Arnav.阿纳夫。

EXPORTING出口

In MySQL Workbench go to the "server" tab where there is an option "Data export", you could choose which database to export from there.在 MySQL 工作台 go 到“服务器”选项卡,其中有一个“数据导出”选项,您可以选择从那里导出哪个数据库。 It will be saved as a.sql file in your local computer.它将在本地计算机中保存为 .sql 文件。 MySQL Workbench Export image MySQL 工作台导出图像

IMPORTING输入

In PHPmyadmin you can import this.sql file and use it on localhost Phpmyadmin Import image在 PHPmyadmin 中,您可以导入 this.sql 文件并在本地主机上使用它Phpmyadmin 导入图像

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM