Skip to content

Learning MySQL Get a Handle on Your Data

Best in textbook rentals since 2012!

ISBN-10: 0596008643

ISBN-13: 9780596008642

Edition: 2007

Authors: Saied M. M. Tahaghoghi, Hugh E. Williams

List price: $54.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Whether you're running a business, keeping track of members and meetings for a club, or just trying to organize a large and diverse collection of information, you'll find the MySQL database engine useful for answering questions such as: Which are my top ten fastest-selling products? How frequently does this person come to our facility? What was the highest, lowest, and average score of the team last season? MySQL, the most popular open-source database, offers the power of a relational database in a package that's easy to set up and administer, and "Learning MySQL" provides all the tools you need to get started. This densely packed tutorial includes detailed instructions to help you set up…    
Customers also bought

Book details

List price: $54.99
Copyright year: 2007
Publisher: O'Reilly Media, Incorporated
Publication date: 12/5/2006
Binding: Paperback
Pages: 622
Size: 7.00" wide x 9.00" long x 1.25" tall
Weight: 1.936
Language: English

Saied Tahaghoghi is a senior lecturer at the RMIT University School ofComputer Science and Information Technology. He has a bachelor'sdegree in electronics engineering, a master's degree in computerengineering, and a PhD in computer science, and loves tinkering withboth hardware and software. Saied is a member of the RMIT SearchEngine Group, and supervises research on text, image, video, and coderetrieval. He teaches courses on web technologies and security, andis frequently asked to consult on projects by industry. Saied wasborn in Iran, but has spent almost equal parts of his life in Iran,England, Pakistan, and Australia, and is a fervent advocate of dialogbetween civilizations. His home…    

Hugh E. Williams is a software design engineer at Microsoft's WindowsLive Search in Redmond, WA. Previously, he was the AssociateProfessor in Information Retrieval at RMIT University in Melbourne,Australia. He's published over 70 research papers and holds around 10patents, mostly in the search engine area. When not at work Hughlikes to hang out with his family, exercise, watch Richmond playfooty, and learn about baseball. Hugh has a PhD from RMIT University.His home page is http://hughwilliams.com .

Introduction
Installing MySQL
Using the MySQL monitor
Modeling and designing databases
Basic SQL
Working with database structures
Advanced querying
Doing more with MySQL
Managing users and privileges
Backups and recovery
Using an options file
Configuring and tuning the server
Web database applications
PHP
A PHP application : the wedding gift registry
Perl
Using Perl with MySQL
Serving Perl pages to the Web
The wedding registry code