
WW2dude wrote: I just installed it using EasyMOD on a 2.0.17 board and it works fine.
Awesome mod, good work!![]()
3Di wrote:pavel01 wrote:It says this:
#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE `phpbb_users` ADD `user_binary` TINYINT( 1 ) DEFAULT '0' NOT NULL ;
#
and I don't know how to do this, i am in mySQL phpmyAdmin and I don't know how to do this line, can someone please lead me through this ???
select your database (left window), press SQL (up in the screen), insert this query in the input window:click GO.Code: Select all
ALTER TABLE `phpbb_users` ADD `user_binary` TINYINT( 1 ) DEFAULT '0' NOT NULL ;
Swizec wrote: Yes, this is not usually found within the ACP, you have to open up your database administration thingy. Usually this is phpMyAdmin and you ahve to either know how to reach it or ask your host as to how you can reach it. You then have to click on the SQL tab thingy and simply insert the query and execute it by clicking "Go".
That's it, if you have a different sql administration thing then you have to do it the way that requires it done.
If you had used EasyMod it can do SQL changes automatically and you do not need to wory about them![]()