Nytro Posted August 15, 2012 Report Posted August 15, 2012 MySQL TutorialAbstractThis is the MySQL Tutorial from the MySQL 5.1 Reference Manual.Document generated on: 2012-08-04 (revision: 31551)Table of ContentsPreface and Legal Notices ........................................................................................................................ v1. Tutorial ........................................................................................................................................... 12. Connecting to and Disconnecting from the Server ......................................................................................... 23. Entering Queries ................................................................................................................................ 34. Creating and Using a Database ................................................................................................................ 64.1. Creating and Selecting a Database ................................................................................................. 74.2. Creating a Table ....................................................................................................................... 74.3. Loading Data into a Table ........................................................................................................... 84.4. Retrieving Information from a Table ............................................................................................... 94.4.1. Selecting All Data .........................................................................................................104.4.2. Selecting Particular Rows ................................................................................................104.4.3. Selecting Particular Columns ............................................................................................114.4.4. Sorting Rows ...............................................................................................................124.4.5. Date Calculations ..........................................................................................................134.4.6. Working with NULL Values .............................................................................................154.4.7. Pattern Matching ...........................................................................................................154.4.8. Counting Rows ............................................................................................................174.4.9. Using More Than one Table .............................................................................................195. Getting Information About Databases and Tables .........................................................................................226. Using mysql in Batch Mode ................................................................................................................237. Examples of Common Queries ...............................................................................................................257.1. The Maximum Value for a Column ...............................................................................................257.2. The Row Holding the Maximum of a Certain Column .........................................................................257.3. Maximum of Column per Group ..................................................................................................267.4. The Rows Holding the Group-wise Maximum of a Certain Column .........................................................267.5. Using User-Defined Variables .....................................................................................................277.6. Using Foreign Keys .................................................................................................................277.7. Searching on Two Keys .............................................................................................................287.8. Calculating Visits Per Day .........................................................................................................297.9. Using AUTO_INCREMENT ........................................................................................................298. Using MySQL with Apache ..................................................................................................................32Download:http://downloads.mysql.com/docs/mysql-tutorial-excerpt-5.1-en.pdf Quote
GraphLog Posted August 15, 2012 Report Posted August 15, 2012 Fiindca nu e un tutorial,nu te invata ceva particular dintr-un limbaj, ci mult mai multe lucruri.Plus ca MySQL e un limbaj de programare, nu vad problema ca sa nu fie postat aici. Quote
denjacker Posted August 16, 2012 Report Posted August 16, 2012 http://books.ignix.ru/DAEMONS/DATABASES/MYSQL/MySQL_Database_Usage_Administration_EN.pdf Quote