[SOLVED] Sql general help
I have little experience with sql plugins, so my questions are:
What include is the best for saving and reading various data about player very often? Is it possible to have sql saving/loading data without web database ( because i don't need web stats ) I already seen tutorials, no need for posting links, i understand the code, but i don't know "sql based" things. |
Re: Sql general help
Quote:
|
Re: Sql general help
Write your SQL code just like normal.
For connection information, use this: amx_sql_host "127.0.0.1" amx_sql_user "root" amx_sql_pass "" amx_sql_db "amx" amx_sql_type "sqlite" Then make sure the sqlite module is enabled. |
Re: Sql general help
Quote:
|
| All times are GMT -4. The time now is 00:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.