0
Your cart

Your cart is empty

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

Showing 1 - 7 of 7 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,249 Discovery Miles 12 490 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,238 Discovery Miles 12 380 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
R883 Discovery Miles 8 830 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,074 Discovery Miles 10 740 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,098 Discovery Miles 10 980 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
R628 Discovery Miles 6 280 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

Mastering phpMyAdmin for Effective MySQL Management (Paperback): Marc Delisle Mastering phpMyAdmin for Effective MySQL Management (Paperback)
Marc Delisle
R940 Discovery Miles 9 400 Ships in 10 - 15 working days

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

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Fidget Toy Creation Lab
Kit R199 R181 Discovery Miles 1 810
Solal Omega-3 Krill Oil (60 Capsules)
R381 Discovery Miles 3 810
Ravensburger Marvel Jigsaw Puzzles…
R299 R279 Discovery Miles 2 790
Loot
Nadine Gordimer Paperback  (2)
R398 R369 Discovery Miles 3 690
Shrek Forever After (Blu-Ray)
Mike Mitchell Blu-ray disc R75 Discovery Miles 750
Sellotape Double-Sided Tape (12mm x 33m)
R61 Discovery Miles 610
Over the Waves to Shetland
Da Fustra CD R524 Discovery Miles 5 240
The Garden Within - Where the War with…
Anita Phillips Paperback R329 R302 Discovery Miles 3 020
Dala A2 Sketch Pad (120gsm)(36 Sheets)
R279 Discovery Miles 2 790
Loot
Nadine Gordimer Paperback  (2)
R398 R369 Discovery Miles 3 690

 

Partners