MYSQL Setup

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
hubertus09
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Dec 15, 2012 11:30 am

MYSQL Setup

Post by hubertus09 »

Can anyone tell me how to install phpMyAdmin onto my vps, and then tell me how to use it so that i can find out the username and password to my mysql database. Please use step by step instructions in simple form (im new to this) also i am using CentOS
Hot Carl
A semi-regular
A semi-regular
Posts: 28
Joined: Sat Mar 24, 2012 6:23 am

Re: MYSQL Setup

Post by Hot Carl »

Have you already install mysql? If so skip to the last line of the code box if not follow the first steps.

Code: Select all

yum install php-mysql mysql mysql-server
chkconfig mysqld on
service mysqld start
mysqladmin -u root -p <password of your choice>
I would recommend learning how to use mysql command line, its really not that hard if you aren't going to be using mysql for a lot.

To install phpMyAdmin:

http://www.cyberciti.biz/faq/centos-fed ... n-webtool/

Carl
Post Reply