top of page

Installation guide
 

Step 1

Download Final Fantasy 11

mysql-create-database-workbench.png

Step 2

Download MySQL Server 5.6

Step 3

Download MySql Workbench

MYSQL SERVER 5.6

​

Choose Typical Installation

 

After the main installation, select Launch the MySQL Instance

 

Configuration Wizard

 

Select Detailed Configuration

 

Select Developer Machine

 

Select Multi-functional Database

 

Standard Installation Directory

 

Select Manual Setting and 1000 Concurrent connections

 

Select Enable TCP/IP Networking, Port Number 3306, and Enable

Strict Mode

 

Select Best Support for Multilingualism

 

Select Install as Windows Service, Launch the MySQL Server automatically,

and Include Bin Directory in Windows PATH.

 

Select Modify Security Settings, and enter a new password twice.

 

Write down the MySQL password. (DO NOT LEAVE BLANK.)

 

Select Next, Execute, then Finish

Step 4

Download Navicat Lite

Step 5

Download Visual Studio 2022

MySQL SERVER 5.6

mysql-create-database-workbench.png

Step 2b

Download MySQL Server 5.7

mysql - Community installer

Step 3b

Download MySql Workbench

MySQL 5.7 (New)

​

Note: Server is x86, but will install 32-bit and 64-bit binaries.

 

Accept License Terms

 

Choosing setup type: Keep defaults. Note, you can select "Server only", but Developer Default will allow you to skip the MySQL Workbench below, and it will require more diskspace.

 

Check Requirements: Click next. You should not need anything that shows "Manual", but you can download the modules separately if you do need them later for some reason. *Note, if you are missing some of the elements (Status = manual), it will pop up with a message stating "One or more product requirements have not been satisfied". Click yes to continue.

 

Installation: It will show a list of those things that you will install (it will not list those that had "Manual" in previous step). Click Execute.

Product Configuration: This screen will just tell you that there is still some stuff to configure. Click Next.

 

Group Replication: Leave default setting (Standalone MySQL Server / Classic MySQL Replication) and click Next

 

Type and Networking: Leave default settings and click Next (Only reason you would need to change is if you are planning to run a dedicated online server, in which case, I hope you know what these options already mean...)

 

Accounts and Roles: Enter MySQL Root Password, twice. Remember it! - Click Next

 

Windows Service: Leave default settings and click Next.

 

Plugins and Extensions: Leave default settings and click Next.

 

Apply Configuration: Click Execute. It will show you the progress as it configures your MySQL installation. Once complete, click Finish

 

Product Configuration: Click Next, (This will set up some samples and examples databases)

 

Connect to Server: Enter the password you entered for the MySQL (Under Accounts and Roles section) at the bottom where it asks for password, then click Check. As long as the password is correct, it will ungrey the Next button and allow you to continue. Click Next.

 

Apply Configuration: Just like the Apply configuration above. Click Execute, it will configure, then click Finish once complete.

Product Configuration: Click Next.

Installation Complete: As per the title, you are done. Click Finish and enjoy your new MySQL database.

MySQL SERVER 5.7

MySQL Workbench

Use default installation options. This can still be installed and will still function even if you use MariaDB instead of stock MySQL. It will generate a few warnings from by a version number check that you can safely ignore.

Visual Studio 2019

Any edition works. Community is free.

Make sure you install Desktop development with C++ when selecting development packages.

Git for Windows

Use default installation options.

TortoiseGit

Use default installation options. You can skip the step to reboot since we'll reboot once everything else is installed.

Visual C++ Redistributable Runtime 2015

Use default installation options.

.Net 4.6 (or higher)

Use default installation options. It probably comes with your Visual Studio install anyway. Dot Net Frameworks always come with all prior versions packed in, so you never need to install multiple versions.

<?xml version="1.0" encoding="UTF-8"?>

-<settings>


-<profile name="">

<consolekey>Insert</consolekey>

<uiscale>1</uiscale>

<args>--server 127.0.0.1</args>

</profile>

</settings>

Xi Locader settings

bottom of page