Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Install phpMyadmin on Ubuntu 20 and make root access with full power

nadorge

Extended Member
Ext. Member
Banned
Joined
Sep 3, 2020
Messages
79
Reaction score
401
Points
64
Location
Egypt
Hello guys , when u installed Ubuntu20 now and try to install phpmyadmin u get some issues and u didnt get root user as super user
this command one by one so this
enjoy and thanks for all

Code:
apt-get update
Code:
sudo apt install apache2
Code:
sudo apt install curl
Code:
sudo apt install mysql-server
Code:
sudo mysql_secure_installation
no then add new pass then all Yes
Code:
sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;
SELECT user,authentication_string,plugin,host FROM mysql.user;
exit
Code:
sudo apt install python-software-properties
Code:
sudo apt install php php-zip php-pear php-xml php-bcmath php-dev php-fpm php-cli php-readline php-curl php-gd php-gmp php-imap php-intl php-json php-mbstring php-mysql php-opcache php-common
sudo nano /etc/apache2/mods-enabled/dir.conf
   ####  DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm
Code:
sudo apt install phpmyadmin php-mbstring
Code:
sudo phpenmod mbstring
Code:
sudo a2enmod rewrite
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
yeah, some people dont realize that when you do special characters liek "&" that it gets encoded and then it dont work when they paste it b/c it shoes up as &80; or some crap. all special characters do that.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top