-
Notifications
You must be signed in to change notification settings - Fork 4
Database
Robert Eng edited this page Jan 9, 2018
·
13 revisions
Stub wiki page for the database.
Hello noobs and doobs. It is I, Sir Rahul of Donut. It is my utmost dismality to welcome you to the team of devs and of masters of artful literature. Please feel free to ping me anytime regarding sweet bagels with a hole. - December 17, 2017
mysql -u <user> -p <database> # Access (-p denotes prompt for password)
mysql -u <user> -p <database> < file.sql # Run the SQL script file.sql