SA-MP Forums Archive
MySQl Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQl Problem (/showthread.php?tid=480334)



MySQl Problem - AiRaLoKa - 10.12.2013

Hi all...

i have a problem with BlueG's MySql, how can i write the values? i've tried to search all along day, but i still cannot find it.

please help me!(+rep)


Re: MySQl Problem - AiRaLoKa - 10.12.2013

sorry for double post

but anyone?....


Re: MySQl Problem - Vince - 10.12.2013

Do you know how to write queries? If not, go learn the SQL first.


Re: MySQl Problem - DarrenReeder - 10.12.2013

Hey AiRA, great to see your choosing to learn MySQL, its a great way of storing data (not just on SAMP, but with data from all over life)...

When you say your having trouble writing values, what do you mean? What are you trying to achieve with mysql and where are you stuck?

Have you used databases before? do you know what a table, record, attribute is?

Just give us more info on WHAT your trying to achieve


Re: MySQl Problem - AiRaLoKa - 11.12.2013

it was my fault, i used the R7 version when mysql_query is only exist on R5 and R6.

@DarrenReader:
i never used databases before, i want to save my players data using mysql.
can you give me the easiest way to use mysql?