SA-MP Forums Archive
A question about SQL Databases. - 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: A question about SQL Databases. (/showthread.php?tid=517066)



A question about SQL Databases. - Johnson_Brooks - 03.06.2014

When i get a host , will i need to download the database to edit player stats or i will be able to do it via phpMyAdmin ?
I've never worked with SQL before so i dont know how that would work .


Re: A question about SQL Databases. - Jessyy - 03.06.2014

using "phpMyAdmin" to edit a sqlite database... IS NOT POSSIBLE!!!
try this:
1. download the database and edit whit a program http://sqlitebrowser.org/
2. create some admin commands that change the database while the gamemode is running


Re: A question about SQL Databases. - Johnson_Brooks - 03.06.2014

Quote:
Originally Posted by Jessyy
Посмотреть сообщение
using "phpMyAdmin" to edit a sqlite database... IS NOT POSSIBLE!!!
try this:
1. download the database and edit whit a program http://sqlitebrowser.org/
2. create some admin commands that change the database while the gamemode is running
About 2. What admin commands do you mean ?


Re: A question about SQL Databases. - Konstantinos - 03.06.2014

If you got the database with the tables and rows already, you can import it via phpMyAdmin. Search on ****** for that though, there are many tutorials.

Quote:
Originally Posted by Jessyy
Посмотреть сообщение
using "phpMyAdmin" to edit a sqlite database... IS NOT POSSIBLE!!!
try this:
1. download the database and edit whit a program http://sqlitebrowser.org/
2. create some admin commands that change the database while the gamemode is running
He never mentioned "SQLite", all he said is "SQL"..