MySQL Getting Started

Issues related to forms.
Post Reply
User avatar
Starb7
 
 
Posts: 299
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

MySQL Getting Started

Post 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
User avatar
Pablo
 
Posts: 23865
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: MySQL Getting Started

Post 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
User avatar
Starb7
 
 
Posts: 299
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: MySQL Getting Started

Post 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
User avatar
Pablo
 
Posts: 23865
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: MySQL Getting Started

Post by Pablo »

I'm sorry, there is no more information available.
Some basic knowledge of MySQL is require to use these extension.
User avatar
Starb7
 
 
Posts: 299
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: MySQL Getting Started

Post by Starb7 »

Okidoke, thanks
User avatar
onlye
 
 
Posts: 479
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: MySQL Getting Started

Post 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/
Last edited by onlye on Tue Sep 30, 2025 2:09 pm, edited 1 time in total.
onlye
Gluckstadt, MS USA
User avatar
BaconFries
 
 
Posts: 6096
Joined: Thu Aug 16, 2007 7:32 pm

Re: MySQL Getting Started

Post 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
User avatar
Starb7
 
 
Posts: 299
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: MySQL Getting Started

Post by Starb7 »

Thanks everyone ☺️
User avatar
BaconFries
 
 
Posts: 6096
Joined: Thu Aug 16, 2007 7:32 pm

Re: MySQL Getting Started

Post by BaconFries »

A update to your request. The following may help you.
https://www.quackit.com/sql/tutorial/
User avatar
Starb7
 
 
Posts: 299
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: MySQL Getting Started

Post by Starb7 »

Thanks 😀
Post Reply