Home Backend Development PHP Tutorial Solution to the problem that the additional functions of the linked table in phpMyAdmin have not been activated yet (tested)_PHP Tutorial

Solution to the problem that the additional functions of the linked table in phpMyAdmin have not been activated yet (tested)_PHP Tutorial

Jul 21, 2016 pm 03:19 PM
phpmyadmin Function method Find test activation of surface solve resource Link

Finding resources from multiple sources and testing finally solved the problem, which is recorded here.
In fact, if you install it correctly during installation, the following message will not appear.
Solution to the problem that the additional functions of the linked table in phpMyAdmin have not been activated yet (tested)_PHP Tutorial

Solution to the problem that the additional functions of the linked table in phpMyAdmin have not been activated yet (tested)_PHP Tutorial
If you install under Linux, you will be prompted for a password. When you enter the password of the Root account, this problem will not occur!

phpmyadmin has always had the problem of "Additional functions of the link table have not been activated". After logging in to phpmyadmin, "Additional functions of the link table have not been activated" will be displayed at the bottom. Not activated yet. To find out why, click here. I have never started to solve this problem. Until today, it is probably because of boredom!

If you are careful enough, I believe you can also find such a problem in your phpmyadmin. With the attitude of giving it a try, I went to Baidu and found a solution. I have to say that Baidu is great. ! My habit is to find a solution, then experiment, summarize, and finally tell all netizens my experience!

My phpmyadmin version is v 3.3.7, which is a relatively new version.

Step 1: Use the Mysql administrator account to log in through phpmyadmin, then click "Import", then click " Click the "Browse" button and find a file named create_tables.sql in the scripts folder under the phpmyadmin folder. Just import it and it's OK.

Step 2: Open the libraries folder under the phpmyadmin folder, find the file named config.default.php, and use a text editing tool (notepad is not recommended, it is recommended to use tools such as Dreamweaver) Open the file. Modify it.

The modified content is not continuous. Please modify it manually and do not copy.

Content before modification:

Copy code The code is as follows:

$cfg['Servers'] [$i]['pmadb'] = ”;

$cfg['Servers'][$i]['bookmarktable'] = ”;

$cfg['Servers'] [$i]['relation'] = ”;

$cfg['Servers'][$i]['table_info'] = ”;

$cfg['Servers'] [$i]['table_coords'] = ”;

$cfg['Servers'][$i]['pdf_pages'] = ”;

$cfg['Servers'] [$i]['column_info'] = ”;

$cfg['Servers'][$i]['history'] = ”;

$cfg['Servers'] [$i]['designer_coords'] = ”;

$cfg['Servers'][$i]['tracking'] = ”;

Modified content :
Copy code The code is as follows:

$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';

$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';

$cfg['Servers'][$i][' relation'] = 'pma_relation';

$cfg['Servers'][$i]['table_info'] = 'pma_table_info';

$cfg['Servers'][$ i]['table_coords'] = 'pma_table_coords';

$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';

$cfg['Servers '][$i]['column_info'] = 'pma_column_info';

$cfg['Servers'][$i]['history'] = 'pma_history';

$ cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

$cfg['Servers'][$i]['tracking'] = 'pma_tracking';

Step 3: Log out of phpmyadmin and log in again. You're done!

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/325200.htmlTechArticleFinding resources from multiple sources and testing finally solved the problem, which is recorded here. In fact, if you install it correctly during installation, the following message will not appear. If you install under Linux, you will be prompted for a password...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to recover deleted contacts on WeChat (simple tutorial tells you how to recover deleted contacts) How to recover deleted contacts on WeChat (simple tutorial tells you how to recover deleted contacts) May 01, 2024 pm 12:01 PM

Unfortunately, people often delete certain contacts accidentally for some reasons. WeChat is a widely used social software. To help users solve this problem, this article will introduce how to retrieve deleted contacts in a simple way. 1. Understand the WeChat contact deletion mechanism. This provides us with the possibility to retrieve deleted contacts. The contact deletion mechanism in WeChat removes them from the address book, but does not delete them completely. 2. Use WeChat’s built-in “Contact Book Recovery” function. WeChat provides “Contact Book Recovery” to save time and energy. Users can quickly retrieve previously deleted contacts through this function. 3. Enter the WeChat settings page and click the lower right corner, open the WeChat application "Me" and click the settings icon in the upper right corner to enter the settings page.

Where does the wordpress database exist? Where does the wordpress database exist? Apr 15, 2024 pm 10:39 PM

The WordPress database is housed in a MySQL database that stores all website data and can be accessed through your hosting provider’s dashboard, FTP, or phpMyAdmin. The database name is related to the website URL or username, and access requires the use of database credentials, including name, username, password, and hostname, which are typically stored in the "wp-config.php" file.

The secret of hatching mobile dragon eggs is revealed (step by step to teach you how to successfully hatch mobile dragon eggs) The secret of hatching mobile dragon eggs is revealed (step by step to teach you how to successfully hatch mobile dragon eggs) May 04, 2024 pm 06:01 PM

Mobile games have become an integral part of people's lives with the development of technology. It has attracted the attention of many players with its cute dragon egg image and interesting hatching process, and one of the games that has attracted much attention is the mobile version of Dragon Egg. To help players better cultivate and grow their own dragons in the game, this article will introduce to you how to hatch dragon eggs in the mobile version. 1. Choose the appropriate type of dragon egg. Players need to carefully choose the type of dragon egg that they like and suit themselves, based on the different types of dragon egg attributes and abilities provided in the game. 2. Upgrade the level of the incubation machine. Players need to improve the level of the incubation machine by completing tasks and collecting props. The level of the incubation machine determines the hatching speed and hatching success rate. 3. Collect the resources required for hatching. Players need to be in the game

How to set font size on mobile phone (easily adjust font size on mobile phone) How to set font size on mobile phone (easily adjust font size on mobile phone) May 07, 2024 pm 03:34 PM

Setting font size has become an important personalization requirement as mobile phones become an important tool in people's daily lives. In order to meet the needs of different users, this article will introduce how to improve the mobile phone use experience and adjust the font size of the mobile phone through simple operations. Why do you need to adjust the font size of your mobile phone - Adjusting the font size can make the text clearer and easier to read - Suitable for the reading needs of users of different ages - Convenient for users with poor vision to use the font size setting function of the mobile phone system - How to enter the system settings interface - In Find and enter the "Display" option in the settings interface - find the "Font Size" option and adjust it. Adjust the font size with a third-party application - download and install an application that supports font size adjustment - open the application and enter the relevant settings interface - according to the individual

What should I do if navicat cannot connect? What should I do if navicat cannot connect? Apr 23, 2024 am 10:00 AM

When Navicat cannot connect, you can try the following solutions in order: Check whether the connection information is correct, such as database name, host name, port number, user name and password. Make sure the database is up and running. Check the firewall rules to confirm that Navicat and related services are not blocked. Try using the ping command to test your network connection. Update Navicat client software to the latest version. Check the server logs for error messages related to failed connections. Try connecting using other database tools to troubleshoot Navicat-specific issues.

How to change the default password of Empire CMS How to change the default password of Empire CMS Apr 16, 2024 pm 03:21 PM

Reset the Empire CMS default password through the following steps: Log in to the database and find the user table. Edit the administrator user (username is admin). Modify the value in the password field. Save the changes and use the new password to log in to the management backend.

Join a new Xianxia adventure! 'Zhu Xian 2' 'Wuwei Test' pre-download is now available Join a new Xianxia adventure! 'Zhu Xian 2' 'Wuwei Test' pre-download is now available Apr 22, 2024 pm 12:50 PM

The "Inaction Test" of the new fantasy fairy MMORPG "Zhu Xian 2" will be launched on April 23. What kind of new fairy adventure story will happen in Zhu Xian Continent thousands of years after the original work? The Six Realm Immortal World, a full-time immortal academy, a free immortal life, and all kinds of fun in the immortal world are waiting for the immortal friends to explore in person! The "Wuwei Test" pre-download is now open. Fairy friends can go to the official website to download. You cannot log in to the game server before the server is launched. The activation code can be used after the pre-download and installation is completed. "Zhu Xian 2" "Inaction Test" opening hours: April 23 10:00 - May 6 23:59 The new fairy adventure chapter of the orthodox sequel to Zhu Xian "Zhu Xian 2" is based on the "Zhu Xian" novel as a blueprint. Based on the world view of the original work, the game background is set

How to check if navicat forgets root password How to check if navicat forgets root password Apr 24, 2024 am 12:06 AM

Answer: You can view and recover a forgotten Navicat root password by modifying the MySQL configuration file. Stop the Navicat MySQL service. Modify the MySQL configuration file, remove the "#" symbol before the password line and enter the root password. Save and restart the MySQL service.

See all articles