SlideShare a Scribd company logo
Infinity   1
• Released internally in May 1995
• First released to the general public at the end of 1996
• MySQL founded in 2001 focus on performance and scalability
• By 2006, there are more than five million active MySQL
  installations worldwide, with more than 35,000 copies of the
  software downloaded daily
• MySQL was acquired by Sun Microsystem in February 2008

• Flexibility: available for 12 platforms, including DEC OSF,
  FreeBSD, IBM AIX, HP-UX, Linux, Mac OS X, Novell NetWare,
  OpenBSD, QNX, SGI IRIX, Solaris, and Microsoft Windows.
• Power: performance and scalability are focus. New features
  were added with new releases. Capability now closer to
  commercial RDBMS.
• Full-Text Indexing and Searching
• Query Caching
• Replication
• Security up to the columns
                              Infinity                           2
•   Complete foreign key support
•   Stored procedures
•   Views
•   Triggers
•   INFORMATION_SCHEMA




                      Infinity     3
1. Go to http://dev.mysql.com/downloads/
   and download the latest version of MySQL
2. Run the gunzip mysql-4.1.9.tar.gz
   command
3. Run the tar xvf mysql-4.1.9.tar
   command
4. Change to the mysql-4.1.9 directory




                    Infinity                  4
6. Run the ./configure command
7. Compile the MySQL code with the make
   command
8. Run the make install command
9. Change to the scripts directory
10.Run the mysql_install_db --user=mysql script
11.Run the ownership commands:
   chown -R root /usr/local/mysql
   chown -R mysql /usr/local/mysql/var
   chgrp -R mysql /usr/local/mysql

                     Infinity                     5
1.   Go to http://dev.mysql.com/downloads/
2.   Open Windows Explorer or My Computer and start the MySQL
     installation
3.   In the Welcome screen, click Next to start the installation
4.   Accept the default setup type Typical,
     click Next
5.   Click Back to make changes or click
     Install to continue




                            Infinity                               6
6. Create a new account or skip sign-in,
   click Next
7. In the Wizard Completed screen, click
   Finish
8. In the first screen of the MySQL Server
   Instance Configuration Wizard, click Next
9. In the Configuration Type screen, select
   Standard Configuration, click Next


                    Infinity                   7
10.In the Windows Options screen, accept the
   default values (do not select the Include Bin
   Directory in Windows PATH check box), click
   Next
11.In the Security Options screen, deselect the
   Modify Security Settings check box, click
   Next
12.Click Back to change any of the
   configuration operations or Execute to finish

                     Infinity                  8
1.   Check to see if MySQL is running
     • For UNIX/Linux systems:
         /usr/local/mysql/bin/mysqld_safe --user=mysql &
   • For Windows, use the Services window
2. Run the mysqladmin version command
     •   For UNIX/Linux systems:
         /usr/local/mysql/bin/mysqladmin version
     •   For Windows, change to the C:Program
         FilesMySQLMySQL Server 4.1bin directory and run:
         mysqladmin version




                             Infinity                           9
• SHOW databases;
  • Will show the list of databases in the mysql server
• USE mysql;
  • Use database named mysql
• SHOW TABLES;
  • Will show the list of tables present in the database mysql
• DESCRIBE host;
  • Will show schema details for table host
• SELECT Host, User, password FROM user ORDER BY Host;
  • A query to select host, username and password from user table.

  • For more queries and syntax related information visit
    http://www.mysql.com/
                                  Infinity                           10
∞

Infinity   11

More Related Content

PDF
Task 3
PDF
SELF 2014: PBI v10: Application Management Made Easy
PDF
Linux system administration - part-2
PPTX
Node Session - 2
PDF
IT Assist - ZFS on linux
PPTX
Node Session - 4
PDF
Mastering VMware Datacenter - 15 Modules
PDF
Introduction to FreeNAS development by John Hixson
Task 3
SELF 2014: PBI v10: Application Management Made Easy
Linux system administration - part-2
Node Session - 2
IT Assist - ZFS on linux
Node Session - 4
Mastering VMware Datacenter - 15 Modules
Introduction to FreeNAS development by John Hixson

What's hot (15)

PPTX
Mongo db Introduction & installation on Windows
ODP
Manage Virtual Machines with WebVirtMgr on openSUSE
PPTX
Serve like a boss (part two)
PPTX
Hyper-V 2008 R2: What's New Since RTM?
PDF
Configuring v sphere 5 profile driven storage
PDF
SUSE Expert Days Paris 2018 – SLE 15
PDF
Ha cluster with openSUSE Leap
PPTX
Setup and Security of Home Server
DOCX
Vmware Training in Bangalore | Certification
PDF
Fosscon2013
PDF
Mastering VMware Datacenter Part-1
PPT
Virtualization s4
PPTX
Msdnaa and you
PPTX
VMWare Lab For Training, Testing or Proof of Concept
PDF
Nelf2012
Mongo db Introduction & installation on Windows
Manage Virtual Machines with WebVirtMgr on openSUSE
Serve like a boss (part two)
Hyper-V 2008 R2: What's New Since RTM?
Configuring v sphere 5 profile driven storage
SUSE Expert Days Paris 2018 – SLE 15
Ha cluster with openSUSE Leap
Setup and Security of Home Server
Vmware Training in Bangalore | Certification
Fosscon2013
Mastering VMware Datacenter Part-1
Virtualization s4
Msdnaa and you
VMWare Lab For Training, Testing or Proof of Concept
Nelf2012
Ad

Similar to My sql (20)

PPT
Mysqlppt3510
PPT
Mysqlppt3510
PDF
My sql università di enna a.a. 2005-06
PDF
MySQL Backup and Security Best Practices
PDF
Instalar MySQL CentOS
PDF
BITS: Introduction to MySQL - Introduction and Installation
PPS
Linux17 MySQL_installation
PDF
Welcome to MySQL
PDF
Mysql tutorial 5257
DOCX
Multiple instance on windows
PDF
Mysql tutorial
PDF
MySQL 简要介绍
PDF
Basic MySQL Troubleshooting for Oracle DBAs
PPTX
Mysql 8 vs Mariadb 10.4 Highload++ 2019
PDF
Mysql administration
PPTX
My sql administration
PPT
Getting started into mySQL
PDF
Curso de MySQL 5.7
PPTX
MySQL DBA OCP 1Z0-883
PDF
My S Q L Introduction for 1 day training
Mysqlppt3510
Mysqlppt3510
My sql università di enna a.a. 2005-06
MySQL Backup and Security Best Practices
Instalar MySQL CentOS
BITS: Introduction to MySQL - Introduction and Installation
Linux17 MySQL_installation
Welcome to MySQL
Mysql tutorial 5257
Multiple instance on windows
Mysql tutorial
MySQL 简要介绍
Basic MySQL Troubleshooting for Oracle DBAs
Mysql 8 vs Mariadb 10.4 Highload++ 2019
Mysql administration
My sql administration
Getting started into mySQL
Curso de MySQL 5.7
MySQL DBA OCP 1Z0-883
My S Q L Introduction for 1 day training
Ad

More from Shashwat Shriparv (20)

PPTX
Learning Linux Series Administrator Commands.pptx
PPTX
LibreOffice 7.3.pptx
PPTX
Kerberos Architecture.pptx
PPTX
Suspending a Process in Linux.pptx
PPTX
Kerberos Architecture.pptx
PPTX
Command Seperators.pptx
DOCX
Upgrading hadoop
PPTX
Hadoop migration and upgradation
PPTX
R language introduction
PPTX
Hive query optimization infinity
PPTX
H base introduction & development
PPTX
Hbase interact with shell
PPT
H base development
PPTX
PPTX
Apache tomcat
PPTX
Linux 4 you
PDF
Introduction to apache hadoop
DOCX
Next generation technology
DOC
Configure h base hadoop and hbase client
Learning Linux Series Administrator Commands.pptx
LibreOffice 7.3.pptx
Kerberos Architecture.pptx
Suspending a Process in Linux.pptx
Kerberos Architecture.pptx
Command Seperators.pptx
Upgrading hadoop
Hadoop migration and upgradation
R language introduction
Hive query optimization infinity
H base introduction & development
Hbase interact with shell
H base development
Apache tomcat
Linux 4 you
Introduction to apache hadoop
Next generation technology
Configure h base hadoop and hbase client

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
cuic standard and advanced reporting.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Cloud computing and distributed systems.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Approach and Philosophy of On baking technology
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Review of recent advances in non-invasive hemoglobin estimation
cuic standard and advanced reporting.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Digital-Transformation-Roadmap-for-Companies.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Unlocking AI with Model Context Protocol (MCP)
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Chapter 3 Spatial Domain Image Processing.pdf
Cloud computing and distributed systems.
Understanding_Digital_Forensics_Presentation.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced methodologies resolving dimensionality complications for autism neur...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

My sql

  • 2. • Released internally in May 1995 • First released to the general public at the end of 1996 • MySQL founded in 2001 focus on performance and scalability • By 2006, there are more than five million active MySQL installations worldwide, with more than 35,000 copies of the software downloaded daily • MySQL was acquired by Sun Microsystem in February 2008 • Flexibility: available for 12 platforms, including DEC OSF, FreeBSD, IBM AIX, HP-UX, Linux, Mac OS X, Novell NetWare, OpenBSD, QNX, SGI IRIX, Solaris, and Microsoft Windows. • Power: performance and scalability are focus. New features were added with new releases. Capability now closer to commercial RDBMS. • Full-Text Indexing and Searching • Query Caching • Replication • Security up to the columns Infinity 2
  • 3. Complete foreign key support • Stored procedures • Views • Triggers • INFORMATION_SCHEMA Infinity 3
  • 4. 1. Go to http://dev.mysql.com/downloads/ and download the latest version of MySQL 2. Run the gunzip mysql-4.1.9.tar.gz command 3. Run the tar xvf mysql-4.1.9.tar command 4. Change to the mysql-4.1.9 directory Infinity 4
  • 5. 6. Run the ./configure command 7. Compile the MySQL code with the make command 8. Run the make install command 9. Change to the scripts directory 10.Run the mysql_install_db --user=mysql script 11.Run the ownership commands: chown -R root /usr/local/mysql chown -R mysql /usr/local/mysql/var chgrp -R mysql /usr/local/mysql Infinity 5
  • 6. 1. Go to http://dev.mysql.com/downloads/ 2. Open Windows Explorer or My Computer and start the MySQL installation 3. In the Welcome screen, click Next to start the installation 4. Accept the default setup type Typical, click Next 5. Click Back to make changes or click Install to continue Infinity 6
  • 7. 6. Create a new account or skip sign-in, click Next 7. In the Wizard Completed screen, click Finish 8. In the first screen of the MySQL Server Instance Configuration Wizard, click Next 9. In the Configuration Type screen, select Standard Configuration, click Next Infinity 7
  • 8. 10.In the Windows Options screen, accept the default values (do not select the Include Bin Directory in Windows PATH check box), click Next 11.In the Security Options screen, deselect the Modify Security Settings check box, click Next 12.Click Back to change any of the configuration operations or Execute to finish Infinity 8
  • 9. 1. Check to see if MySQL is running • For UNIX/Linux systems: /usr/local/mysql/bin/mysqld_safe --user=mysql & • For Windows, use the Services window 2. Run the mysqladmin version command • For UNIX/Linux systems: /usr/local/mysql/bin/mysqladmin version • For Windows, change to the C:Program FilesMySQLMySQL Server 4.1bin directory and run: mysqladmin version Infinity 9
  • 10. • SHOW databases; • Will show the list of databases in the mysql server • USE mysql; • Use database named mysql • SHOW TABLES; • Will show the list of tables present in the database mysql • DESCRIBE host; • Will show schema details for table host • SELECT Host, User, password FROM user ORDER BY Host; • A query to select host, username and password from user table. • For more queries and syntax related information visit http://www.mysql.com/ Infinity 10