Posts: 117
Threads: 4
Joined: Jan 2007
Reputation:
0
Bump.
Anyone up in making a decent MySQL beginner tutorial?
Including features like:
- Connecting to a local host
- Creating Databases
- Creating Tables
- Fetching info from the database
- Writing info to a database
- Updating a database.
Would be awesome. I'm starting to learn stuff, but there's alot of questions arising, and alot of trial and error..
Posts: 216
Threads: 45
Joined: May 2009
Reputation:
0
Theres no need to for a large TUT to help. Look at the plugin page, read what the creators description says. Get a MySQL gamemode that uses that plugin, research how the creator of the gamemode used it.
It ain't that hard.
Posts: 117
Threads: 4
Joined: Jan 2007
Reputation:
0
been there done that, that got me where I am now. Trying to do my own stuff and failing at it..
Posts: 287
Threads: 16
Joined: Nov 2007
Reputation:
0
I was pretty much self taught with the included examples from G-sTyLeZzZ's plugin and ****** searching what the functions do from php.net and the MySQL API manuals. Took me about a month to get comfortable with MySQL.
Posts: 117
Threads: 4
Joined: Jan 2007
Reputation:
0
It took me a day, and some additional information from a friend who's a PHP and C++ Scripter..
A good tip I can give is: study as much scripts where MySQL is included.. I learned alot from them, and if you still don't get how things work (like I did with the mysql_fetch_row_format and delimiters using strtok... Some very friendly guy on this forum explained it to me, which was very helpful and made me understand alot more in just a few seconds.
But I do admit this: it takes some time and work, to get to know things..