آموزش phpMyAdmin / Lynda Up and Running with phpMyAdmin

Lynda Up and Running with phpMyAdmin
آموزش phpMyAdmin

  • کاربرد : آموزش phpMyAdmin
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Lynda
  • سال تولید : 2015

توضیحات

پی‌اچ‌پی‌مای‌ادمین (phpMyAdmin)‏ یک ابزار آزاد و متن‌باز است که به زبان پی‌اچ‌پی و با هدف مدیریت پایگاه داده مای‌اس‌کیوال با مرورگر وب ایجاد شده است. پی‌اچ‌پی‌مای‌ادمین می‌تواند وظایفی مانند ایجاد تغییر و یا حذف پایگاه داده، جداول، فیلدها و یا ردیف‌ها، اجرای عبارت اس‌کیوال و یا مدیریت کاربران و دسترسی‌ها را انجام دهد. از ویژگی های این برنامه می توان به مواردی مانند رابط تحت وب، مدیریت پایگاه داده مای‌اس‌کیوال، ورود اطلاعات از CSV و اس‌کیوال، فرستادن اطلاعات به فرمت‌های مختلف: CSV، اس‌کیوال، اکس‌ام‌ال، پی‌دی‌اف (با کتابخانه TCPDF)، صفحه گسترده و متن اپن‌داکیومنتز ISO/IEC 26300 ، مایکروسافت ورد، اکسل، لاتک و غیره، مدیریت چندین سرور، جستجو در سطح کل دیتابیس و یا یک زیرمجموعه از آن و ... اشاره نمود.



در دوره آموزشی Up and Running with php My Admin شما با قابلیت های اساسی و کلیدی این نرم افزار کاربردی قدرتمند آشنا می شوید.

این مجموعه آموزش ویدیویی به همراه فایلهای تمرینی و به مدت زمان 2 ساعت و 33دقیقه در اختیار علاقه مندان قرار می گیرد.

Description

MySQL is one of the most widely used database systems for dynamic websites and content management systems. And phpMyAdmin is the most common method of administering a MySQL database, included in many CMSs as well as the XAMPP and MAMP testing environments.

Updated for phpMyAdmin 4.5, this introductory course shows designers and developers how to set up local user accounts, create a database, and design tables. Author David Powers also explains how to import data from CSV files, spreadsheets, and SQL dump files, and how to export data for backup or to transfer to another database. You'll also learn how to run database queries within its intuitive form-based interface, and monitor server performance.
Topics include:
Why use phpMyAdmin?
Setting up a user account
Creating a database
Choosing the right column types for tables
Inserting data manually
Importing and exporting data
Dealing with foreign keys
Building and running queries
Creating views
Creating stored procedures and functions
Checking performance

بخش های فایل

این فایل شامل 65 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
0. Introduction
1 01 - Welcome 6.63 MB DOWNLOAD
2 01 - Welcome 1.67 KB DOWNLOAD
3 02 - What you need to follow this course 2.55 MB DOWNLOAD
4 02 - What you need to follow this course 2.92 KB DOWNLOAD
5 03 - Using the exercise files 1.29 MB DOWNLOAD
6 03 - Using the exercise files 3.34 KB DOWNLOAD
1. Why Use phpMyAdmin
7 01 - Why use phpMyAdmin- 7.06 MB DOWNLOAD
8 01 - Why use phpMyAdmin- 5.77 KB DOWNLOAD
9 02 - A quick tour of phpMyAdmin 12.89 MB DOWNLOAD
10 02 - A quick tour of phpMyAdmin 12.93 KB DOWNLOAD
11 03 - Limitations of phpMyAdmin in hosted environments 9.80 MB DOWNLOAD
12 03 - Limitations of phpMyAdmin in hosted environments 9.66 KB DOWNLOAD
2. Setting Up phpMyAdmin Locally
13 01. Creating a database 8.05 MB DOWNLOAD
14 01. Creating a database 6.06 KB DOWNLOAD
15 02. Setting up a user account 10.77 MB DOWNLOAD
16 02. Setting up a user account 11.09 KB DOWNLOAD
3. Creating Tables
17 01. Choosing the right column types 8.47 MB DOWNLOAD
18 01. Choosing the right column types 10.04 KB DOWNLOAD
19 02. Defining a table 16.27 MB DOWNLOAD
20 02. Defining a table 13.92 KB DOWNLOAD
21 03. Amending the table structure 17.75 MB DOWNLOAD
22 03. Amending the table structure 9.56 KB DOWNLOAD
23 04. Inserting data manually 8.53 MB DOWNLOAD
24 04. Inserting data manually 8.06 KB DOWNLOAD
25 05. Updating and deleting data 16.87 MB DOWNLOAD
26 05. Updating and deleting data 11.57 KB DOWNLOAD
4. Importing and Exporting Data
27 01. Importing data from a CSV file 15.56 MB DOWNLOAD
28 01. Importing data from a CSV file 13.21 KB DOWNLOAD
29 02. Importing data from a .sql file 12.20 MB DOWNLOAD
30 02. Importing data from a .sql file 7.89 KB DOWNLOAD
31 03. Exporting a database the quick way 11.93 MB DOWNLOAD
32 03. Exporting a database the quick way 6.86 KB DOWNLOAD
33 04. Creating a custom export 16.84 MB DOWNLOAD
34 04. Creating a custom export 14.02 KB DOWNLOAD
35 05. Exporting partial data 13.80 MB DOWNLOAD
36 05. Exporting partial data 9.22 KB DOWNLOAD
5. Dealing with Foreign Keys
37 01. Understanding foreign key constraints 6.66 MB DOWNLOAD
38 01. Understanding foreign key constraints 6.46 KB DOWNLOAD
39 02. Converting from MyISAM to InnoDB 7.01 MB DOWNLOAD
40 02. Converting from MyISAM to InnoDB 4.43 KB DOWNLOAD
41 03. Setting up a foreign key constraint 20.34 MB DOWNLOAD
42 03. Setting up a foreign key constraint 12.90 KB DOWNLOAD
43 04. Removing a foreign key constraint 7.31 MB DOWNLOAD
44 04. Removing a foreign key constraint 5.99 KB DOWNLOAD
6. Running Queries
45 01. Performing a simple search 18.65 MB DOWNLOAD
46 01. Performing a simple search 13.83 KB DOWNLOAD
47 02. Building a simple query by example on an individual table 13.07 MB DOWNLOAD
48 02. Building a simple query by example on an individual table 9.68 KB DOWNLOAD
49 03. Using a query by example to set multiple conditions in a WHERE clause 16.41 MB DOWNLOAD
50 03. Using a query by example to set multiple conditions in a WHERE clause 12.65 KB DOWNLOAD
51 04. Building a query by example on multiple tables 9.83 MB DOWNLOAD
52 05. Building queries manually on a single table 11.12 MB DOWNLOAD
53 05. Building queries manually on a single table 10.43 KB DOWNLOAD
54 06. Building a query manually on multiple tables 6.79 MB DOWNLOAD
55 06. Building a query manually on multiple tables 5.99 KB DOWNLOAD
56 07. Saving frequently used queries with bookmarks 11.09 MB DOWNLOAD
57 07. Saving frequently used queries with bookmarks 10.55 KB DOWNLOAD
58 08. Using a variable with a bookmarked query 18.24 MB DOWNLOAD
59 08. Using a variable with a bookmarked query 7.65 KB DOWNLOAD
7. Checking Performance
60 01. Inspecting server performance 11.96 MB DOWNLOAD
61 02. Using Advisor to tune performance 7.84 MB DOWNLOAD
62 02. Using Advisor to tune performance 6.23 KB DOWNLOAD
8. Conclusion
63 01. Goodbye 2.45 MB DOWNLOAD
64 01. Goodbye 2.80 KB DOWNLOAD
9. فایل های تمرینی
65 9.44 KB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری