Search
Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPSServices
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC SrervicesIRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka CharybdisTCL SCRIPT
TCL SCRIPT FOR EGGDROP
Allprotection4.7 AntiproxyBots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink HopmLatest topics
Guide install phpmyAdmin on Centos 6
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Guide install phpmyAdmin on Centos 6
Guide install Phpmyadmin on Centos 6
Hello everybody Today we learn how we can install phpmyadmin and mysql php5 and Apache on System Centos linux.. before we open phpmyadmin we need install Apache and php5 and after mysql phpmyadmin.. we start!!
step1 install Apache for install we need inside to root and Beginner with to install
Step2
install php5
then you can continue with mysql
then after you can see userhost with password also you need remaining in mysql with commands on mysql
also you can create new name in database
step4
install phpmyadmin
now we can install phpmyadmin
and after install you can see all php its complete you need start httpd
then after you can try inside your phpmyadmin
more something Important if you have in your home some computer and you try inside to phpmyadmin from other computer and you see problem like this
then inside to phpmyadmin.conf
if you see i select more ip under 127.0.0.1 then this mean if you used with some computer you can set some ip....
Good luck
Guide By mIRCx IRC
www.mIRCx.co.il
mIRCx the old Community
Hello everybody Today we learn how we can install phpmyadmin and mysql php5 and Apache on System Centos linux.. before we open phpmyadmin we need install Apache and php5 and after mysql phpmyadmin.. we start!!
step1 install Apache for install we need inside to root and Beginner with to install
- Code:
su -
sudo yum install httpd mod_ssl
sudo /etc/init.d/httpd start
- Code:
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name,
using 127.0.0.1 for ServerName
- Code:
sudo nano /etc/httpd/conf/httpd.conf
- Code:
ServerName 10.0.0.1:80
- Code:
sudo /etc/init.d/httpd reload
sudo /sbin/chkconfig httpd on
Step2
install php5
- Code:
sudo yum install php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml
sudo /etc/init.d/httpd reload
- Code:
sudo yum install mysql-server
sudo service mysqld start
sudo /usr/bin/mysql_secure_installation
sudo chkconfig mysqld on
- Code:
nano /etc/sysconfig/iptables
-I INPUT -p tcp --dport 3306 -m state --state NEW,ESTABLISHED -j ACCEPT
service iptables restart
then you can continue with mysql
- Code:
/usr/bin/mysql -u root -p
mysql -p -u root
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mypass');
FLUSH PRIVILEGES;
exit
- Code:
sudo service mysqld reload
sudo service mysqld restart
then after you can see userhost with password also you need remaining in mysql with commands on mysql
- Code:
SELECT User, Host, Password FROM mysql.user;
also you can create new name in database
- Code:
CREATE DATABASE KISHORIT;
SHOW DATABASES;
DROP DATABASE mIRCx;
step4
install phpmyadmin
now we can install phpmyadmin
- Code:
yum list phpmyadmin
yum install phpmyadmin
and after install you can see all php its complete you need start httpd
- Code:
services httpd start
- Code:
iptables -L
iptables -I INPUT 4 -m state --state NEW -p tcp --dport 80 -j ACCEPT
service iptables save
service httpd graceful
then after you can try inside your phpmyadmin
more something Important if you have in your home some computer and you try inside to phpmyadmin from other computer and you see problem like this
then inside to phpmyadmin.conf
- Code:
nano /etc/httpd/conf.d/phpMyAdmin.conf
if you see i select more ip under 127.0.0.1 then this mean if you used with some computer you can set some ip....
Good luck
Guide By mIRCx IRC
www.mIRCx.co.il
mIRCx the old Community
Chief- Admin
- מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network
Similar topics
» Guide install PhpmyAdmin in ubuntu
» Guide install TeamViewer on Centos
» Guide install Anope in Centos 7
» Guide install System Centos 6.5
» Guide install Webmin on Centos Linux
» Guide install TeamViewer on Centos
» Guide install Anope in Centos 7
» Guide install System Centos 6.5
» Guide install Webmin on Centos Linux
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Sat Aug 05, 2023 2:09 am by Chief
» mIRCx IRC Network Config
Sat Jul 15, 2023 9:51 pm by Chief
» ircu2.10.12-pk with dnsbl
Fri Mar 10, 2023 2:22 pm by Admin
» Guide install PyLink on New version FreeBSD
Thu Dec 15, 2022 9:39 pm by Chief
» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Mon Dec 05, 2022 5:44 am by Chief
» install Nefarious2 && X3 IRC Services in FreeBsd
Sat Nov 12, 2022 3:12 pm by Chief
» help problem with adduser in Freebsd 12
Fri Nov 11, 2022 9:06 pm by Chief
» מדריך פקודות והתקנה בסרביס X3
Fri Oct 28, 2022 1:43 pm by Chief
» מדריך הגדרות WebIRC in Nefarious2
Thu Apr 07, 2022 4:45 am by Chief