0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (5)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Mastering phpMyAdmin 3.4 for Effective MySQL Management (Paperback): Marc Delisle Mastering phpMyAdmin 3.4 for Effective MySQL Management (Paperback)
Marc Delisle
R1,147 Discovery Miles 11 470 Ships in 10 - 15 working days

This is a step-by-step instructional guide to get you started easily with phpMyAdmin and teach you to manage and perform database functions on your database. You will first be introduced to the interface and then build basic tables and perform both simple and advanced functions on the created database. The book progresses gradually and you will follow it best by reading it sequentially. If you are a developer, system administrator, or web designer who wants to manage MySQL databases and tables efficiently, then this book is for you. This book assumes that you are already wellacquainted with MySQL basics. This book is a must-read for every serious phpMyAdmin user who would like to use this outstanding application to its full power.

Mastering PhPMyAdmin 3.3.X for Effective MYSQL Management (Paperback): Marc Delisle Mastering PhPMyAdmin 3.3.X for Effective MYSQL Management (Paperback)
Marc Delisle
R1,137 Discovery Miles 11 370 Ships in 10 - 15 working days
Mastering phpMyAdmin 3.1 for Effective MySQL Management (Paperback, 4th Ed.): Marc Delisle Mastering phpMyAdmin 3.1 for Effective MySQL Management (Paperback, 4th Ed.)
Marc Delisle
R832 Discovery Miles 8 320 Out of stock

The book is a step-by-step tutorial for phpMyAdmin explaining and demonstrating the potential of this tool with clear instructions and screenshots. After covering installation and basic features of phpMyAdmin it goes on to show its less well known and generally under-used features and capabilities. phpMyAdmin is a must-have tool for everyone who needs to manage their MySQL databases and tables in an effective manner. This book is a must-read for every serious phpMyAdmin user who would like to use this outstanding application to its full power.

Mastering phpMyAdmin 2.8 for Effective MySQL Management (Paperback, 2 Revised Edition): Marc Delisle Mastering phpMyAdmin 2.8 for Effective MySQL Management (Paperback, 2 Revised Edition)
Marc Delisle
R1,004 Discovery Miles 10 040 Out of stock

This book is an upgrade to phpMyAdmin Version 2.8. Written by a member of the development team, this book serves as a comprehensive guide to helping you unlock the full potential of phpMyAdmin 3.8 phpMyAdmin Providing a powerful graphical interface for managing MySQL, phpMyAdmin is one of the most popular open source applications. While most MySQL developers use routine features of phpMyAdmin every day, few are aware of the power and potential of its advanced features. This book builds a solid understanding of the core capabilities of phpMyAdmin before walking you through every facet of this legendary tool. MySQL Used by millions of developers, MySQL is the most popular open source database, supporting numerous large dynamic websites and applications. MySQL has acquired this wide popularity by virtue of its open source nature, performance, reliability, robustness, and support for various platforms. However, this popularity has also been helped by the existence of phpMyAdmin, the industry standard administration tool that makes database management easy for both the experienced developer and their novice. The powerful graphical interface that it provides to MySQL has made phpMyAdmin an indispensable tool for MySQL and web developers. Every phpMyAdmin user can benefit from unlocking the full potential of this powerful application. 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 will build a more detailed understanding of SQL and how it works in MySQL. As an application developer you'll learn how to use phpMyAdmin to: - Effectively perform day-to-day database and table management. - Create efficient database tables and relational structures - Document your evolving data structure easily As a MySQL server administrator, you will benefit from the in-depth and practical coverage of: - Using phpMyAdmin to manage users and privileges - Getting server and database statistics All database users will be able to expand and refine their knowledge of SQL in a MySQL context by using phpMyAdmin to track SQL execution and results. The prior edition of this book was written for version 2.6. Most of the changes to phpMyAdmin in version 3.8 are in the user interface and not the underlying functionality. This book brings the screen shots and user instructions into line with the new interface. If as a reader you are happy with the new interface already you don't need to upgrade to this new edition of the book. The book begins with a comprehensive tutorial of phpMyAdmin that systematically explains and demonstrates the potential of this tool. It then goes on to show the less well known and generally under-used features and capabilities of phpMyAdmin in depth. Whether you are an experienced developer, system administrator, web designer or new to MySQL, phpMyAdmin is a must have tool for anyone who needs to manage MySQL databases and tables. This book is a must read for every serious phpMyAdmin user who would like to use this outstanding application to its full power.

Mastering phpMyAdmin 2.11 for Effective MySQL Management (Paperback, New): Marc Delisle Mastering phpMyAdmin 2.11 for Effective MySQL Management (Paperback, New)
Marc Delisle
R1,007 Discovery Miles 10 070 Ships in 10 - 15 working days

This book is a tutorial that systematically explains and demonstrates the potential of this tool. It then goes on to show the less well known and generally under-used features and capabilities of phpMyAdmin in depth. Whether you are an experienced developer, system administrator, web designer or new to MySQL, phpMyAdmin is a must-have tool for anyone who needs to manage MySQL databases and tables. This book is a must-read for every serious phpMyAdmin user who would like to use this outstanding application to its full power.

Creating your MySQL Database: Practical Design Tips and Techniques (Paperback): Marc Delisle Creating your MySQL Database: Practical Design Tips and Techniques (Paperback)
Marc Delisle
R560 Discovery Miles 5 600 Ships in 10 - 15 working days

This book is an innovative and essential short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily. If you're creating a dynamic web application using open-source tools, then you're probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it's often an intimidating and little-known process for non-developers and developers alike. Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. For most of us, setting up the database for an application is often an afterthought. While you don't need to be a professional database designer to create a working application, knowing a few insider tips and techniques can make both the process easier and the end result much more effective. This book doesn't set out to make you an expert in data analysis, but it does provide a quick and easy way to raise your game in this essential part of getting your application right. for the system you are building Detecting bad structures Sound data-naming techniques, for both table and column names Modeling data with future growth in mind Implementing security policies with data privileges and views Tuning the structure for performance Producing system documentation (data dictionary, relational schema) Testing the model with appropriate SQL queries This book takes a practical approach, implementing all theoretical concepts with examples. It is a fast-paced tutorial that focuses on critical decisions that you need to make every time you build MySQL databases. It is rich with tips and advice from an experienced practitioner. The book is ideal for anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result. Chapter 4: Data Grouping Chapter 5: Data Structure Tuning Chapter 6: Case Study: An Airline System

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Snyman's Criminal Law
Kallie Snyman, Shannon Vaughn Hoctor Paperback R1,385 R1,153 Discovery Miles 11 530
Braai
Reuben Riffel Paperback R495 R359 Discovery Miles 3 590
Being Black - A South African Story That…
Theo Mayekiso Paperback R297 Discovery Miles 2 970
Bait - To Catch A Killer
Janine Lazarus Paperback R320 R275 Discovery Miles 2 750
Bibby's - More Good Food
Dianne Bibby Hardcover R480 R375 Discovery Miles 3 750
Fundamental Principles Of Civil…
C. Theophilopolos, Corlia van Heerden, … Paperback  (1)
R1,295 R1,082 Discovery Miles 10 820
Wits University At 100 - From Excavation…
Wits Communications Paperback R390 R305 Discovery Miles 3 050
The Super Cadres - ANC Misrule In The…
Pieter du Toit Paperback R330 R220 Discovery Miles 2 200
Women In Solitary - Inside The Female…
Shanthini Naidoo Paperback  (1)
R355 R305 Discovery Miles 3 050
Cook, Eat, Repeat - Ingredients, Recipes…
Nigella Lawson Hardcover R818 R677 Discovery Miles 6 770

 

Partners