Hey I am using the supertokens core with mysql hos...
# support-questions
i
Hey I am using the supertokens core with mysql hosted on amazon RDS. I have changed the config.yaml file and provided the database credentials of amazon's rds. But while doing
supertokens start
it shows me an error
r
hey @ikarushi
you should check if you have correctly configured the user in the mysql database - to allow connections from non localhost host
i
yeah I configured it now and the previous issue is resolved but a new issue arises. Now at
supertokens start
it is showing me the new error
r
i think you might need to run it with admin permissions
or if you don't want that, then use our docker image
8 Views