Hi to everyone. I would just like to ask how to enabled the phpmyadmin configuration storage. I already tried a lot of times the advice of others but still I wasn't able to configure completely those some extended features.
I used Apache 2.2.25, PHP 5.4.17, MySQL Server 5.1, and phpmyadmin 4.0.5. I tried the advice which is to create the database phpmyadmin and import the create_tables.sql. Then, create a control user which is phpmyadmin. I already tried to restart and clean my browsers cache already but still I received this kind of error "The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click
here." When I clicked the underlined word here. The following appeared.
$cfg['Servers'][$i]['pmadb'] ... not OK [Documentation]<br />
$cfg['Servers'][$i]['relation'] ... not OK [Documentation]<br />
General relation features: Disabled<br />
<br />
$cfg['Servers'][$i]['table_info'] ... not OK [Documentation]<br />
Display Features: Disabled<br />
<br />
$cfg['Servers'][$i]['table_coords'] ... not OK [Documentation]<br />
$cfg['Servers'][$i]['pdf_pages'] ... not OK [Documentation]<br />
Creation of PDFs: Disabled<br />
<br />
$cfg['Servers'][$i]['column_info'] ... not OK [Documentation]<br />
Displaying Column Comments: Disabled<br />
Browser transformation: Disabled<br />
<br />
$cfg['Servers'][$i]['bookmarktable'] ... not OK [Documentation]<br />
Bookmarked SQL query: Disabled<br />
<br />
$cfg['Servers'][$i]['history'] ... not OK [Documentation]<br />
SQL history: Disabled<br />
<br />
$cfg['Servers'][$i]['designer_coords'] ... not OK [Documentation]<br />
Designer: Disabled<br />
<br />
$cfg['Servers'][$i]['recent'] ... not OK [Documentation]<br />
Persistent recently used tables: Disabled<br />
<br />
$cfg['Servers'][$i]['table_uiprefs'] ... not OK [Documentation]<br />
Persistent tables' UI preferences: Disabled<br />
<br />
$cfg['Servers'][$i]['tracking'] ... not OK [Documentation]<br />
Tracking: Disabled<br />
<br />
$cfg['Servers'][$i]['userconfig'] ... not OK [Documentation]<br />
User preferences: Disabled<br />
I didn't install wamp server and xampp server. I installed PHP, Apache and phpmyadmin manually because I have already an existing MySQL Server. I don't know if it concerns about compatibility of the different versions and I already tried a lot of advices from others before to ask this question here at code project.
I am beginner/ student that want to learn how to code using PHP and I want to also experience how to install these manually. I hope that you can help me. I already try to fix this a week already. I am curious why one of these features was not enabled. I already uncomment the commented User used to manipulate with storage and Storage database and tables on config.sample.inc.php. I also try to change "$i = 0;" to "$i = 1;" but still there was no effect.
I hope that you could help me guys. Thank you very much!