Vous voulez voir cette page en français ? Cliquez ici.

9 used & new from CDN$ 41.02

Have one to sell? Sell yours here
 
 
Mastering Phpmyadmin for Effective MySQL Management
 
 

Mastering Phpmyadmin for Effective MySQL Management (Paperback)

by Marc Delisle (Author) "Welcome to the evolved Web! ..." (more)
4.7 out of 5 stars  See all reviews (3 customer reviews)

Available from these sellers.


4 new from CDN$ 81.99 5 used from CDN$ 41.02

Product Details


Product Description

Book Description

Discover the real power of phpMyAdmin. Increase your MySQL productivity and control. •Learn to unlock the full potential of phpMyAdmin •Increase your productivity and control when working with your databases •Benefit from in-depth, practical coverage of using phpMyAdmin to manage users and privileges and getting server and database statistics •Get to grips with the hidden features and capabilities of phpMyAdmin

This book is a comprehensive guide helping you to unlock the full potential of phpMyAdmin. Whether you are an experienced developer, system administrator, web designer or new to MySQL and phpMyAdmin, this book will show you how to increase your productivity and control when working with your MySQL.

Whether you are an experienced developer, system administrator, web designer or new to MySQL and phpMyAdmin, this book will show you how to increase your productivity and control when working with your databases. You will learn how to:

•Administer MySQL users and privileges, and get statistics about MySQL servers and databases •Manage databases, table data and structures, and indexes •Use bookmarks and metadata •Generate multiple SQL queries •Generate better documentation of evolving table structures

Along the way you’ll build a more detailed understanding of SQL and how it works in MySQL.

In the book you’ll learn about:

• Installing, configuring, and customizing phpMyAdmin. • MySQL administration. • Managing databases, table data and structures. • Managing indexes. • Exporting databases and table data and structures. • Searching databases and tables • Using metadata and bookmarks • Generating multiple SQL queries • Documenting table structures • Mime-based transformation


Inside This Book (Learn More)
First Sentence
Welcome to the evolved Web! Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

 
5.0 out of 5 stars Everything You Didn't Know You Needed to Know, Jun 7 2004
By Deane Barker (Sioux Falls, SD USA) - See all my reviews
(REAL NAME)   
phpMyAdmin is usually installed quickly, out of acute necessity. You need to do something with your database, and you can't do it via telnet or SSH or anything else, so you download the latest version, FTP it up, and away you go. More often than not, the install is forgotten about as soon as your need is over.

The downside of this is that you're not getting nearly the value you should out of a phpMyAdmin install. Most people work with phpMyAdmin superficially and in very narrow usage corridors - like kids walking barefoot on a painted line through a very large parking lot. There's so much about the app that you don't know.

This book is a departure from a lot of tech books in that (1) it's short and sweet (just under 200 pages - not nearly the 600-page monolith some of these things become), and (2) it seems more...conversational. Concepts are explained in plain English. I normally hate that cliche, but it fits here. I got a sense of simply having a casual conversation with a fellow geek.

I read it over the course of a week, putting in a chapter or two each night. I learned something new in every chapter, and I'd implement them in my phpMyAdmin install right after reading the chapter. By the end of the book, I'm left with a superb phpMyAdmin install that does a thousand times more than I've ever accomplished with the app before.

There's a lot of phpMyAdmin functionality under the hood that you've likely never seen. For instance, you can set it up to enforce relational integrity in your database. This is just good database design, but it also enriches the interface considerably. Foreign key fields now become drop-down lists to the foreign table with a selection of entries. You can print a PDF summary document with descriptions of all tables and columns and an entity relationship diagram showing field relationships. Bet you haven't seen that trick before.

I suddenly have a sense of liberation with phpMyAdmin. We all hate writing admin interfaces, especially for one-off apps we do in a hurry. Thankfully, phpMyAdmin can support an enormous amount of administration chores in an interface not nearly as utilitarian as the default one you get on install. It won't work for administering the data of every app you write, but I bet it will handle a lot of them.

I can now see writing apps and doing things that I stayed away from before just because I didn't want to write all the data entry and database admin scripts that easily dominate the work required to put these things together. Instead, I can concentrate on the fun of the front-end pages, while phpMyAdmin sucks up all the back-end work.

The book also includes some good information about PHP and MySQL in general. On page 86, in the chapter on importing data, there's a solid little discussion about PHP file upload and execution limits that trumps anything I've read before. I'm a better developer for having read these four paragraphs about the "upload_max_filesize," "memory_limit," and "post_max_size" parameters.

As for MySQL, did you know about InnoDB tables? This is a table format that builds referential integrity into MySQL - something the database has been missing for so long. I'll admit to being utterly ignorant about this feature until this point.

There's a chapter at the end of the book about MIME-based transformations that summarizes the general level of apathy about this app. I can't believe I haven't run across a discussion about this feature before -

You may have known on the periphery that you could store files directly into a MySQL database using a BLOB column. But did you know that phpMyAdmin will support this with a file upload field in the interface, so your users can upload files directly? Or that you can sent a MIME Transformation on that field to display a thumbnailed view of stored images in the row when browsing the database? And that you can link that thumbnail to the full-size version or the image, pulled directly from the field? I'll bet the percentage of phpMyAdmin users who know that trick is in the single digits.

So, good book. If you find yourself writing a lot of throwaway admin interfaces and hating every minute of it, the $30 cover price for this text is probably looking mighty attractive right now.

Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars A well written guide..., May 6 2004
By A Customer
I have two copies of the book that we got for our staff, who are finding the book helpful. Initally I was sceptical that there could be enough to phpmyadmin to merit a whole book, and was pleasantly surprized with the compreshensive coverage of topics. The abundance of screenshots make it easy to follow even when not actually sitting with phpmyadmin. The writing style is a bit dry, but very clear.
Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars An excellent and extremely useful book!, May 6 2004
By A Customer
Never read books by this publisher before, but this turned out to be a good buy. The book is really a comprehensive guide to phpMyAdmin. I've been using phpMyAdmin for a long time now, but never really explored it's various features and functionality beyond creating the basic structure of the database and basic tweaking...

What I like most about this book is that the chapters are very precise - focusing on just what they should. This is very useful when I want to read up on one particular feature...the step by step instructions are also very handy. I specially enjoyed reading the chapters on bookmarks and MIME based transformations.

Any DBA who uses phpMyAdmin should get this book.

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Only search this product's reviews



Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.