QUOTE(PoddarWeb @ Jun 20 2006, 07:10 PM)

Can any anybody help me by guiding me on how to use mysql database, creating tables and showing database results using Phpmyadmin in a Linux Web Hosting ?
well, there is no exact difference anyway on having mySQL in a non *NIX webhost and on a NIX webhost.
the creators of mySQL have made the program to behave the same under different environments.
on the other hand, if you can setup your mySQL to allow you to connect using your very own IP, SQLyog is a much better tool than phpmyadmin. SQLyog provides a full system GUI that have all of the functions of the
database in a point and click method, plus the results are sorted in a nicely ordered display list.
it also have a SQL query window which will eats up 30% of the display on default install and can execute multilines and or only a selected line of query.
the SQL behind it is displayed orderly in the history window. in case that you dont have control of allowing access to your webhost then you are much better wayoff using phpmyadmin.
--
phpmyadmin is a great tool, the one i hate about it is that the more recent versions have more and more features and functions added that you cannot easily shutdown. and the installation time is starting to be of a hell since sometimes, it cannot read the configuration files that it have created due to server variances.
the fix i found bout this problems is by installing old versions of phpmyadmin a few relase ago just to make it run.
on the general, phpmyadmin is still a great tool and i always have one handy in each projects that I have.
my test servers, Apache / IIS both have phpmyadmin
NOTE:
on some servers, phpmyadmin is not readily installed and i avoid using a pre installed script since most of the time, they can be problems when you notice the very little control you have and the task that you must perform needs a much fuller control.
Comment/Reply (w/o sign-up)