Question

I am trying to import a SQL file into my mysqls.free addon on cloudControl. It is not working. Documentation says:

To import an sql file into a MySQL database use the following command.

$ mysql -u MYSQLS_USER -p --host=MYSQLS_SERVER --ssl-ca=PATH_TO_CERTIFICATE/mysql-ssl-ca-cert.pem MYSQLS_DATABASE < MYSQLS_HOSTNAME.sql

I was able to connect to the SQL server, but there it says: MYSQLS_HOSTNAME not MYSQLS_SERVER and MYSQLS_USERNAME not MYSQLS_USER.

Do I need to enter different credentials?

Gracias!

Was it helpful?

Solution

thank you for the hint in the documentation, as you mentioned, the MYSQLS_USER and MYSQLS_SERVER placeholder were wrong. It is fixed now https://www.cloudcontrol.com/dev-center/Add-on%20Documentation/Data%20Storage/MySQLs

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top