I would like to connect inside the database of cPanel using Python and insert some new data. I can write SQL and Python code to do the insertion. However, but don't know how to connect with cPanel.
I have the website address (say, www.myuscanadahouse.com), cPanel username, cPanel password and database name inside the phpMyAdmin in the cPanel. Some tutorial or starting code in Python will be helpful. I've seen this page https://pypi.python.org/pypi/pycpanel/0.1.2#id6, but I wasn't able to make it work here.
I get the following error while connecting with the MySQL database:
_mysql_exceptions.OperationalError: (1045, "Access denied for user'buildersa'@'47.124.85.71' (using password: YES)")