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

mysql script error #50

Open
xiaoyi001yeye opened this issue Jan 24, 2016 · 1 comment
Open

mysql script error #50

xiaoyi001yeye opened this issue Jan 24, 2016 · 1 comment

Comments

@xiaoyi001yeye
Copy link

My mysql version 5.6.27
when i run ./contrib/scripts/setup-mysql-db.sh
ERROR 1054 (42S22) at line 1: Unknown column 'plugin' in 'mysql.user'

@X41
Copy link

X41 commented Jan 24, 2016

try creating the database and the user by hand from the mysql console

create database hackpad;
grant all privileges on hackpad.* to 'hackpad'@'localhost' identified by 'INSERT_PASSWORD_HERE';

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