mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #284] Issue whilke Database Creation #231
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vaibhav4697 on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/284
I have been following the steps and when I am trying to create the database with the command below, it throwing me such error.
Database Creation
Now that your configuration is set and you have setup a database and user in MySQL, you need to create the database schema:
cd $INSTALL_PATH
./bin/doctrine2-cli.php orm:schema-tool:create
Error:

Can you please give it a look, what is it about?
@mfechner commented on GitHub (Mar 31, 2022):
I think the error message is very clear. The user vimbadmin does not have the permissions it requires.
Or you use a wrong password.
@Vaibhav4697 commented on GitHub (Apr 1, 2022):
Yeah, I know that but I have granted all the permission to this user in mysql and I have also verified the password many times.
@barryo commented on GitHub (Apr 1, 2022):
In your
application.inifile, you'll have config like:Taking these exactly as they are and on the same server as ViMbAdmin, this should work: