Brazil's biggest MU Online portal — since 2003
Topic

Sql

All content about Sql — 33 results.

Sql

🛡️
Tutorial

How to create a MU Online server (complete 2026 guide)

The complete beginner-friendly guide to creating a MU Online private server in 2026: what each component does (SQL Server, MuServer, the game client, the launcher, the website), the recommended technology stack for different seasons, the full step-by-step process from database installation through local testing and going online, network configuration for home servers (port forwarding, No-IP, Hamachi) and VPS servers, security essentials before opening to the public (strong passwords, closed SQL port, anti-hack), choosing the right season for your goals, what to expect in terms of time investment, and the most common first-server mistakes to avoid.

15 min · Advanced ·
🗃️
Tutorial

How to configure the DataServer and data cache in MU Online

Understand the DataServer's role in MU Online, configure the SQL connection, tune the data cache, and solve connection errors to gain performance and stability.

17 min · Advanced ·
🗄️
Tutorial

How to install SQL Server 2000 for a classic MU Online server

Complete guide to installing SQL Server 2000 for old MU Online distributions (versions 0.97 and 0.99): when SQL Server 2000 is the right choice vs SQL Server 2008 R2, why SQL 2000 has compatibility issues on modern Windows and the recommended virtual machine approach, step-by-step installation on Windows XP/2003 (in VMware or VirtualBox), why Service Pack 4 (SP4) is absolutely mandatory, how to configure Mixed Mode authentication for MuServer connectivity, the Enterprise Manager and Query Analyzer tools included with SQL 2000, how to import the classic MU databases (.bak files), what to do when the installation fails on modern Windows, and the migration path from SQL 2000 to SQL 2008 R2 if your distribution supports it.

12 min · Advanced ·
🔀
Tutorial

How to migrate characters between accounts in MU Online

Learn how to transfer characters from one account to another on your MU Online server through the database, preserving items, guild, and data integrity.

12 · Advanced ·
🛡️
Tutorial

How to Optimize SQL Server for Better Performance on MU Server

Learn how to configure and optimize SQL Server for MU Online private servers, with specific queries, indexes, and memory tuning steps.

12 min · Advanced ·
🧹
Tutorial

How to create a PK Clear system via website in MU Online

Build a PK Clear system via website in MU Online to remove the killer status from characters, with a secure stored procedure, optional charging, and protection against abuse.

17 min · Intermediate ·
⚙️
Tutorial

How to set up SQL Server for MU Online

Complete guide to configuring SQL Server for a MU Online server: restoring the MuServer databases (MuOnline, EventMU, RankingMU, LogServer), the correct collation that prevents character encoding issues, creating a dedicated SQL login with the right permissions, configuring ODBC Data Source Names (DSNs) so MuServer components can reach the database, the mandatory connection test before starting any game server component, reading and interpreting connection errors, enabling automatic startup so the database starts with Windows, and the three most common SQL configuration mistakes that cause Connect Fail.

12 min · Intermediate ·
📊
Tutorial

How to generate automated economy reports for your MU Online server

Build an automated reporting pipeline that monitors Zen in circulation, item inflation, jewel drops, and the overall health of your MU Online server's economy, with ready-to-use SQL queries and configurable alerts.

17 min · Advanced ·
🛠️
Tutorial

Useful bulk Game Master scripts for your MU Online server

Automate repetitive Game Master tasks on your MU Online server with bulk scripts: item distribution, bans, mass resets, inactive account cleanup, and scheduled announcements.

15 min · Intermediate ·
🎒
Tutorial

How to restore an item lost to a bug in MU Online: support and database restoration guide

Learn the complete process for investigating and restoring items lost to bugs in MU Online, from ticket triage to safe database restoration, without opening the door to fraud.

14 min · Intermediate ·
🔤
Tutorial

How to build nickname and class change via the website in MU Online

Implement nickname and class changes via the website in MU Online with name validation, safe foreign-key updates, and optional WCoin billing.

20 min · Intermediate ·
📉
Tutorial

How to spot Zen inflation on your MU Online server before it wrecks the economy

Learn how to monitor Zen inflation indicators on your MU Online server, identify the most common sources of runaway issuance, and apply fixes before the currency loses value and drives players away.

15 min · Intermediate ·
🗄️
Tutorial

Install SQL Server 2014/2017/2019 for MU Online

Complete guide to installing modern SQL Server versions (2014, 2017, 2019) for MU Online: when modern SQL is the right choice vs SQL Server 2008 R2, the Express vs Developer vs Standard edition comparison, the full installation walkthrough with the critical Mixed Mode authentication step, why SSMS is now a separate download and how to get it, enabling TCP/IP in Configuration Manager, database compatibility levels for running classic S6 distributions on modern SQL (setting level 100 for SQL 2008 compatibility), creating the MuServer login user with T-SQL, and the most common compatibility problems when migrating a classic distribution from SQL 2008 to SQL 2019.

12 min · Intermediate ·
🖥️
Tutorial

How to Migrate and Optimize the SQL Database on Your MU Server

Step-by-step guide to safely migrating and optimizing your MU Online SQL Server database for better performance, stability, and long-term maintainability.

18 min · Advanced ·
🧬
Tutorial

How to resolve character duplication after a crash on your MU Online server

Diagnose and fix character, inventory, and Zen duplication caused by a GameServer crash or a dropped connection in MU Online, including database queries, safe rollback, and prevention via asynchronous saves.

15 min · Advanced ·
🛡️
Tutorial

How to Restore Corrupted or Invalid Data Character in MU

Advanced guide to diagnose and restore characters with corrupted data in MU Online's SQL database, covering inventory, map position, and stats.

12 min · Advanced ·
🔄
Tutorial

How to build a website reset system in MU Online

Implement a website reset system in MU Online with secure PHP validation, stored procedures in SQL Server and protection against fraud and duplicate resets.

18 min · Intermediate ·
🛒
Tutorial

How to integrate the Cash Shop (WCoin) into your MU server site

Connect the game's Cash Shop to your MU Online server site, managing WCoin, WCoinP, and Goblin Point balances with atomic SQL transactions, a top-up panel, and secure credit delivery.

26 min · Advanced ·
🔍
Tutorial

How to audit your MU Online server's economy with SQL

Use SQL queries to detect duplicated items, inflated Zen and anomalous accounts on your MU Online server, generating periodic reports that protect the economy's integrity.

17 min · Advanced ·
🔄
Tutorial

How to safely reset rankings and seasons in MU Online

A complete guide to zeroing rankings, ending seasons and starting a new cycle on your MU Online server without losing data or corrupting characters.

13 · Advanced ·
🛡️
Tutorial

How to protect your MU Online server (anti-hack and security)

Complete guide to protecting a MU Online server from hacks, cheats, and intrusions: how anti-hack works and what it actually protects (client side), the most effective server-side protections against speed hack, dupe, and item injection, hardening the SQL Server against intrusion (strong sa password, dedicated users, closed ports), securing the web panel against SQL injection and admin credential theft, Windows server hardening (strong Administrator password, non-default RDP port, RDP IP restriction), monitoring player behavior with server logs, and the layered security model — why no single solution is enough and how the layers reinforce each other.

12 min · Advanced ·
💾
Tutorial

Incremental vs. full backup for MU Online servers: which to choose

Understand the differences between full, incremental, and differential backups for MU Online servers, with script examples, retention rotation, and a testable disaster recovery plan.

15 min · Intermediate ·
🤖
Tutorial

How to build a Discord bot with custom commands for your MU Online server

Build a Discord bot in Node.js for your MU Online server, with ranking, server status, character lookup and account linking commands, querying the MuServer's MS SQL database in real time.

16 min · Intermediate ·
🏰
Tutorial

How to manage guilds and alliances through the database in MU Online

Learn to administer guilds, ranks, members and alliances directly through your MU Online server's database tables, with safe SQL and good backup practices.

12 · Advanced ·
📰
Tutorial

How to build a news and events system for your MU server website

Build a complete news and event calendar system for your MU Online website, with an admin panel, database, paginated listing, and highlighting of active events.

24 min · Intermediate ·
🗄️
Tutorial

How to install SQL Server 2008 R2 for MU Online

Complete guide to installing SQL Server 2008 R2 for a MU Online server: why it's the most compatible version for Season 6 distributions, the difference between the Express, Standard, and Enterprise editions, the full installation walkthrough (7 steps with the critical Mixed Mode authentication step explained), how to install and use SSMS (SQL Server Management Studio), enabling the TCP/IP protocol and setting port 1433 in SQL Server Configuration Manager, configuring the SQL Server Browser service, creating the SQL Server user that MuServer will connect with, the most common installation errors and fixes, and verifying the installation is working correctly before configuring the MuServer.

12 min · Intermediate ·
🔍
Tutorial

How to diagnose performance bottlenecks on a MU server

A systematic method for finding the root cause of lag and freezes on a MU Online server, isolating whether the bottleneck is in the CPU, disk, network or database before you go swapping out hardware.

15 min · Advanced ·
🎫
Tutorial

How to build a web support ticket system for MU Online

Build a support ticket system on your MU Online server's website, with tickets opened by players, staff replies, statuses, categories and an admin panel in PHP and SQL.

22 min · Intermediate ·
🛡️
Tutorial

How to Migrate SQL Server 2000 Database to SQL Server 2019 in MU

Complete step-by-step guide to migrate a MuOnline SQL Server 2000 database to SQL Server 2019 without losing characters, accounts, or items.

12 min · Advanced ·
💾
Tutorial

How to back up your MU Online server database

Complete guide to protecting your MU Online server data with SQL Server backups: what to back up and why, manual backup via SSMS step by step, automated backup with SQL Server Agent jobs, T-SQL scripts for scheduled backups, backup rotation strategy (keeping the last 7 days), how to copy backups off-server to another disk or cloud storage, how to restore from a .bak file when disaster strikes, testing your restore procedure before you need it, and choosing the right backup frequency for your server's activity level.

12 min · Intermediate ·
🤝
Tutorial

How to create a referral system in MU Online

Implement a referral system on your MU Online server's website, with unique links, Cash rewards, and protection against self-referral fraud.

17 min · Intermediate ·
📊
Tutorial

How to analyze your MU Online server's economy (Zen, Jewels, and inflation)

Learn how to measure your MU Online server's economic health by cross-referencing drop data, NPC consumption, Zen in circulation, and Jewel market prices, to spot inflation before it destroys player progression.

16 min · Intermediate ·
🔍
Tutorial

How to audit suspicious items with SQL in MU Online

Learn to investigate suspicious items on your MU Online server with forensic SQL — cross-referencing serials, options, origin and logs to tell legitimate drops from forged or duplicated items.

18 min · Advanced ·