Help mysql server | make own admin, delete acounts
#1

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?
Reply
#2

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.
Reply
#3

is not ... .any help?
Reply
#4

Do you have phpMyAdmin installed?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)