How to set up MYSQL?
#7

http://dev.mysql.com/downloads/mysql/

I always use the original stuff when coding rather than one of these packages like XAMPP or WAMP or whatever else there is out there.

The first problem with your script will probably be that they have not given you any SQL files to setup the database, or if they have you will have to insert the SQL files into the database using one of many methods. So before even trying to get a database working, check the pwn script to see if there is either: "CREATE TABLE" OR an SQL file(s) with the gamemode.

If you have knowledge of databases, mysql or otherwise, this will be handy.

Every database has:

a username and password, default setup username is usually root (ALWAYS set a password) and is usually setup to connect to all databases within your local server (home hosted).

a database which will contain:
at least one table
each table has at least one field header(thats like a header column)
each tables fields should contain 1 row of data for you to see the information within it to be displayed
Reply


Messages In This Thread
How to set up MYSQL? - by OGKushStyles - 08.11.2012, 02:45
Re: How to set up MYSQL? - by zDivine - 08.11.2012, 02:49
Re: How to set up MYSQL? - by OGKushStyles - 08.11.2012, 03:02
Re: How to set up MYSQL? - by OGKushStyles - 08.11.2012, 03:34
Re: How to set up MYSQL? - by OGKushStyles - 08.11.2012, 04:44
Re: How to set up MYSQL? - by Vince - 08.11.2012, 05:09
Re: How to set up MYSQL? - by adsy - 08.11.2012, 11:11

Forum Jump:


Users browsing this thread: 1 Guest(s)