Database Reference
In-Depth Information
IIS: No Input File Specified
This is a permission problem. Internet Information Server ( IIS ) must be able to read
our scripts. As the server is running under the user IUSR_machinename , we have to
follow the steps mentioned next:
1.
Right-click on the folder where we installed phpMyAdmin.
2.
Choose Properties.
3.
Click on Add under the Security tab, and select the IUSR_machinename user
from the list.
4.
Ensure that this user has read permission to the directory.
A "404: page not found" error when modifying
a row
This happens when the $cfg['PmaAbsoluteUri'] parameter in config.inc.php is
not set properly. Chapter 1 explains how to take care of this parameter.
Other problems
Here, we cover solutions to problems that do not show up on screen as a specific
error message.
Blank page or weird characters
By default, phpMyAdmin uses output buffering and compression techniques to
speed up the transmission of results to the browser. These techniques can interfere
with other components of the web server, causing display troubles. We can set
$cfg['OBGzip'] to FALSE in config.inc.php . This should solve the problem.
Not being able to create a database
No privileges appears next to the Create database dialog on the homepage, if
phpMyAdmin detects that the account used to log in does not have the permissions
to create a database. This situation occurs frequently on hosted servers, where the
system administrator prefers to create one database for each customer.
If we are not on a hosted server, this message simply reflects the fact that we have
neither the global CREATE privilege nor any CREATE privilege on a wildcard
database specification.
 
Search WWH ::




Custom Search