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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -