Toon posts:

[mysql] phpmyadmin

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb phpmyadmin geïnstaleerd op de server [het zijn scripts] alleen het verkennen van een object gaat enorm langzaam, na 75sec stopt hij ermee, dit hebben we zo op de server ingesteld met de ini file. Welke variabelen zijn belangrijk in het config.php.inc script? Als ik hetzelfde verken met lycosphpadmin [ander account zelfde gegevens] gaat het razendsnel.

ik zeg al bij deze dat ik niet 1-2-3 weet op welk forum dit onderwerp thuishoort, maar naar onze mening hebben we hier de meeste kans.

Verwijderd

Heb je de $cfg['PmaAbsoluteUri'] goed ingesteld?

  • drm
  • Registratie: Februari 2001
  • Laatst online: 09-06-2025

drm

f0pc0dert

mv -> SA

Music is the pleasure the human mind experiences from counting without being aware that it is counting
~ Gottfried Leibniz


Verwijderd

Topicstarter
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
$cfg['PmaAbsoluteUri'] = 'http://www.xxxxxxxxxxx.nl/xxxxxxxxxx/';


/**
* Disable the default warning about $cfg['PmaAbsoluteUri'] not being set
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
* works perfectly.
*/
$cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;

-------------------------------------------------------------------------------------------------


op de xxxxx staan uiteraard in werkelijkheid het domein & dir

[ Voor 8% gewijzigd door Verwijderd op 15-03-2003 21:36 ]