Download presentation
Presentation is loading. Please wait.
Published byColleen Grant Modified over 9 years ago
1
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 under the Leonardo da Vinci Programme 1 Database Management Ver: 1.0 E-Commerce Databases Database management / administration
2
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 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
3
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 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
4
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 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)
5
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 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)
6
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 under the Leonardo da Vinci Programme 6 Database Management Changing Rights with phpMyAdmin Open phpMyAdmin Granting and revoking specific rights rights Revoking user access
7
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 under the Leonardo da Vinci Programme 7 Database Management Changing Rights with phpMyAdmin Open phpMyAdmin Granting and revoking specific rights rights Revoking user access
8
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 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)
9
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 under the Leonardo da Vinci Programme 9 Database Management Database Backup Dumping a Database –Structure –Structure and Data –Only Data
10
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 under the Leonardo da Vinci Programme 10 Database Management Dump - Structure Only
11
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 under the Leonardo da Vinci Programme 11 Database Management Dump - Data Only
12
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 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
13
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 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
14
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 under the Leonardo da Vinci Programme 14 Database Management References http://www.mysql.com/doc/en/User_Account_Management.html MySQL Reference Manual, Michael Widenius, David Axmark, June 2002 http://www.mysql.com/doc/en/MySQL_Database_Administration.ht ml
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.