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

Error with install-merlin.sh script #27

Open
misterpremium opened this issue Aug 10, 2018 · 2 comments
Open

Error with install-merlin.sh script #27

misterpremium opened this issue Aug 10, 2018 · 2 comments

Comments

@misterpremium
Copy link

When I try to intall merlin whit the script install-merlin.sh, it throw me an error:

ERROR 1049 (42000): Unknown database 'merlin'
install-merlin.sh: línea 45: /usr/local/share/merlin/sql/mysql/merlin.sql: No such file or direcctory

Any idea how i can fix it?

Thanks

@AnthonyLELUYER
Copy link

Hi @misterpremium

Here is the solution:

mkdir -pv /usr/local/share/merlin/
cp -r sql/ /usr/local/share/merlin/

Make sure you created the database called merlin too, with the user merlin with all access/rights to the database merlin.

@misterpremium
Copy link
Author

Hellow @LikoV2

I know that its is a way to fix it but it isn't documented, And the user is automatically created with the script. I mean the script must be fixed for it do the two commands.

Regards

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

No branches or pull requests

2 participants