04.06.2016, 18:52
Hey i open .sql in MYSQL and seted primary key and now its working. i know a small mysql. so let me ask you,
if i want myself admin, i open .sql in mysql again and use:
if i want myself admin, i open .sql in mysql again and use:
Код:
update table accounts set member = 1 where Username like 'Test_Name';