Hi All, I am trying to save my shiny app user data in mysql databse(remotely).
But when I am trying to establish a connection with the database, it's showing an error-
Error in .local(drv, ...) :
Failed to connect to database: Error: Unknown MySQL Server Host 'host_ip' (11001)
I am using-
mydb = dbConnect(MySQL(), user='user',
password='pwd', dbname='db_name', host='host_ip')