fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#PHPMyAdmin

0 posts0 participants0 posts today

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

Greenwebpage Community · How to Install phpMyAdmin on Debian 12If you are using Debian 12 and you would like to learn how to install phpMyAdmin, you can use this guide. Learn more!

⚙️ 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 hosting is engineered on high-availability infrastructure, with ...
Continued 👉 blog.radwebhosting.com/%e2%9a% #phpmyadmin #postgresql #cloudlinux #laravel #phppgadmin #letsencrypt #joomla #mariadb #litespeed #csf #wpcli #softaculous

Rad Web Hosting25x Faster SSD Shared Hosting - Powered by cPanel | Rad Web Hosting
More from Rad Web Hosting

#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

TecAdmin · How to Add Multiple Hosts in phpMyAdmin – TecAdminThis how to guide will help you to add multiple hosts ( database server ) in phpMyAdmin, So we can select to which database server we need to connect.
Replied in thread

@tuxi_backup@friendica.opensocial.space

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...)

dev.mysql.comMySQL :: MySQL 8.0 Reference Manual :: 15.1.20.3 CREATE TABLE ... LIKE Statement

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-

DigitalePfade-Blog · Nextcloud 31 (Hub 10): So behebst du das Zeilenformat-Problem
More from Alexander Müller