Page 1 of 1
MySQL Getting Started
Posted: Mon Sep 29, 2025 9:47 am
by Starb7
Hi All
Have been browsing and can see lots of topics about MySQL, etc.
I was wondering if there was a 'Getting Started' tutorial or guide on the site? I have had a look around and can see parts about forms and database, etc, but would like to see a project that guides a noob from getting a database created to creating a form to read and write data from within (the features of) WWB. Does anyone have anything like this they could share?
TIA
Paul
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 2:29 pm
by Pablo
MySQL is not specific to WWB.
So, any code that works elsewhere will also work in WWB.
If you are looking for ways to insert custom code then this may be helpful:
https://wysiwygwebbuilder.com/add_html.html
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 3:39 pm
by Starb7
Hi Pablo
Apologies, I thought the MySQL Connector and Table Editors were part of WWB and wondered if there were any 'in depth' guides on how to use. I have seen the 'Help' info and just thought there might be someone who has created a project and example.
As always, many thanks.
Cheers
Paul
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 6:09 pm
by Pablo
I'm sorry, there is no more information available.
Some basic knowledge of MySQL is require to use these extension.
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 7:46 pm
by Starb7
Okidoke, thanks
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 8:16 pm
by onlye
try W3 Schools as a source to learn more. There is a SQL course that will give you the basics and should be a benefit when using SQL tools in Wizzy. The courses are nicely layed out, short lessons with quizes and exercises. And if you don't need the certificate the course is free.
I have taken the HTML, CSS, JavaScript, PHP, and SQL courses. All have contributed to helping me understanding more of what Wizzy is doing behind the easy to use UI that Pablo has provided.
https://www.w3schools.com/
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 8:52 pm
by BaconFries
From WiKi How there is also a downloadable PDF for reading later. Last Updated: February 24, 2025
How to Create a Database in MySQL
Re: MySQL Getting Started
Posted: Mon Sep 29, 2025 8:56 pm
by Starb7
Thanks everyone

Re: MySQL Getting Started
Posted: Sat Oct 04, 2025 10:52 am
by BaconFries
A update to your request. The following may help you.
https://www.quackit.com/sql/tutorial/
Re: MySQL Getting Started
Posted: Sat Oct 04, 2025 10:59 am
by Starb7
Thanks
