Could we help you? Please click the banners. We are young and desperately need the money
In this guide, I will show you how to create a Database and Tables for it. We are using PhpMyAdmin to make working with MySQL easier.
Get PhpMyAdmin from here.
Go to the Database-Tab.
Enter a name for your Database and click 'create'.
You now have a empty Database. Next, enter a name for your first table, set the amount of columns your table will need and click the 'Go' button, which is located at the bottom right (sometimes hard to see on bigger screens), to begin with the table creation.
You will now see a bunch of undefined columns. We will only take a look at the most basic options.
Once you are done, press the 'save' button and your table will appear.
Click onto the Insert-tab.
You will now see an interface for filling row values. There is also an option at the bottom to set how many rows you want to add at once. Enter the values into the columns you desire and press 'Go', to add this row into your Table.