> I our college in th fedora 13 is installed in all systems by ur team.how to > istall my sql server & client? >
First, sorry for hijacking this thread and my reply for the above, MySQL server and client is already installed in all the systems and also mysql service is automatically set to run. check for $ service mysqld status and see whether mysql is running. To login $ mysql -u root -h localhost -p <enter> when prompted for password, just enter and you will get mysql prompt. Regards S. Baskar CEO/LinuXpert Systems _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
