INSTALLATION
OF MY SQL:
To
install mysql server
#apt-get
install mysql-server
 then
it promts for new password for the root
give
new password and repeat this second time
To
login to mysql type
#mysql
-u root -p
it
prompts for the password
 you
will get like this 
mysql>
here
create the database
      >create
database sunny
      >show
database sunny
 
No comments:
Post a Comment