Toggle navigation
CS 155A
Syllabus
Description
Student Learning Outcomes
Textbook
Assignments
Grading
Quizzes
Exams
Late Policy
Discussion Forum
Accommodations
Standards of Conduct
MySQL Software
Canvas
Home page
CS 155A MySQL Databases
Summer 2017
MySQL Database
There is extensive
MySQL documentation
; you can use it online or download the documentation to your own computer.
Installing and Running MySQL
Download and run the Windows installer from
http://dev.mysql.com/downloads/
.
How to install MySQL on a Mac OS X
(Video)
How to install MySQL on Windows 10
(Video)
Installing MySQL on OS X
Connecting to and Executing Queries on MySQL Once MysSQL is set up, you can connect to it using MySQL Workbench
MySQL Workbench
MySQL Workbench Tutorial
(video)
MySQL Workbench Reference Manual
Tutorials & Resources
Chapter 3- Tutorial
Chapter 11 – DataTypes
Chapter 12 – Functions & Operators
Chapter 13- SQL Statement Syntax
INNODB storage engine
SQL Tutorial
SQL tutorial and examples