SA-MP Forums Archive
Help mysql server | make own admin, delete acounts - 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: Help mysql server | make own admin, delete acounts (/showthread.php?tid=438907)



Help mysql server | make own admin, delete acounts - Vladfun - 22.05.2013

I have a mysql server , on the internet.
how i can delete all acounts and make me admin on my server?
I ask becouse i have not file ~/scriptfile/user
any one can help me?


Re: Help mysql server | make own admin, delete acounts - Johnson_boy - 22.05.2013

To delete all users run the following query:

Код:
TRUNCATE TABLE `table`;
Make sure you change `table` to what your user table is called. (This deletes every entry in the table)

I can't really help you with how to make yourself an admin since I don't know the field nor value for admin.


Re: Help mysql server | make own admin, delete acounts - Vladfun - 22.05.2013

is not ... .any help?


Re: Help mysql server | make own admin, delete acounts - Rillo - 22.05.2013

Do you have phpMyAdmin installed?