Brazil's biggest MU Online portal — since 2003
Tutorial Beginner Server

Install MySQL and phpMyAdmin for the MU server website

Many MU sites use MySQL. See how to install MySQL and phpMyAdmin to manage your site's database.

VI ViciadosMU Team · Updated on 30 jun 2026 · ⏱ 6 min read

Many MU Online web systems use MySQL. If your site depends on it, installing MySQL + phpMyAdmin is the way. (With XAMPP/AppServ, both come bundled.)

Nota: Remember: the game uses SQL Server; the site may use MySQL. Check what your web system requires before installing.

Simplest path: XAMPP/AppServ

If you use XAMPP or AppServ, MySQL and phpMyAdmin come included — just start the service. See the dedicated tutorials for those packages.

Dedicated MySQL installation

  1. Download the MySQL Community Server;
  2. Install choosing the default configuration (server + client);
  3. Set the root password;
  4. Download phpMyAdmin and place it in your server's web folder;
  5. Configure phpMyAdmin to connect to MySQL (root user).
Atenção: Use a strong password for the MySQL root and never expose the port (3306) to the internet unnecessarily. Protect phpMyAdmin with a password/restricted access.

Using phpMyAdmin

  • Create the site's database;
  • Import the tables (the web system's .sql file);
  • Create a dedicated user for the site (instead of root);
  • Manage data visually.
Dica: For production, create a MySQL user just for the site, with permission only on its database. Never use root in the site's config file.

Next steps

With MySQL ready, configure the site connection (see host the server website) and proceed to the CMS/ranking settings.

Perguntas frequentes

Does MySQL replace the game's SQL Server?

No. The game (MuServer) uses SQL Server (Microsoft). MySQL is used by many MU sites/panels. In some setups, the site talks to SQL Server; in others, it uses its own MySQL.

What is phpMyAdmin for?

It's a web tool to manage MySQL visually: create databases, import tables, run queries and edit data without using the command line.

VI

ViciadosMU Team

Equipe editorial do ViciadosMU — portal de MU Online no ar desde 2003.

Keep reading

Related articles