Hi Ci_Liam,
Well what I do is, Load a page up that you want to display Database stuff on.
On the right Click Application.
Click Databases, Then Click the + Then MySQL_Connection.
Fill in the database stuff ie Give it a name, localhost etc then test it to see its gonna work.
If everything works fine then Click OK, You should now have a folder called Connections, You need to upload that to uyour site.
To get database information to add to your site, You need to Open the Bindings tab next to the Application Tab.
Click + then Recordset (Query).
Give the Recordset a name ie 'Users' or a name that describes whats in your database.
Choose a connection, The Connection you made above should be in the dropdown menu.
Choose a Table to pull the database information from, And click OK. You can use the Filters and Sort anytime you want once you get the hang of things.
To get the database to show on your page you need to Click the Bindings and next to your Connection you should see a +, Click that and all the fields in your table should appear.
You can now drop and drag the Bindings to your page and add anywhere you want.
Hope this is some help as I aint really a Tutorial writer lol. 🙂