Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The installation method and matters needing attention of phpMyAdmin

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "phpMyAdmin installation method and matters needing attention during installation". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Quickly install phpMyAdmin

Unpack the phpMyAdmin package to a directory.

Open config.inc.php3 and change the values of $cfgServers [1] ["host"], $cfgServers [1] ["user"] and $cfgServers [1] ["password"] depending on your environment. You can take a look at all the configurable variables listed in the configuration section below and modify other parameters as appropriate.

It is recommended that you protect phpMyAdmin's directory after installing it (except on an intranet). For example, you can use HTTP-AUTH (with an .htaccess file).

Open the file in the browser: install the host domain name / installation directory / index.php3. PhpMyAdmin should display a welcome screen and your database.

PhpMyAdmin supports multiple languages. If you want to change it to the Chinese version, change the require ("english.inc.php3") in config.inc.php3; to require ("chinese_gb.inc.php3"). So the interface is in Chinese. That's great!

Save the config.inc.php3.

Pay attention to installing phpMyAdmin

Make sure that the phpMyAdmin directory is protected. There is no protection by default! It should not be read by anyone, especially by search engines.

Although I add a "nofollow" directive to each page, there may be search engines that do not consider links that continue to visit the page.

Imagine AltaVista visiting a link called "Drop Dtabase". You can have a comprehensive understanding of the authentication method of Apache at http://www.apacheweek.com/features/userauth. Another tutorial is at http://deepthought.texsci.edu/protected_dirs.html

PHP3 should be configured as magic_quotes=on.

This is the end of the content of "phpMyAdmin installation method and matters needing attention during installation". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report