• Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Home Tutorials

How to Install barebones PHPMyAdmin Locally on Linux with just PHP and mariadb/mysql

by Sick Codes
October 12, 2020
in Tutorials
0
Install mariadb or mysql and php
# ubuntu debian pop
sudo apt install mariadb-client mariadb-server php
# arch manjaro
sudo pacman -S mariadb php
# rhel centos fedora
yum install mariadb mariadb-server php
If you don’t have mariadb locally: You can generate a starter kit
sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
sudo systemctl start mariadb
sudo su
mysql -u root -p
Download the latest version of PhpMyAdmin from the official site: https://www.phpmyadmin.net/files/ For example, phpMyAdmin-5.0.3-all-languages.zip
cd ~/
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.3/phpMyAdmin-5.0.3-all-languages.zip
unzip phpMyAdmin-5.0.3-all-languages.zip
Rename the ugly folder
mv phpMyAdmin-5.0.3-all-languages phpmyadmin
Then create a script somewhere, like on your desktop or on your launchbar.
#!/bin/bash
/usr/lib/firefox/firefox http://localhost:8123 &
sudo systemctl start mariadb &
sudo mysqladmin flush-privileges password 'root' &
php -S localhost:8123 -t ~/phpmyadmin/
Your browser should open with a rooted local phpmyadmin. Login as Username: root Password: root
Next Post
Tor Brave Incognito Timestamp Light

CVE-2020-8276 - Exposure of Sensitive Information to an Unauthorized Actor - Brave Browser Potentially Logs The Last Time A Tor Window Was Used.

TCL Smart TV Vulnerability Browse Filesystem

CVE-2020-27403 - TCL Android Smart TV (All) - Exposure of Information Through Directory Listing - TCL Android TV Filesystem Browsable to Unauthenticated Attackers Over the Adjacent Network on Port 7989

TCL TV Vulnerability CVE-2020-28055

CVE-2020-28055 - TCL Android Smart TV (All) - Incorrect Permission Assignment for Critical Vendor Resources - TCL Android TV Vendor Configuration & Upgrade Folders World Writable to Local Attacker

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training

© 2017-2021 Sick.Codes

@sickcodes

@sickcodes

@sickcodes

Discord Server

sickcodes.slack.com

t.me/sickcodeschat

./contact_form