0

I'm building an application which automatically updates an online MySQL database with results from a local computer.

I plan to run the following command

C:>mysqldump -uUSER -pPASSWORD DATABASE > database.sql
C:>mysql -hHOST -pPORT -uUSER -pPASSWORD DATABASE < database.sql

Would doing this require me to add my IP address to the Remote Database Access Hosts section of my cpanel?

enter image description here

4

1 に答える 1

2

mysql データベース サーバーへのリモート アクセスを有効にする必要があります:リモート アクセスを有効にします。

于 2012-06-05T15:29:46.497 に答える