krish300 Posted October 25, 2020 Posted October 25, 2020 I am not able to postgres user. even in a new DB
Krydos Posted October 25, 2020 Posted October 25, 2020 I logged in to your account and was able to successfully create a postgresql user named krish300_krydos. You might get that error if you try to create a postgresql user that has the same name as one of your databases. For instance, I saw you have krish300_test. With mysql you can create a database user named krish300_test as well, but with postgresql it won't let you.
Recommended Posts