Install MySQL

Java Add comments

Install MySQL Database version 3.23.54

#To set the root password use the following commanding changing my_password to the password you want for the root user to access MySQL.
cat /etc/my.cnf
mysqladmin -u root password "newpwd"
mysqladmin -u root -p create linksdb
mysql linksdb

shell> mysql -u root
mysql> DELETE FROM mysql.user WHERE User = '';
mysql> FLUSH PRIVILEGES;

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login