View Single Post
  #7   (View Single Post)  
Old 14th July 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Quote:
Originally Posted by prakash512 View Post
Hai,
First of all thanks to all. I worked on this. There are still some problems.
1. Locate did not work although i followed all the steps you have mentioned.
2. I installed mysql by following above steps. Now how can I access it. I mean to say that in Linux, If we give mysql then we can access mysql databases and tables. How can I do like that here.

Thanks,
Prakash.
1. dont just say "it doesnt work". If you want problem solved, tell us what you have done and error msg (if any). We are not mind readers.

2. mysql -u username -p db_name -h hostname(if any)
Reply With Quote