MySQL Installation Tarik Booker CS 122.

Slides:



Advertisements
Similar presentations
HOW TO IMPORT AND EXPORT DATA. Why do I need to use Export/Import? Here are some examples: If you have a laptop that you take home (or have a home version.
Advertisements

Google chrome operating system
Using CD-R and CD-RW media to backup SIGNZ data. Step One … a bit of preparation.
ERA6 INSTALLER USER GUIDE
1 Distributed File System, and Disk Quotas (Week 7, Thursday 2/21/2007) © Abdou Illia, Spring 2007.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Using Relational Databases and SQL Steven Emory Department of Computer Science California State University, Los Angeles Laboratory 1: Introduction to Relational.
How to install the Zelle graphics package
Downloading and Installing AutoCAD Architecture 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the software.
SOUL INSTALLATION Step-1 For this Please Install the Version 7.0 or SQL Server 2000 or onwards.
Integrating Databases into the Web with PHP/MySQL CS 4000.
ProSense BELGRADE Deploying SunSPOT SDK and Emulator on your Desktop or Laptop Computer Author: Stanislava Stanković, B.Sc. student of the School of Electrical.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
 Whether you are on or off campus, using a PC, Mac or mobile device, you can access UNCW software (including Microsoft Office) through TealWare in the.
1 IMPORTANT NOTE  IMPORTANT NOTE not  As of this writing the default project you will download, import and use in this class is not enabled for Tomcat.
When you start Photo Story the title screen gives you three options. The following slides will illustrate the directions when “Begin a new story” has been.
Ways to manage DB in MySQL cs346. Six ways to CREATE and INSERT INTO tables Modelocalremotelocalremotewindow WhereMysql console Putty; Mysql console Mysql.
Step By Step Windows Server 2003 Installation Guide Step By Step Windows Server 2003 Installation Guide.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
Installing and Using MySQL and phpMyAdmin. Last Time... Installing Apache server Installing PHP Running basic PHP scripts on the server Not necessary.
Open Source Server Side Scripting ECA 236 Open Source Server Side Scripting Installation and Testing.
Itty Bitty Computer Directions on how to install Linux on your flash drive and have the smallest computer you can afford right now!
BIT115 Downloading & Installing the BIT115 Software & Programs.
Basic Instructions on how to use One Drive and share files. ONE Drive Your LogoYour own footer.
Downloading and Installing Autodesk Revit 2016
This example is a step by step walkthrough for installing the SRH Front Desk printer in Windows 7 (64 Bit).
Mountain Heights Financial Assistance Software User Guide.
Saving Work to Your School Server Click through this presentation at your own speed. Use it as a review or a guide while saving a project.
How to Download and Install the Naper eReader and eBook Naper Publishing Group.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Installing MySQL BCIS 3680 Enterprise Programming.
Apache, MySQL and PHP Installation and Configuration Chapter 2 MySQL Installation and Configuration.
MySQL Getting Started BCIS 3680 Enterprise Programming.
How to Install Eclipse Click hereClick here to download Eclipse.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
You may have already done this… Download the class files to the desktop Expand those files into root of USB stick Change your USB stick to drive “Z”!
2007 TAX YEARERO TRAINING - MODULE 61 ERO (Transmitter) Training Module 6 Federal and State Installation and Updates.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Creating a Zip File with a Password. 1.Right Click on the File or Folder you want to Zip. 2.Choose “Add to Zip”
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Settings MySQL Database and JDBC configuration Instructor: Sergey Goldman.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Your current Moodle 1.9 Minimum Requirements Ability to do a TEST RUN! Upgrading Moodle to Version 2 By Ramzan Jabbar Doncaster College for the Deaf By.
CS 122: Using Relational Databases and SQL Tarik Booker Department of Computer Science California State University, Los Angeles.
Installing a Moodle Test Site The painless and easy way.
How To Exclude Paths In McAfee Antivirus 2017 Call: mcafee.antivirussupportaustralia.com.
HP Indigo Sales & Marketing Suitcase Overview and setup
Windchill WorkGroup Manager (WGM) for Inventor installation
beas group AG Beas sql guide Martin Heigl CTO
Using Relational Databases and SQL
Installing CareerScope V10
Installing Analysis Tool Pak
Eform Generator.
Microsoft® Outlook® 2013 How to Archive:
BASICS 1 Windows XP.
Aqua Data Studio.
An Installation Guide of PGP on Windows 2000
Installing Analysis Tool Pak
Excel: Excel Basics Participation Project
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Version: Macromedia Dreamweaver CS3 Updated: April 2008
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
How to Extract / UnRAR with 7-Zip
Scripts In Matlab.
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Presentation transcript:

MySQL Installation Tarik Booker CS 122

MySQL Install Requirements You still need to bring a USB drive to class. Count on needing at least 2GB (gigabytes) of space on your drive, so bring a drive that has AT LEAST THAT!!! It’s permissible to use the older (MySQL 5.5) version, but the latest and greatest MySQL Version (5.6.21) requires a 350MB download (remember, the ZIP Archive, not the MSI Installer!)

Downloading MySQL Go to http://www.mysql.com/ Click on the “Downloads” Tab Click “Community” below that Select the MySQL Community Server Scroll to the bottom, and there will be some links to various installs. Get the ZIP Archive!!! Use 32 or 64-bit depending on your computer. If you don’t know, choose 32-bit Note: These are ~350MB files Choose:

Installing MySQL After downloading the file, it should be a zip file of one of the two versions. mysql-5.6.21-winXX.zip (the XX’s either 32 or 64) Extract using WinZIP (or some other program) and choose a place (on the USB drive) to extract it. It should extract to the folder “mysql-5.6.21-winXX”

Using MySQL Open the Windows Command Line Console (cmd.exe) Use the cd command to navigate to the mysql-5.6.21-winXX folder Then use cd to go to the mysql-5.6.21-winXX/bin directory Type in the following to start the database server: start mysqld Then type in the following to start the database client: mysql –u root

Some MySQL Commands Once MySQL has started and you see the mysql prompt: At mysql>prompt type in: show databases; At mysql>prompt type in: create database lyric; At mysql>prompt type in: use lyric; At mysql>prompt type in: show tables; You shouldn’t see any yet! Don’t forget the semicolons!

Adding Data to a Database Now that the database is selected, let’s load a database script At mysql>prompt type in: source [path] lyric.sql; Where [path] stands for the path to the location where you saved lyric.sql If you put lyric.sql in mysql’s bin directory, all you will have to type is source lyric.sql; You should see a bunch of messages like this: Query OK, 1 rows affected (0.01 sec).

Verifying the Lyric Database To check if everything is set up properly, type: SELECT * FROM Salespeople; The output should look like this:

Congratulations!!!!!! If everything worked correctly, you should get the same results! If you plan on using your own laptop during the lab, bring it in during the labs Keep in mind that you will need a USB drive during the midterm and final! If you plan on using MySQL on a lab computer bring a USB flash drive (of at least 2GB space) to the lab