Eraz0r Posted May 18, 2008 Share Posted May 18, 2008 Hi, I habe the following problem: I want to execute some SQL commands but I don't know where I can select the Server and the account. pls help me Link to comment
Eraz0r Posted May 18, 2008 Author Share Posted May 18, 2008 Hi, I habe the following problem: I want to execute some SQL commands but I don't know where I can select the Server and the account. pls help me Link to comment
Borov Posted May 18, 2008 Share Posted May 18, 2008 be patient, I'll make a database tutorial to put on the wiki Link to comment
Borov Posted May 18, 2008 Share Posted May 18, 2008 be patient, I'll make a database tutorial to put on the wiki Link to comment
DutchCaffeine Posted May 19, 2008 Share Posted May 19, 2008 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
DutchCaffeine Posted May 19, 2008 Share Posted May 19, 2008 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
Eraz0r Posted May 20, 2008 Author Share Posted May 20, 2008 Well thanks a lot. I know about MySql. I've downloaded the module and everything is working good. Thx Link to comment
Eraz0r Posted May 20, 2008 Author Share Posted May 20, 2008 Well thanks a lot. I know about MySql. I've downloaded the module and everything is working good. Thx Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now