SA-MP Forums Archive
Yo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Yo (/showthread.php?tid=571292)



Yo - Antoniohl - 17.04.2015

Can we use MYSQL and Y_INI in the same time?


Re: Yo - RebeloX - 17.04.2015

Yes.


Re: Yo - Michael B - 17.04.2015

Of course. Both are file writting systems, just that MySQL uses Structured Query Language to add information into a database. You could use MySQL to save server accounts and y_INI for vehicles, gangs and other things.


Re: Yo - Antoniohl - 17.04.2015

Thank you


Re: Yo - Vince - 17.04.2015

Quote:
Originally Posted by Michael B
Посмотреть сообщение
Of course. Both are file writting systems, just that MySQL uses Structured Query Language to add information into a database. You could use MySQL to save server accounts and y_INI for vehicles, gangs and other things.
I'm sorry, but that just seems silly. If you're going to use MySQL you might as well use it for everything. The only thing you might need files for, still, is logging which doesn't require an INI system.


Re: Yo - RebeloX - 17.04.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
I'm sorry, but that just seems silly. If you're going to use MySQL you might as well use it for everything. The only thing you might need files for, still, is logging which doesn't require an INI system.
Yes, if you want to logging just use fwrite, no need to use any INI system..


Re: Yo - TheSnaKe - 17.04.2015

Yes you can, but it's better if you use only 1, INI or MySQL.


Re: Yo - Pi5tol - 17.04.2015

Indeed, it's possible, sir.


Re: Yo - SoldierX - 18.04.2015

Yes, I suggest you to use ini. Kindda' easy.


Re: Yo - Kapersky™ - 18.04.2015

Yes you can, but using two systems at the same time, will mess up the things. Better use MySQL.