Web Hosting Talk







View Full Version : MySQL administration?


sam.moses
04-14-2002, 05:47 AM
Does anyone know of a freeware MySQL administration package that is reletively easy to configure? I'm on a windows server. My options are php, asp, or cfm.

I have tried phpmyadmin and it doesn't seem to work. I keep getting errors, that don't seem to exist on lines that aren't there.
I have full admin rights at the moment.

Any ideas?

blacknight
04-14-2002, 07:14 AM
PhpMyAdmin is by far the easiest and most powerful tool I've come across.
If you post the error messages 'we' might be able to help you debug it.
Have you checked the config?
Which version are you using?

sam.moses
04-14-2002, 10:09 PM
Thanks,
Yes, I followed the setup instrutions to the letter. Modified the config. I'm using 2.2.5

Here are the errors I get on the index when it loads:

---
Parse error: parse error in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php on line 41

Warning: Undefined variable: cfgOBGzip in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 10

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 24

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 25

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 26

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 27

Warning: Undefined variable: charset in C:\Web Sites\Sam Moses\exchangers.biz\data\phpMyAdmin-2.2.5\header.inc.php on line 29

Warning: Cannot add header information - headers already sent by (output started at C:\Web Sites\Sam Moses\exchangersbiz\phpMyAdmin-2.2.5\config.inc.php:41) in C:\Web Sites\Sam Moses\exchangers.biz\phpMyAdmin-2.2.5\header.inc.php on line 29

Warning: Undefined variable: text_dir in C:\Web Sites\Sam Moses\exchangersbiz\phpMyAdmin-2.2.5\header.inc.php on line 38

Warning: Undefined variable: strPmaUriError in C:\Web Sites\Sam Moses\exchangersbiz\phpMyAdmin-2.2.5\libraries\common.lib.php on line 376

---

Any help would be great.

Thanks again.