0

I have two database. One in Access 2007 and another remote in MySQL. The Access 2007 has to update the MySQL database. In Visual Studio there is tool under Data-->New Data Comparison which seems to compare the databases and synchronize them.

I have two challenges:

  1. Connect to MySQL database. It defaults to port 3306 and this is not the port I want.
    How do I change the that port to 3307 ?

  2. How to make this database show on Data Comparison so that I can compare my two databases i.e access 2007 and MySQL.

4

1 回答 1

2

关于你的第一个问题:

您可以将端口号更改为3307来自my.cnf文件。

Stop MySQL [3306] -> modify my.cnf ->Start MySQL [3307]..

于 2012-09-04T12:24:47.633 回答