home.social

#phpmyadmin — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phpmyadmin, aggregated by home.social.

fetched live
  1. 🛠 Guide to Using #phpMyAdmin in #cPanel This article provides a guide to using phpMyAdmin in cPanel servers. The guide will walk you through everything you need to know to confidently use phpMyAdmin within your cPanel hosting account.
    📌 Introduction
    phpMyAdmin is a free, web-based tool that allows you to manage #MySQL and #MariaDB databases without needing to use the command line. The phpMyAdmin feature is included with all shared hosting services. For ...
    Continued 👉 blog.radwebhosting.com/using-p

  2. ⚙️ SSD-Powered #cPanel Web #Hosting – Up to 25x Faster
    ⚙️ SSD-Powered cPanel Web Hosting by Rad Web Hosting
    Built for Performance. Backed by Reliability. Ready to Scale.
    Developers, sysadmins, and power users—we built this for you. Our SSD-powered cPanel web hosting ...
    Continued 👉 blog.radwebhosting.com/ssd-pow #webdisk #cloudlinux #litespeed #softaculous #gitversioncontrol #joomla #letsencrypt #webhosting #csf #sshaccess #phppgadmin #phpmyadmin #mariadb #laravel #postgresql #wpcli #modsecurity #ftp

  3. 🛠 Guide to Using #phpMyAdmin in #cPanel This article provides a guide to using phpMyAdmin in cPanel servers. The guide will walk you through everything you need to know to confidently use phpMyAdmin within your cPanel hosting account.
    📌 Introduction
    phpMyAdmin is a free, web-based tool that allows you to manage #MySQL and #MariaDB databases without needing to use the command line. The phpMyAdmin feature is included with all shared hosting services. ...
    Continued 👉 blog.radwebhosting.com/using-p

  4. 🛠 Guide to Using #phpMyAdmin in #cPanel This article provides a guide to using phpMyAdmin in cPanel servers. The guide will walk you through everything you need to know to confidently use phpMyAdmin within your cPanel hosting account.
    📌 Introduction
    phpMyAdmin is a free, web-based tool that allows you to manage #MySQL and #MariaDB databases without needing to use the command line. The phpMyAdmin feature is included with all shared hosting services. ...
    Continued 👉 blog.radwebhosting.com/using-p

  5. 🛠 Guide to Using #phpMyAdmin in #cPanel This article provides a guide to using phpMyAdmin in cPanel servers. The guide will walk you through everything you need to know to confidently use phpMyAdmin within your cPanel hosting account.
    📌 Introduction
    phpMyAdmin is a free, web-based tool that allows you to manage #MySQL and #MariaDB databases without needing to use the command line. The phpMyAdmin feature is included with all shared hosting services. ...
    Continued 👉 blog.radwebhosting.com/using-p

  6. Wir schreiben das YOLD 3192 und ich fluche noch immer über das kaputte UI von #PHPMyAdmin.

    gnaaaaaaaa…
  7. Why is phpMyAdmin the worst DB manager?

    Well, that's easy. It's a mess of server and Ajax functionality that does not respect standard browser navigation like Back and Forward, forgetting searches etc.

    Their change to AJAX fetch just plainly fucked up good app. I don't understand how 10 years later it still is the same unusable shit.

    (Yes, I use adminer when available, but some hosters offer only phpMyAdmin and no remote connections)

  8. Wij meten 700 phpMyAdmin installaties bij de overheid, cybersecuritybedrijven, politieke partijen en de zorg: internetcleanup.foundation/202 - Dat zijn er 700 teveel. Géén van deze gebruikers borgt de veiligheid van deze software. Vanaf nu op rood in de rapporten op Basisbeveiliging.nl #voorjaarsschoonmaak #cyber #basisbeveiliging #phpMyAdmin

  9. Як швидко та просто підняти локальний сервер у Linux Mint або Ubuntu для розробки, тестування та налагодження власних вебсайтів.

    #Linux_Mint_та_Ubuntu, #MySQL, #PHP, #phpMyAdmin, #Налаштування_системи

    ivaniura.org.ua/soft/linux/lok

  10. Wer nutzt auch #phpMyAdmin? Das Tool wurde heute aktualisiert - und existiert seit 1998. Also eigentlich aus der gefühlten Frühzeit des Internets. Und damit noch älter als #WordPress. Und es gibt es immernoch. Und es ist auch OpenSource :) phpmyadmin.net/news/2025/10/8/

  11. Discover how to install phpMyAdmin on AlmaLinux 10 for simplified database management. This guide ensures optimal security and performance for your MySQL and MariaDB databases. Perfect for sysadmins and developers! #AlmaLinux #phpMyAdmin #DatabaseManagement 𝗵𝘁𝘁𝗽𝘀://𝗳𝗼𝘀𝘀𝗳𝗼𝗿𝗰𝗲.𝗰𝗼𝗺/𝗳𝗼𝘀𝘀-𝗳𝗼𝗿𝗰𝗲-𝗻𝗲𝘄𝘀-𝘄𝗶𝗿𝗲/

  12. phpMyAdmin is a free and open-source web-based database management tool written in PHP. With phpMyAdmin installed on Debian 12, system administrators and developers have a visual front end to aid in managing databases easily. Once set up and installed, it allows you to perform database management tasks on a running MySQL server via a web browser.

    Keep reading:👇
    greenwebpage.com/community/how

    #phpmyadmin #databasemanagement #php #mysql #debian #linuxadministration #greenwebpage

  13. Як швидко та просто підняти локальний сервер у Linux Mint або Ubuntu для розробки, тестування та налагодження власних вебсайтів.

    #Linux_Mint_Ubuntu, #MySQL, #PHP, #phpMyAdmin, #Налаштування_системи

    ivaniura.org.ua/soft/linux/lok

  14. Nicht so für die Zielgruppe meiner Website aber trotzdem dort, weil ich nicht wusste, wohin sonst damit...

    Danke an @dbrgn für die Mithilfe!

    WordPress und phpMyAdmin lokal installieren mit Docker - mit genug Upload-Size, um die DB zu importieren.

    Quasi auch "Note to self"

    samsteiner.net/wordpress-phpmy #docker #wordpress #mysql #phpmyadmin

  15. #Shaarli: How to Add Multiple Hosts in phpMyAdmin – TecAdmin - Méthode pour gérer plusieurs bases MySQL dans un même PhpMyAdmin.

    Pour des bases en docker, installer le container PMA sur le même réseau docker et donner le nom du container pour afficher la base.

    Permet en théorie de sélectionner des bases docker internes et des bases externes (hébergeur). : tecadmin.net/add-multiple-host #phpmyadmin #docker #bases #mysql

  16. @[email protected]

    Hast Du #phpMyAdmin laufen? Das sollte eine entsprechende Option bieten.

    Wenn direkt per SQL, mehrere Möglichkeiten.

    CREATE TABLE target_table_name AS (SELECT * FROM source_tablename);

    Oder auch:

    CREATE TABLE new_table LIKE old_table

    und

    INSERT INTO new_table SELECT * FROM old_table

    Details wären zu klären...

    Siehe z.B. auch
    https://dev.mysql.com/doc/refman/8.0/en/create-table-like.html

    (Auf die Schnelle nachgeschlagen, aktuell nicht testweise ausprobiert...)

  17. Today I made a video on how to quickly and easily back up your database with phpMyAdmin. youtube.com/watch?v=4jWNEtW9JVY

  18. Gerade habe ich meine #Nextcloud auf Hub 10 oder auch Version 31 aktualisiert. Mit dem Update hat sich das erforderliche Zeilenformat der Datenbanktabellen geändert. :mastodon_oops:

    Wie du es mit #phpmyadmin lösen kannst, habe ich einmal im Blog festgehalten.

    digitalepfade.de/nextcloud-31-

    #Hub10