PDA

View Full Version : MySQL and Load Problems


Theater
Sat 6th Mar '04, 3:33pm
Solved my problem.

I converted my mysql database attachments into file system format. Load time is significantly reduced, and all is well once more...

Orfejs
Sat 13th Mar '04, 4:50am
When I attempt to open index.php I receive these warnings/errors:

Warning: main(./libraries/grab_globals.lib.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache\htdocs\phpMyAdmin\index.php on line 9

Fatal error: main(): Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache\htdocs\phpMyAdmin\index.php on line 9

In config.inc.php:

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';

(include_path='.;c:\php4\pear') seems really odd since php is installed under c:\php. I have been able to use PHP and MySQL successfully with my current setup, which is listed below.

----------
I am running:
Windows 2000
Apache Server 1.3.29
(C:\Program Files\Apache Group\Apache)

MySQL 4.0.18
(c:\mysql)

PHP 4.3.4
(c:\php)

phpMyAdmin 2.5.6
(C:\Program Files\Apache Group\Apache\htdocs\phpMyAdmin)

I'm new to PHP and MySQL, but so far everything has worked. I have been able to create a database and test PHP on my setup. Going to http://localhost/phpmyadmin/phpinfo.php works fine.

from: http://sourceforge.net/forum/forum.php?thread_id=1038407&forum_id=72909