Book Image

Mastering phpMyAdmin 2.11 for Effective MySQL Management

Book Image

Mastering phpMyAdmin 2.11 for Effective MySQL Management

Overview of this book

Table of Contents (25 chapters)
Mastering phpMyAdmin 2.11 for Effective MySQL Management
Credits
About the Author
About the Reviewers
Preface

Solving Common Errors


To help solve a problem, we should first pinpoint the origin of the error message. Here are the various components that can generate an error message:

  • MySQL server: These messages are relayed by phpMyAdmin, which displays MySQL said followed by the message.

  • PHP component of the web server: For example, Parser error.

  • Web server: The error can be seen from the browser, or in the web server's log files.

  • Web browser: For example, JavaScript errors.

The Error Messages and Other Problems sections are mostly based on various messages found on phpMyAdmin's help forum, and in the FAQ section of Documentation.html.

Error Messages

This section refers to explicit error messages, as displayed by phpMyAdmin.

Cannot Load MySQL Extension

To connect to a MySQL server, PHP needs the MySQL extension, which is a set of MySQL functions. This extension may compiled-in, as part of the PHP server, or it may need to be loaded dynamically, in which case, phpMyAdmin may have tried to load it and failed...