Setting my Admin Level - MySQL !
#6

Mysql Query ( create column AdminLevel in accounts table after column key ) :
Quote:

ALTER TABLE `accounts`
ADD COLUMN `AdminLevel` int(11) NOT NULL DEFAULT 0 AFTER `Key`;

and save your admin level to this column ( like save username, password, etc )
Reply


Messages In This Thread
Setting my Admin Level - MySQL ! - by hewittpro - 27.10.2013, 02:32
Re: Setting my Admin Level - MySQL ! - by hewittpro - 27.10.2013, 02:59
Re: Setting my Admin Level - MySQL ! - by Mattakil - 27.10.2013, 03:02
Re: Setting my Admin Level - MySQL ! - by hewittpro - 27.10.2013, 03:07
Re: Setting my Admin Level - MySQL ! - by hewittpro - 27.10.2013, 03:27
Re: Setting my Admin Level - MySQL ! - by rickisme - 27.10.2013, 03:48
Re: Setting my Admin Level - MySQL ! - by Jerm - 27.10.2013, 04:46

Forum Jump:


Users browsing this thread: 1 Guest(s)