weird database problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
paul_20k
Forum Commoner
Posts: 45
Joined: Fri Nov 10, 2006 7:02 pm

weird database problem

Post by paul_20k »

Hi

I have few tables in the database. When I run a query on those tables in my localhost, it works fine. I can get all the results from all tables but when I run the same query on my isp's server, it shows only numbers like 2, 7, 8 etc of records that met the criteria and it doesn't show data from records...it just shows that number of recods of each category.

I can see only this info on the phpmyadmin window.......

Code: Select all

Welcome to phpMyAdmin 2.6.0-pl3 
MySQL 3.23.58 running on localhost as username@localhost
At the bottom of this window on this page, it shows

Code: Select all

Error 
The additional Features for working with linked Tables have been 
deactivated. To find out why click here.
Can you please give me hint as where to look for the solution As a newbie, I have no idea where I can find solution to this problem.

Thanks
User avatar
mikeq
Forum Regular
Posts: 512
Joined: Fri May 03, 2002 3:33 am
Location: Edinburgh, Scotland

Post by mikeq »

http://www.google.co.uk/search?client=f ... gle+Search

This is to do with server configuration, nothing to do with MySQL or PHP.
Post Reply