LoopieLLC / Washer-Driver-Portal

The Loopie LLC Washer and Driver Portal to open a communication channel between Loopie washers and drivers.
https://www.loopiewasherportal.com
0 stars 0 forks source link

Mysql2::Error::ConnectionError #21

Open alexander-io opened 5 years ago

alexander-io commented 5 years ago

Need instructions on database init, creation, and config to run $ rails server

no cell phone currently, hit me up via telegram @ 262 354 2930

johncburns1 commented 5 years ago

username for database is loopiellcdev password is password and attached are the mysql schemas that you can just import into the databases washerportaldev and washerportaltest

On Tue, Oct 9, 2018 at 1:37 PM Alexander notifications@github.com wrote:

Need instructions on database init, creation, and config to run $ rails server

no cell phone currently, hit me up via telegram @ 262 354 2930

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LoopieLLC/WasherPortal/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AJA3zKEx9yZtE9mtnbk8blGBD9GHPUc7ks5ujQjtgaJpZM4XUFWM .

johncburns1 commented 5 years ago

Here are the mysql instructions for creating a new user and importing schema into mysql

On Tue, Oct 9, 2018 at 3:11 PM Jack Burns johncburns1@gmail.com wrote:

username for database is loopiellcdev password is password and attached are the mysql schemas that you can just import into the databases washerportaldev and washerportaltest

On Tue, Oct 9, 2018 at 1:37 PM Alexander notifications@github.com wrote:

Need instructions on database init, creation, and config to run $ rails server

no cell phone currently, hit me up via telegram @ 262 354 2930

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LoopieLLC/WasherPortal/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AJA3zKEx9yZtE9mtnbk8blGBD9GHPUc7ks5ujQjtgaJpZM4XUFWM .

CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON . TO 'newuser'@'localhost'; mysql -u username -p password database_name < filename.sql