VisualGuideToInstallingStendhalStep1: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
add some missing images
imported>Oslsachem
Line 2: Line 2:
You need a database to manage and store adequately the user accounts and other info.
You need a database to manage and store adequately the user accounts and other info.


===Step 1.1. Install MySQL===
==Step 1.1. Install MariaDB==
Go to the MySQL website and download the easiest and smallest binary installer package (named essential):


Go to the MariaDB downloads website:
[http://dev.mysql.com/downloads/mysql/5.0.html#downloads MySQL 5.0 Community Server]


http://downloads.askmonty.org/mariadb/
Double click on the file


[[Image:Step11MySQLInstall01.png]]


[[File:InstallMariaDB01.png]]
Choose <tt>Typical</tt>


And download the Windows installer package:
[[Image:Step11MySQLInstall02.png]]


Click on <tt>Install</tt>
[[Image:Step11MySQLInstall03.png]]


[[File:InstallMariaDB02.png]]
Wait


[[Image:Step11MySQLInstall04.png]]


Double click on the downloaded file:
Choose <tt>skip sign-up</tt> and click on <tt>Next</tt>


[[Image:Step11MySQLInstall05.png]]


[[File:InstallMariaDB03.png]]
Click on <tt>Finish</tt>


[[Image:Step11MySQLInstall06.png]]
[[File:InstallMariaDB04.png]]

[[File:InstallMariaDB05.png]]


Choose custom setup to avoid installing unnecessary components which just will take up disk space:


[[File:InstallMariaDB06.png]]


Write a password for the root user, which will be needed any time you want to directly manage a database. Programs can be set up to remember it, though.


[[File:InstallMariaDB07.png]]

[[File:InstallMariaDB08.png]]

[[File:InstallMariaDB09.png]]

[[File:InstallMariaDB10.png]]


===Step 1.2. Configure MySQL===
===Step 1.2. Configure MySQL===