-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
run db scripts given in script/db folder |
How do I do that? (I’m kind of a noob with stuff like this sorry)
…On Mon, Aug 31, 2020 at 09:36 chaun14 ***@***.***> wrote:
run db scripts given in script/db folder
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQS7JNQORS4DZGSZZ5U7DZDSDPGSHANCNFSM4QJ2X2OA>
.
|
learn how to use mysql :/ |
This is how I did it you might need to play around with it to make it work. |
Alright, thank you so much!
…On Fri, Sep 11, 2020 at 13:23 dragonblitz10 ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQS7JNWYLUHGPLZ7LGEMMP3SFKBMBANCNFSM4QJ2X2OA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I keep getting a NO_SUCH_TABLE error when connecting to the mysql database, what should I do?
The text was updated successfully, but these errors were encountered: