目前我正在研究访问数据库(.mdb),但我想转移到 mysql 数据库。目前我正在使用 Windows 7 机器并从http://www.mysql.com/downloads/installer/安装 mysql 。我打开了 Mysql 工作台并创建了一个新的 EER MODAL ?? 如此屏幕截图所示。但是我仍然无法弄清楚哪个是数据库以及如何使用它。这是表格模式的另一个屏幕截图,以及如何在需要时将数据库保存到某个位置。 PS:我对mysql完全陌生,我使用访问数据库,但我仍然不知道我是否以正确的方式。如果没有,请建议我。谢谢
问问题
425 次
2 回答
2
You have the MySQL server running on your local machine. To access it, you would connect to localhost:3306 (I think you have your port set to 3306 from the screenshot I see).
Your second screenshot is the database you are connected to in SQL workbench and what tables it contains. If you give some information on how you are going to be using the DB, I can give you some more information to point you in the right direction.
于 2012-09-20T17:17:53.637 回答
0
您不必创建新的 ERR 模型。只需建立一个新连接和新服务器实例即可完成。如果可能,请尝试安装 Wamp。
于 2012-09-20T17:24:45.907 回答