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

Tables not automatically created #70

Open
MishiR opened this issue May 6, 2016 · 3 comments
Open

Tables not automatically created #70

MishiR opened this issue May 6, 2016 · 3 comments

Comments

@MishiR
Copy link

MishiR commented May 6, 2016

I am running the command on MySQL
create database mlstats;

Tables are not automatically created

@gpoo
Copy link
Member

gpoo commented May 6, 2016

The databases are not created by mlstats, they must be created manually.

@MishiR
Copy link
Author

MishiR commented May 6, 2016

Yes I have come to know this, I installed MySql workbench when I could not retrieve the tables. Actually I read in documentation that tables are created when I execute the create mlstats statement.
“The MySQL backend requires the database already exists. Use the following command to create the database. The tables will be automatically created when mlstats runs”

From: Germán Poo-Caamaño [mailto:[email protected]]
Sent: 06 May 2016 11:27
To: MetricsGrimoire/MailingListStats
Cc: Mehvish.Rashid; Author
Subject: Re: [MetricsGrimoire/MailingListStats] Tables not automatically created (#70)

The databases are not created by mlstats, they must be created manually.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHubhttps://github.com//issues/70#issuecomment-217406345

@gpoo
Copy link
Member

gpoo commented May 6, 2016

I don't follow.

The command:

create database mlstats;

is a MySQL one. Once you run mlstats, the tables should be created.

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