PDA

View Full Version : phpMyAdmin parse error / setup question


reid0084
Wed 18th Sep '02, 12:52pm
I get a parse error at line 38 in the config file of phpmyadmin 2-2-7. I'm attempting to run it off of a server using an ip address like xx.xx.xxx.xxx. the absolute URI is set to http://xx.xx.xxx.xxx/phpmyadmin/
host: localhost

i get a blank page when i attempt to access the page remotely with the URI set to 127.0.0.1/phpmyadmin.

What i want is to run phpmyadmin on a remote server, and access it over the internet to ease administration of my database.
Thanks
JOey

seanf
Wed 18th Sep '02, 3:49pm
Let's see line 38 (it's probably 39 as 38 is an end comment) from your config.inc.php then

Sean :)

reid0084
Thu 19th Sep '02, 11:04am
I figured it out, some of the commented lines had been split, leaving text uncommented that didn't mean anything. i just had to remove the offending line breaks and it works perfectly. Thanks.