Question Details

Browse

redhat linux

By selnik raj - Aug. 03, 2009

Dear sir,
am selnikraj, am working with linux with 2 months..
can anyone suggest me about how to confirm my instalation of mysql is correct or not?

and necessary basic step for database devolopment///

thanks in advance..

http://www.selnikraj.110mb.com


Answers

Add Answer
  1. By George Murphy on Aug. 03, 2009

    Hi Selnikraj. To ensure that your mysql server is up, you should be able to log in (mysql -u root -p ) (assuming you have your root user set up and you have a password). Once you log in, run a 'show databases';, and you should see the test database, the mysql database and the information schema database. If you do, you are in business.


    1 Votes
  2. By selnik raj on Aug. 03, 2009

    am totally new to mysql..

    means am a learner only..


    i have installed everything in my redhat 5


    but is there any neccesary files to be added for mysql for getting better work?


    kindly help me..


    0 Votes
Share your knowledge