Tag: mysql
- Adminer Local Database Management Guide · Databases — A single-file PHP database tool, Adminer can be deployed at http://localhost/adminer to manage MySQL, MariaDB, SQLite, and more.
- Using MariaDB on localhost · Databases — MariaDB is an open-source branch of MySQL, and local stacks like XAMPP default to using MariaDB, connecting via localhost:3306.
- Using MySQL on localhost · Databases — Install and connect to MySQL in a local environment, managing databases with phpMyAdmin or the command line for applications like WordPress and Drupal.
- phpMyAdmin Local Usage Guide · Databases — Manage MySQL/MariaDB databases in your browser at http://localhost/phpmyadmin, create tables, and import/export SQL.