Configuring mysql stuffs on VPS
#8

Installation:
1- Add EPEL Repositories:

cd ~
wget http://download.fedoraproject.org/pu...6-8.noarch.rpm

sudo rpm -ivh epel-release*

rm epel-release*

2- Download And Configure MYSQL

sudo yum install mysql-server

sudo service mysqld start

sudo mysql_install_db

sudo mysql_secure_installation
Код:
You will be asked a number of questions:

Enter current password for root: press Enter

Set root password? Y

New password: Type an administrative password here
Re-enter new password: Confirm the password
Remove anonymous users? Y

Disallow root login remotely? Y

Remove test database and access to it? Y

Reload privilege tables now? Y
Your MySQL installation should be up and running. Test that you can log in with the password you set by typing:

mysql -u root -p

Type exit to return to the shell prompt:

exit


3- Download phpMyAdmin

sudo yum install phpmyadmin

4- Configure PhpMyAdmin

sudo nano /etc/httpd/conf.d/phpMyAdmin.conf

sudo service httpd start


It should work.. Try it.
Reply


Messages In This Thread
Configuring mysql stuffs on VPS - by biker122 - 13.03.2015, 14:11
Re: Configuring mysql stuffs on VPS - by Sithis - 13.03.2015, 14:28
Re: Configuring mysql stuffs on VPS - by biker122 - 13.03.2015, 14:31
Re: Configuring mysql stuffs on VPS - by Sithis - 13.03.2015, 14:36
Re: Configuring mysql stuffs on VPS - by biker122 - 13.03.2015, 14:38
Re: Configuring mysql stuffs on VPS - by biker122 - 13.03.2015, 15:19
Re: Configuring mysql stuffs on VPS - by Sithis - 13.03.2015, 15:44
Re: Configuring mysql stuffs on VPS - by kirostar - 13.03.2015, 20:02
Re: Configuring mysql stuffs on VPS - by Jake187 - 13.03.2015, 20:11
Re: Configuring mysql stuffs on VPS - by Sithis - 13.03.2015, 21:20
Re: Configuring mysql stuffs on VPS - by biker122 - 15.03.2015, 05:17
Re: Configuring mysql stuffs on VPS - by Jake187 - 15.03.2015, 07:31
Re: Configuring mysql stuffs on VPS - by biker122 - 15.03.2015, 10:57
Re: Configuring mysql stuffs on VPS - by Jake187 - 15.03.2015, 14:20
Re: Configuring mysql stuffs on VPS - by biker122 - 15.03.2015, 14:27
Re: Configuring mysql stuffs on VPS - by Parallax - 15.03.2015, 16:04
Re: Configuring mysql stuffs on VPS - by Jake187 - 16.03.2015, 03:22
Re: Configuring mysql stuffs on VPS - by FOTIS6 - 16.03.2015, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)