How would I create SQL tables for this?
#2

It isn't hard but it can get messy because you are never 100% sure what the table contained, now if I'm not mistaken you created a topic about this a few days ago and I told you the simplest thing to do is ask your scripter nicely to give you the database dump.

You obviously need a mysql server running and I would recommend you to have an webserver with phpmyadmin, it makes your job a lot easier.

You can however execute queries soley on the mysql server without using the phpmyadmin interface, however because you have zero knowledge about SQL that can get kind of hard.

Here are a few queries your going to need

http://www.w3schools.com/sql/sql_create_db.asp
http://www.w3schools.com/sql/sql_create_table.asp

I recommend you also take a look at the tutorials here https://sampforum.blast.hk/showthread.php?tid=360911 if you scroll down to Tutorials about register and login, you'll find some about mysql. They'll teach you some basics. Depending on how big your script is, it can be a pain in the ass to reconstructe the database.
Reply


Messages In This Thread
How would I create SQL tables for this? - by Luke_James - 21.08.2012, 11:08
Re: How would I create SQL tables for this? - by playbox12 - 21.08.2012, 12:15
Re: How would I create SQL tables for this? - by Luke_James - 21.08.2012, 12:43
AW: How would I create SQL tables for this? - by Johndaonee - 21.08.2012, 13:05
Re: How would I create SQL tables for this? - by Luke_James - 21.08.2012, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)