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?

enter image description here

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


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -