🛢️MySQL Installation
Creating a local server environment on your Windows machine with XAMPP and setting up a database for FiveM involves a few steps. This guide will show you how to do it in no time!
Step 1: Update and Upgrade your linux machine
This will take a little bit so give it sometime keep your SSH connection open while running this process.
Step 2: Installing mysql-server
Step 3: Connecting to mysql
Run the following command to get into the MySQL server in SSH
Step 4: Assigning a password to the root account
Change password
with the password you want the root account for this demo we used: COOL
You can generate a secure password by visiting this website CLICK ME
Step 5: Logging back into your MySQL server after changing the password
Now enter your new password in this case it would be COOL
Step 6: Creating the FiveM database
Step 7: Exit
😊 Congratulations, you created your first database in a linux server.
Last updated