SA-MP Forums Archive
MYSQL - 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 (/showthread.php?tid=343071)



MYSQL - JaKe Elite - 16.05.2012

So now i'm finding a good saving system where i can create a user control panel.
I'm current using dini which is slow. Now i'm planning to move a new saving system.

and my mind is going blowing up because the word MYSQL is always in my mind
i want to try it but i don't know what is the requirements.

My mind thinks

'Don't try MYSQL, MYSQL is hard try dini try blahblahblah'

What is the requirements for MYSQL?

is MYSQL easy or hard?


Re: MYSQL - iGetty - 16.05.2012

Have a look over some of the tutorials on these Forums.

They explain a lot and one even shows php functions to help you too.


Re: MYSQL - mprofitt - 16.05.2012

I think SQL is much easier once you get use to the context. With threaded SQL you can save as the game progresses without causing latency. The way my game mode is written, when you exit a vehicle it's position and stats are save. When money changes hands, that transaction is saved. There is no need to save all variables when the game mode exits.


Re: MYSQL - JaKe Elite - 16.05.2012

Thanks.
But can you tell me what is the requirements for MYSQL?
I wanna try MYSQL for my server.

Because i haven't try moderns before i try old school (which is dini)


Re: MYSQL - iGetty - 16.05.2012

How do you mean 'requirements'?


Re: MYSQL - JaKe Elite - 16.05.2012

Example of Requirements.

Plugins
Include
PhPMyAdmin

like that blahblahblahblah.

Wait there is another faster than MYSQL called SQL?

This forum requires that you wait 120 seconds between posts. Please try again in 11 seconds.


Re: MYSQL - mprofitt - 16.05.2012

****** phpmyadmin

Use the R6 MySQL plugin, R7 is bugged.


Re: MYSQL - JaKe Elite - 16.05.2012

Thanks
mprofit. gonna try mysql now i'm going to post if needed


Re: MYSQL - Ballu Miaa - 16.05.2012

MYSQL is the Practical Implementation of SQL


Re: MYSQL - Vince - 16.05.2012

Quote:
Originally Posted by mprofitt
Посмотреть сообщение
****** phpmyadmin

Use the R6 MySQL plugin, R7 is bugged.
R7 is most definitely not bugged. You just down know how to use it.