tet3828 Posted January 17, 2008 Share Posted January 17, 2008 I am trying to set up phpmyadmin on my server. I am using a linux box (ubuntu-server 7.10 w/ a LAMP server running) It appears to me that the home directory of my server is /var/www so I copied the extracted phpmyadmin files into a folder with in the /var/www directory. so no I have /var/www/phpmyadmin/ I am having trouble understanding exactly what to put in this config.inc.php file here is what i've done so far: <?php $i=0; $i++; $cfg['Servers'][$i]['user'] = 'catuser'; $cfg['Servers'][$i]['password'] = 'admin'; // use here your password ?> I did not know exactly what to do here... as you can see I just put my info after the equal signs. The documentation included didn't explain it enough for a linux noob such as myself so I guessed. This is the result I get when I try to load the phpmyadmin program (by opening the index file on the server of course): Warning: require_once(./libraries/common.inc.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/phpmyadmin/index.php on line 34 Fatal error: require_once() [function.require]: Failed opening required './libraries/common.inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/phpmyadmin/index.php on line 34 Link to comment https://forums.phpfreaks.com/topic/86505-configincphp-questions-regaurding-setup-of-phpmyadmin/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.