If you are using Fedora, CentOS, Red Hat or Scientific Linux I am going to show you the basic install of MySQL using yum.
Install MySQL Client and Server software
To install MySQL Client and Server enter the following commands:
[root@regan ~]# yum groupinstall "MySQL Database server"
[root@regan ~]# yum groupinstall "MySQL Database client"
To install MySQL system tables and Setup MySQL to start on boot
To install the MySQL system tables and setup MySQL to start on boot you need to enter the following commands:
[root@regan ~]# /usr/bin/mysql_install_db --user=mysql
[root@regan ~]# chkconfig --level 2345 mysqld on; service mysqld start
Set Admin Password
To set the admin password for the MySQL databse you need to enter the following commands:
[root@regan ~]# /usr/bin/mysqladmin -u root password 'new-password'
[root@regan ~]# /usr/bin/mysqladmin -u root -h regan password 'new-password'
Now that’s it. have fun with MySQL. If you would like to see it in video check it out on youtube below.
Who Is Johnathan Mark Smith?
I have ver 25 years experience, specializing in business technology in the areas of web application development and collaborative computing I been working as an architect-developer for applications or product development.
I am particularly interested in organizations that use leading technologies such as Android, Springs, Spring-WebFlow, JSP’s, Servlets, XML, Java, Struts, PHP, LDAP, Maven, JUnit and Web Application Servers.
I have a very solid background with Java, OOP, Design-Patterns and Multi-Threading. I am also able to interface with all levels of management!
My consulting services enable businesses maximize value from their business process initiatives and IT investments leading to improved organizational performance. Our services leverage business knowledge, process excellence, technology expertise and substantial domain experience in chosen industry verticals.
My frameworks and accelerators are an integral part of our methodology to deliver consulting services with efficiency and consistency.
To found out more about Johnathan Mark Smith checkout johnathanmsmith.com
#linux #mysql #database
http://www.youtube.com/watch?v=RFbrw0HivUo