skip to main
|
skip to sidebar
Tuesday, August 17, 2010
Setting up mysql using yum
Well I had to setup a mysql server so I could use
phpScheduleit
. A tool for scheduling equipment and sharing resources. Here is what I had to do to set it up
yum install mysql-devl
yum install php-mysql
yum install mysql
yum install mysql-server
yum install php
yum install php-pear
Once its all setup
service mysqld start
chkconfig --add mysqld
chkconfig --level 2345 mysqld on
mysqladmin -u
password
Verify its setup...
mysqlshow -p
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Fun with Automation
Followers
About Me
View my complete profile
No comments:
Post a Comment