Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database name not being respected #74

Closed
mattbucci opened this issue Nov 26, 2023 · 0 comments
Closed

Database name not being respected #74

mattbucci opened this issue Nov 26, 2023 · 0 comments

Comments

@mattbucci
Copy link
Collaborator

Mentioned in: #73

define('DB_NAME', 'mydatabasename');

/** Utilisateur de la base de données PGSQL. */
define('DB_USER', 'myusername');
`

And here the issue is that when connecting to the PostgreSQL database, it wanted to connect on a database called myusername using the user myusername, instead of trying to connect to the database called mydatabasename with the user myusername.

So to get things working, I had to rename my database from mydatabasename to myusername.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant