Which directory should phpMyAdmin be placed in after downloading?
After phpMyAdmin is downloaded, it is generally placed in the website root directory. For example, the website root directory is d:\www, then the location of phpMyAdmin should be d:\www\phpMyAdmin.
If the d:\www site’s IP is http://127.0.0.1, then http:// 127.0.0.1/phpMyAdmin/index.phpAccessphpMyAdmin.
Note:
Recommended: phpMyAdmin usage tutorial
■ Don’t forget to unzip phpMyAdmin.
■ You should place phpMyAdmin in a directory that only you know, or delete it directly. This is good for server security.
For more phpMyAdmin related tutorials, please pay attention to PHP Chinese website!
The above is the detailed content of In which directory should phpMyAdmin be placed after downloading?. For more information, please follow other related articles on the PHP Chinese website!