Im just wondering, how many addons can you use per database? Like will some conflict or wont work property?
There's no simple answer to that question.
Are you talking about the .db file in the server directory, or an off-site database?
[editline]7th December 2015[/editline]
or even a flatfile database?
[QUOTE=M21z;49267654]Im just wondering, how many addons can you use per database? Like will some conflict or wont work property?[/QUOTE]
You theoretically have no limit as long as things don't overlap and your system can handle loading the file/database. Although things will take longer the larger the database. If you are trying to do something then be more specific so that we can help.
For example I make MYSQL connect to a darkrp server and make an addon from that same server which has nothing to do with darkrp (maybe like a logging addon) and connect it to the same database.. Will it work?
Yeah, that's okay
use tmysql -- way faster than mysqloo
[QUOTE=whitestar;49271657]use tmysql -- way faster than mysqloo[/QUOTE]
Added advantage of tmysql is the ability for multiple connections
[QUOTE=solid_jake;49271929]Added advantage of tmysql is the ability for multiple connections[/QUOTE]
and you don't have to do any queuing and "MySQL server has gone away" checking :D
Sorry, you need to Log In to post a reply to this thread.