MySQL Cookbook

But MySQL Cookbook is more than a collection of cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the techniques to similar situations. The book covers a lot of ground. Solutions for typical MySQL dilemmas range from simple ways to find all record...

Full description

Bibliographic Details
Main Author: DuBois, Paul
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly 2003
Edition:1st ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03538nmm a2200385 u 4500
001 EB001936367
003 EBX01000000000000001099269
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780596001452 
050 4 |a QA76.73.S67 
100 1 |a DuBois, Paul 
245 0 0 |a MySQL Cookbook  |c Paul DuBois 
250 |a 1st ed 
260 |a Sebastopol, CA  |b O'Reilly  |c 2003 
300 |a xxvii, 992 pages 
505 0 |a Includes bibliographical references (pages 958-960) and index 
653 |a SQL (Computer program language) / http://id.loc.gov/authorities/subjects/sh86006628 
653 |a SQL (Computer program language) / fast 
653 |a MySQL (Computer file) 
653 |a Computer Science / hilcc 
653 |a Engineering & Applied Sciences / hilcc 
653 |a SQL (Langage de programmation) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a "Covers MySQL 4.0"--Cover. - "Solutions and examples for MySQL database developers"--Cover. - Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 
776 |z 0596001452 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596001452/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.7585 
082 0 |a 620 
082 0 |a 500 
520 |a But MySQL Cookbook is more than a collection of cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the techniques to similar situations. The book covers a lot of ground. Solutions for typical MySQL dilemmas range from simple ways to find all records that contain a given string, to more difficult problems, such as finding matching/non-matching records in two tables. Whether you use MySQL on Unix, Linux, Windows or the Mac OS X platform, the book will show you how to: Import data from external sources Export data for use by external programs Access MySQL from your web server Use scripts with MySQL to read queries from a file Access MySQL from within client programs that use Perl, PHP, Java, Python and other languages Construct queries that solve commonly-occurring questions Interact with the server This learn-as-you-go resource will help users of all levels exploit MySQL more fully.  
520 |a MySQL Cookbook supplies you with an armory of ready-made techniques for specific problems so that, even if you're an experienced MySQL user, you don't have to write everything from scratch 
520 |a While MySQL has turned up among high profile users such as Yahoo!, NASA and the U.S. Census Bureau, the rising popularity of this open source database is especially keen among users with little database experience. These days, even a small organization or web site has uses for a database, and MySQL is an obvious choice. Affordable and easy to use, MySQL packs the power, speed and efficiency that enable it to rival expensive, proprietary database solutions. Yet, even if you know the basics, anyone without practical MySQL experience--novices and skilled DBAs alike--might stumble over common database-related tasks. Fortunately, there's a sensible shortcut. MySQL Cookbook provides a unique problem-and-solution format that offers practical examples for everyday programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that you can insert directly into your applications.