mysql - Do I need to enable Remote Database Access? -
i'm building application automatically updates online mysql database results local computer.
i plan run following command
c:>mysqldump -uuser -ppassword database > database.sql c:>mysql -hhost -pport -uuser -ppassword database < database.sql would doing require me add ip address remote database access hosts section of cpanel?

you need enable remote access mysql database server:enable remote access
Comments
Post a Comment