heroku - How can give GRANT rights to a database on remote server via MYSQL workbench? -
i have cleadb database on heroku. when i'm uploading database local disk heroku it's giving error
error 1044 (42000) @ line 1: access denied user 'user_name_of_cleardb_at_heroku'@'%' database 'i_am_uploading' this permission issue. how give grant rights database on heroku ?
you may need comment out bind-address line in my.cnf allow connections outside localhost:
#bind-address = 127.0.0.1 then re-start mysqld
Comments
Post a Comment