Current location: home page > computer > course >Body content

The advanced functions of phpMyAdmin have not been fully set, and some functions have not been activated

Kangge Studio 2 years ago (2022-02-22) course seven hundred and seventy-eight zero


Self deployment or one click deployment ph ­ p ­ MyAd ­ Most of min's friends will encounter this problem. After logging in, the prompt phpMyAdmin advanced functions have not been fully set and some functions have not been activated. Please click here to check the reasons and paste solutions here.


Solution steps

1. Change ph ­ p ­ MyAd ­ The create_tables. sql in the/phpMyAdmin/sql/folder in the min (current latest version) folder is downloaded locally!  

2. Import create_tables.sql to phpMyAdmin:


3. Open ph ­ p ­ myad ­ The config.sample.inc.php file in the min folder is copied and renamed as config.inc.php (if there is already a config.inc.php file, modify it directly). Open the file with a text editing tool. Modify it.  

4. Delete all the comments//in the code from/* Storage database and tables */to/* * * End of servers configuration */in the config.inc.php file.

 $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]['table_uiprefs'] = 'pma__table_uiprefs'; $cfg['Servers'][$i]['tracking'] = 'pma__tracking'; $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig'; $cfg['Servers'][$i]['recent'] = 'pma__recent'; $cfg['Servers'][$i]['favorite'] = 'pma__favorite'; $cfg['Servers'][$i]['users'] = 'pma__users'; $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups'; $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding'; $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches'; $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns'; $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings'; $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';


*Note that if your ph ­ p ­ MyAd ­ Min Managing Mari at the same time ­ ADB 10 and Mari ­ ADB 5, you need to enter Mari in the second step above ­ ADB 10 and Mari ­ ADB 5 imports the create_tables. sql database respectively.

Related articles

 Baidu transcoding is forbidden on the website Cancel Baidu transcoding

Baidu transcoding is forbidden on the website Cancel Baidu transcoding

Baidu transcoding - When using Baidu search, the content of menstrual transcoding can be seen everywhere. Baidu Transcoding Advantages and Disadvantages Most mobile terminal browsers can't directly browse web pages, Baidu just

 How to screenshot the right-click menu [Tips]

How to screenshot the right-click menu [Tips]

I am used to QQ screenshots, which is very powerful and convenient. Sometimes it is very difficult to intercept the right-click menu of a software? Ben Loser tells us a little way. Press and hold before right clicking to pop up the menu

 Judge whether the software is bundled with trojans

Judge whether the software is bundled with trojans

First, check the bundling tools to see if there is any bundling. Second, even if there is no bundling, you should not take it lightly, because tools are tools after all, and it is not a universal false alarm. Check with the kill software to see if the virus type reported matches the type of the tool

 Principle of file bundling machine

Principle of file bundling machine

1、 Traditional bundler. This principle is very simple, and it is also the most widely used one at present. It is to append B.exe to the end of A.exe. In this way, when A.exe is executed, B.exe is also executed. The codes of this binder are all over the network. I started from

 IE browser cookie all-around management editor

IE browser cookie all-around management editor

In fact, the term "cookie" is not far away from us. Cookies will be embedded in computers, including logging into QQ account in browser to verify identity or using Baidu search website. But do you know how to view/manage these cookies? Well, today

 Burp technique for non Webapp testing: scanning and replaying

Burp technique for non Webapp testing: scanning and replaying

In the first section of this series, the author talked about burp's functional testing of non webapps. I just wanted to write something to share, but I didn't expect to pull so much. Now, I will continue to write

Comment

 visitor

◎ Welcome to participate in the discussion. Please express your views and opinions here.