Jump to content

MySQL, how does it work??


Eraz0r

Recommended Posts

first of all you will need a mysql database, if you have that you need a webserver with php (5+). If you have that and you don't have phpMyAdmin (that's a mysql manager written in php) install that, make a database in phpmyadmin add some tables if you ready with that. Download the mysql mod, can be found somewhere on the wiki, install it.

Then you need to make a connection in lua, and use all the mysql functions, if you don't know how to make a INSERT, or update go to http://www.mysql.com there is everything explained, very well.

Link to comment

first of all you will need a mysql database, if you have that you need a webserver with php (5+). If you have that and you don't have phpMyAdmin (that's a mysql manager written in php) install that, make a database in phpmyadmin add some tables if you ready with that. Download the mysql mod, can be found somewhere on the wiki, install it.

Then you need to make a connection in lua, and use all the mysql functions, if you don't know how to make a INSERT, or update go to http://www.mysql.com there is everything explained, very well.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...