Current Size:
Chakra BreakPoints
base0px
sm480px
md768px
lg992px
xl1280px
2xl1536px
Current Height:Width
widthpx
heightpx

Subjects

MySQL Notes

Date Created: 2021/03/15 14:19:17

Last Update: 2022/10/02

#sql #notes

Installation

Uppon download of dng mySQL shell and mySQL utilities expose mysql/bin to shell of choise

Walk through - Example

mySQL shell path and mySQL utilities path on system

usr/local/mysql/bin && usr/local/mysql-shell/bin

navigate to shell profiles .bashrc, .bash_profile or .zshrc add

export PATH=${PATH}:/usr/local/mysql-shell/bin
export PATH=${PATH}:/usr/local/mysql/bin

Open terminal of choice

mysql -u user-name -p

enter:

prompt for password

Sucess, we have entered the mysql shell

> shell mysql show databases;
//shows list of db's in current server

primary-key point_

sub-key point

Key Term: Description of key term

sub point

Example: Flipping a fair coin. Given:

  • There exist only two possible outcomes 'heads' 'tails'
  • Each outcome is equally likely. (Implied implicitly by the term fair) (Cite)

Defintions

Term

  • Definition:
  • Example:
  • link to wiki:
  • cite of term in source:
  • cite of term in doc:

Term

  • Definition
  • Example
  • link to wiki
  • cite of term in source
  • cite of term in doc

Resources and Reference

Notes within this doc have been drawn from the following sources:

  • source: MySQL shell CheatSheet
    • link: https://gist.github.com/hofmannsven/9164408
  • source: Source Title
    • link:
  • source: Example of literal cite
    • Sheldon Ross M(2010). A first course in probability/ Sheldon Ross. - 8th ed. Upper Saddle River, NJ: Pearson Prentice Hall

Document Details

date initialized: November,25,1017 passes to date: 1 current pass: subject:

More Notes

All Notes
HomeProjects

Links

Home Articles Notes Projects About Style Guide Site Credits

Contact

 [email protected]

Location

🌎 Earth