Connecting PhpmyAdmin to Homestead server

Hatem Hena by Hatem Hena

Privacy: Public
Category: Educational

Description:
+--------------------------------------+
| Connecting PhpMyAdmin with Homestead |
+--------------------------------------+

[+} Step 1:
- Download phpmyadmin from https://www.phpmyadmin.net/downloads/

[+] Step 2:
- Edit config.inc.php

[+] Step 3:
- Add the following code
$i++;
$cfg[Servers][$i][host] = 127.0.0.1;
$cfg[Servers][$i][port] = 33060;
$cfg[Servers][$i][socket] = ;
$cfg[Servers][$i][connect_type] = tcp;
$cfg[Servers][$i][extension] = mysql;
$cfg[Servers][$i][compress] = FALSE;
$cfg[Servers][$i][auth_type] = config;
$cfg[Servers][$i][user] = homestead;
$cfg[Servers][$i][password] = secret;

Website: https://www.redsecuretech.com/

Share with social networks:
Embed The video Tour Website

Comments (1)

Zaid Jaber 3 years ago

good one it works perfectly

Watch More

PwnLab: init CTF omg In this video we will solve PwnLab: init ctf from vulnhub.com ...
Mr Robot CTF challenge ... omg In this video we will show you how to solve mr robot capture th...
Mr Robot ctf challenge ... omg In this video we will show you how to solve mr robot capture th...
Jordan Top hacker 2018 ... omg ch4inrulz is an interesting challenge where you can improve you...
Shared Server - web to ... omg ABC University primarily teaches web application development cl...