In diesem Video zeige ich euch wie ihr auf einer frischen Ubuntu 18.04 (Server) Installation einen MySQL-Server, php und phpMyAdmin installieren könnt.
Links aus dem Video:
V-Server bei ZapHosting: https://r.reloaded-server.de?zap_vserver
Tutorial im Forum: https://r.reloaded-server.de?f_gta_tu11
========================================================================
Konsolen-Kommandos:
sudo apt install mysql-server
sudo mysql_secure_installation
sudo apt install php libapache2-mod-php php-mysql
service apache2 restart
sudo apt install phpmyadmin php-mbstring php-gettext
sudo phpenmod mbstring
service apache2 restart
Fall ihr den phpMyAdminFehler bekommt:
sudo mysql -p -u root
CREATE USER 'pmauser'@'%' IDENTIFIED BY 'password_here';
GRANT ALL PRIVILEGES ON . TO 'pmauser'@'%' WITH GRANT OPTION;
========================================================================
Hier könnt ihr mir auf Socialmedia folgen:
Twitch: https://r.reloaded-server.de?mz_twitch
Twitter: https://r.reloaded-server.de?mz_twitter
Instagram: https://r.reloaded-server.de?mz_insta
TikTok: https://r.reloaded-server.de?mz_tiktok
Steam: https://r.reloaded-server.de?mz_steam
GitHub: https://r.reloaded-server.de?mz_github
Affiliate-Links: Euch entstehen keine Kosten oder Nachteile. Kauf über diesen Link erwirtschaftet eine kleine prozentuale Provision für mich.