Do I need to enable Remote Database Access?

2019-08-26 10:33发布

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

1条回答
乱世女痞
2楼-- · 2019-08-26 10:51

you need to enable remote access to your mysql database server:enable remote access

查看更多
登录 后发表回答