Cargando…

MySQL /

The Definitive Guide to Using, Programming, and Administering MySQL 5.0 and 5.1 MySQL is an open source relational database management system that has experienced a phenomenal growth in popularity and use. Known for its speed and ease of use, MySQL has proven itself to be particularly well-suited fo...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: DuBois, Paul, 1956-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Upper Saddle River, N.J. : Addison-Wesley, ©2009.
Edición:4th ed.
Colección:Developer's library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn297574839
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---auuuu
008 090109s2009 njua o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCQ  |d NRC  |d CEF  |d OCLCQ  |d DEBSZ  |d TXM  |d C6I  |d OCLCQ  |d OCLCF  |d OCLCQ  |d YDX  |d OCLCQ  |d OCLCO  |d AU@  |d WYU  |d CNCEN  |d HS0  |d VT2  |d OCLCO  |d OCLCQ  |d UKAHL  |d OCLCO 
019 |a 428740753  |a 1044157507  |a 1056399633  |a 1059115947  |a 1060859410  |a 1062944686  |a 1075570337  |a 1097112087  |a 1105801349  |a 1180297390  |a 1192347077  |a 1240520217 
020 |a 9780768678673 
020 |a 0768678676 
020 |a 1282453300 
020 |a 9781282453302 
020 |a 9786612453304 
020 |a 6612453303 
020 |a 0768678706 
020 |a 9780768678703 
020 |z 9780672329388  |q (pbk.) 
020 |z 0672329387  |q (pbk.) 
024 8 |a 9780768678673 
029 1 |a AU@  |b 000067090528 
029 1 |a DEBSZ  |b 355428865 
029 1 |a HEBIS  |b 291500072 
035 |a (OCoLC)297574839  |z (OCoLC)428740753  |z (OCoLC)1044157507  |z (OCoLC)1056399633  |z (OCoLC)1059115947  |z (OCoLC)1060859410  |z (OCoLC)1062944686  |z (OCoLC)1075570337  |z (OCoLC)1097112087  |z (OCoLC)1105801349  |z (OCoLC)1180297390  |z (OCoLC)1192347077  |z (OCoLC)1240520217 
037 |a CL0500000044  |b Safari Books Online 
050 4 |a QA76.73.S67  |b D588 2009 ebook 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a DuBois, Paul,  |d 1956- 
245 1 0 |a MySQL /  |c Paul DuBois. 
250 |a 4th ed. 
260 |a Upper Saddle River, N.J. :  |b Addison-Wesley,  |c ©2009. 
300 |a 1 online resource (xx, 1197 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Developer's library 
505 0 |a Chapter 1: Getting Started with MySQL -- Chapter 2: Using SQL to Manage Data -- Chapter 3: Data Types -- Chapter 4: Stored Programs -- Chapter 5: Query Optimization -- Chapter 6: Introduction to MySQL Programming -- Chapter 7: Writing MySQL Programs Using C -- Chapter 8: Writing MySQL Programs Using Perl DBI -- Chapter 9: Writing MySQL Programs Using PHP -- Chapter 10: Introduction to MySQL Administration -- Chapter 11: The MySQL Data Directory -- Chapter 12: General MySQL Administration -- Chapter 13: Access Control and Security -- Chapter 14: Database Maintenance, Backups, and Replication -- Appendix A: Obtaining and Installing Software -- Appendix B: Data Type Reference -- Appendix C: Operator and Function Reference -- Appendix D: System, Status, and User Variable Reference -- Appendix E: SQL Syntax Reference -- Appendix F: MySQL Program Reference -- Appendix G: C API Reference -- Appendix H: Perl DBI API Reference -- Appendix I: PHP API Reference -- Index. 
588 0 |a Print version record. 
520 |a The Definitive Guide to Using, Programming, and Administering MySQL 5.0 and 5.1 MySQL is an open source relational database management system that has experienced a phenomenal growth in popularity and use. Known for its speed and ease of use, MySQL has proven itself to be particularly well-suited for developing database-backed websites and applications. In MySQL, Paul DuBois provides a comprehensive guide to using and administering MySQL effectively and productively. He describes everything from the basics of getting information into a database and formulating queries, to using MySQL with PHP or Perl to generate dynamic web pages, to writing your own programs that access MySQL databases, to administering MySQL servers. The fourth edition of this bestselling book has been meticulously revised and updated to thoroughly cover the latest features and capabilities of MySQL 5.0, as well as to add new coverage of features introduced with MySQL 5.1. "One of the best technical books I have read on any subject."--Gregory Haley, C Vu, The Association of C & C++ Users "A top-notch user's guide and reference manual, and in my opinion, the only book you'll need for the daily operation and maintenance of MySQL databases."--Eugene Kim, Web Techniques Introduction 1 Part I: General MySQL Use Chapter 1: Getting Started with MySQL 13 Chapter 2: Using SQL to Manage Data 101 Chapter 3: Data Types 201 Chapter 4: Stored Programs 289 Chapter 5: Query Optimization 303 Part II: Using MySQL Programming Interfaces Chapter 6: Introduction to MySQL Programming 341 Chapter 7: Writing MySQL Programs Using C 359 Chapter 8: Writing MySQL Programs Using Perl DBI 435 Chapter 9: Writing MySQL Programs Using PHP 527 Part III: MySQL Administration Chapter 10: Introduction to MySQL Administration 579 Chapter 11: The MySQL Data Directory 585 Chapter 12: General MySQL Administration 609 Chapter 13: Access Control and Security 699 Chapter 14: Database Maintenance, Backups, and Replication 737 Part IV: Appendixes Appendix A: Obtaining and Installing Software 777 Appendix B: Data Type Reference 797 Appendix C: Operator and Function Reference 813 Appendix D: System, Status, and User Variable Reference 889 Appendix E: SQL Syntax Reference 937 Appendix F: MySQL Program Reference 1037 Note: Appendixes G, H, and I are located online and are accessible either by registering this book at informit.com/register or by visiting www.kitebird.com/mysql-book . Appendix G: C API Reference 1121 Appendi ... 
542 |f Copyright © 2009 by Pearson Education, Inc.  |g 2009 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MySQL (Electronic resource) 
630 0 7 |a MySQL (Electronic resource)  |2 blmlsh 
630 0 7 |a MySQL (Electronic resource)  |2 fast 
650 0 |a SQL (Computer program language) 
650 0 |a Database management. 
650 6 |a SQL (Langage de programmation) 
650 6 |a Bases de données  |x Gestion. 
650 7 |a SQL (Computer program language)  |2 blmlsh 
650 7 |a Database management.  |2 blmlsh 
650 7 |a Database management  |2 fast 
650 7 |a SQL (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a DuBois, Paul, 1956-  |t MySQL.  |b 4th ed.  |d Upper Saddle River, NJ : Addison-Wesley, ©2009  |z 9780672329388  |w (DLC) 2008030855  |w (OCoLC)234073857 
830 0 |a Developer's library. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780768678673/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH41123443 
938 |a YBP Library Services  |b YANK  |n 14851303 
994 |a 92  |b IZTAP