https://supertokens.com/ logo
Title
i

ikarushi

02/16/2023, 6:35 AM
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

rp

02/16/2023, 6:36 AM
hey @ikarushi
you should check if you have correctly configured the user in the mysql database - to allow connections from non localhost host
i

ikarushi

02/16/2023, 6:45 AM
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

rp

02/16/2023, 6:52 AM
i think you might need to run it with admin permissions
or if you don't want that, then use our docker image