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

ER_NO_SUCH_TABLE when connecting to mysql #174

Open
MartTo22 opened this issue Aug 24, 2020 · 5 comments
Open

ER_NO_SUCH_TABLE when connecting to mysql #174

MartTo22 opened this issue Aug 24, 2020 · 5 comments

Comments

@MartTo22
Copy link

I keep getting a NO_SUCH_TABLE error when connecting to the mysql database, what should I do?
image

@chaun14
Copy link

chaun14 commented Aug 31, 2020

run db scripts given in script/db folder

@MartTo22
Copy link
Author

MartTo22 commented Aug 31, 2020 via email

@chaun14
Copy link

chaun14 commented Aug 31, 2020

learn how to use mysql :/

@SyntaxDragon
Copy link

mysql -u root -p
*inserts password if authed*
CREATE DATABASE im_0;
use im_0;
source /root/invite-manager-bot/scripts/db/setup_db0.sql;


CREATE DATABASE im_1;
use im_1;
source /root/invite-manager-bot/scripts/db/setup_dbx.sql;

This is how I did it you might need to play around with it to make it work.

@MartTo22
Copy link
Author

MartTo22 commented Sep 11, 2020 via email

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

3 participants