E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP-136012) is carried out with the financial support of the Commssion of the European Communities.

Slides:



Advertisements
Similar presentations
PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
Advertisements

Murach's MySQL, C1© 2012, Mike Murach & Associates, Inc.Slide 1.
Chapter 18 - Data sources and datasets 1 Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
PHP (2) – Functions, Arrays, Databases, and sessions.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Multiple Tiers in Action
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
1 Foundations of Software Design Lecture 27: Java Database Programming Marti Hearst Fall 2002.
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
MIS2502: Data Analytics MySQL and SQL Workbench David Schuff
Training on Koha ILS organized by BALID Institute of Information Management 3-7 September Basic of MySQL Prepared by Nur Ahammad Junior Assistant Librarian.
Today’s Agenda Chapter 12 Admin Tasks Chapter 13 Automating Admin Tasks.
CSCI 6962: Server-side Design and Programming
7/8/05MySQL David Lawrence1 David Lawrence, JLab An introduction for the novice.
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
INTERNET APPLICATION DEVELOPMENT PRACTICAL ON CONNECTING TO MYSQL.
Database Programming Sections 13–Creating, revoking objects privileges.
FUNCTIONS AND STORED PROCEDURES & FUNCTIONS AND PROTECTING A DB AND PHP (Chapters 9, 15, 18)
Python MySQL Database Access
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
MySQL, Java, and JDBC CSE 3330 Southern Methodist University.
MySQL. MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multiuser access to a number of databases. A third party.
SQL pepper. Why SQL File I/O is a great deal of code Optimal file organization and indexing is critical and a great deal of code and theory implementation.
E-CMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
15/10/20151 PHP & MySQL 'Slide materials are based on W3Schools PHP tutorial, 'PHP website 'MySQL website.
SQL pepper. Why SQL File I/O is a great deal of code Optimal file organization and indexing is critical and a great deal of code and theory implementation.
Polling System Part 1 Creating PHP & MySQL Files CIS 254.
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
1 IT420: Database Management and Organization Database Security 5 April 2006 Adina Crăiniceanu
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
MySQL Database Connection
Chapter 8Oracle9i DBA II: Backup/Recovery and Network Administration 1 Chapter 8 Complete Recovery with Recovery Manager.
Today’s Agenda Chapter 7 Review for Midterm. Data Transfer Tools DTS (Data Transformation Services) BCP (Bulk Copy Program) BULK INSERT command Other.
1 Chapter 20 – Data sources and datasets Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Exporting a database to a sql script 1. Getting to the command-line in XAMPP. Go to All Programs/XAMPP/XAMPP Control Panel. Click on Shell. 2.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities.
Design of a Relational Database Schema for Magnet Inventory Data Catherine Pao July 26, 2006.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
ADO.NET FUNDAMENTALS BEGINNING ASP.NET 3.5 IN C#.
ECMM6018 Enterprise Networking For Electronic Commerce Tutorial 6 CGI/Perl and databases.
Maintenance Practices. Goal  Automate the necessary DBA chores to put organizations on the path of having healthier, consistent and more trustworthy.
Supplementary Figure S1. Supplementary Figure S2.
Database to HTML and Back again A programmers tale.
SQL pepper. Why SQL File I/O is a great deal of code Optimal file organization and indexing is critical and a great deal of code and theory implementation.
Lab 3.21 MySQL Database Lab Developing the Tools May 5 th, 2004 Montréal, Québec Dominik Gehl Hôpital Ste-Justine, Montréal.
MYSQL AND MYSQL WORKBENCH MIS2502 Data Analytics.
MY SQL INTRODUCTION TO LOGIN BASIC COMMANDS OTHER COMMANDS.
Slide Set #24: Database security SY306 Web and Databases for Cyber Operations.
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Cosc 5/4765 Database security. Database Databases have moved from internal use only to externally accessible. –Organizations store vast quantities of.
sTGC production database design
DB Programming – Basic analysis
Databases.
Introduction to Dynamic Web Programming
Oracle Database for APM 9.1
Database application MySQL Database and PhpMyAdmin
mysql and mysql workbench
PHP-language, database-programming
Web Browser server client 3-Tier Architecture Apache web server PHP
Introduction to NetDB2 IST210.
SQL .. An overview lecture3.
Tutorial 6 PHP & MySQL Li Xu
Presentation transcript:

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 1 Database Management Ver: 1.0 E-Commerce Databases Database management / administration

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 2 Database Management Access Control (user control, access control to database and tables) Back up and export/import of databases (dump utility) Optimise Database (Performance) How to Connect (a first limited example) through an API

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 3 Database Management User Control Granting access rights for users Either by calling GRANT or REVOKE or by directly changing the user (defining user rights) and db tables (defining access to certain databases by users) See syntax in notes page below

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 4 Database Management Direct DB Table Change Granting access rights to databases by directly inserting into the db table see code examples in the notes page Db table with different access rights (privacy)

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 5 Database Management Direct User Table Change Granting access rights for users by directly inserting into the user table see code examples in the notes page user table with different access rights (privacy)

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 6 Database Management Changing Rights with phpMyAdmin Open phpMyAdmin Granting and revoking specific rights rights Revoking user access

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 7 Database Management Changing Rights with phpMyAdmin Open phpMyAdmin Granting and revoking specific rights rights Revoking user access

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 8 Database Management How do APIs Work Imagine APIs (Application Interface) as a standardised set of functions that allow programs to access databases and execute SQL statements on that database There are APIs for PHP, PERL, Java... To work with databases e.g. MySQL To connect you need to execute your commands as a specific user which you need to set up first (see previous slides)

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 9 Database Management Database Backup Dumping a Database –Structure –Structure and Data –Only Data

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 10 Database Management Dump - Structure Only

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 11 Database Management Dump - Data Only

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 12 Database Management Import Dump Select SQL File –browse for the.sql file –choose GO –Data / Structure will be imported

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 13 Database Management Exercise 3 Master Example 1 and 2 Enter the user with appropriate rights through which you later want to execute all commands using the phpMyAdmin wizard Run and demonstrate a first structure dump

E-COMMERCE JOBS This project (Project number: HU/01/B/F/PP ) is carried out with the financial support of the Commssion of the European Communities under the Leonardo da Vinci Programme 14 Database Management References MySQL Reference Manual, Michael Widenius, David Axmark, June ml