Databases Reference
In-Depth Information
The principle here is that the web server must be able to write to this directory. There
is more than one way to achieve this. Here is one that would work on a Linux server
(adding read, write, and execute permissions for everyone on this directory):
cd phpMyAdmin
mkdir config
chmod o+rwx config
Having done that, we refresh the page in our browser and we see:
In the configuration dialog, a drop-down menu permits to choose the proper end-of-
line format, according to the platform on which we plan to later open config.inc.
php with a text editor.
A single copy of phpMyAdmin can be used to manage many MySQL servers.
We will now define parameters describing our first MySQL server. In the Servers
section, we click Add and the following screen is shown:
 
Search WWH ::




Custom Search