Topic: phpMyAdmin / SQL Simple Help Needed
I am a complete noob when it comes to phpmyadmin and mysql. I really have no idea what Im doing. Since I know you guys are awesome at php I hoped somebody might also understand mysql
I have been told in a mod file I need to:
INSERT INTO prefix_config (config_name, config_value) VALUES ('allow_multiple', '1');
I have PHPMyAdmin 2.6.3 and have managed to locate prefix_config.
I clicked on prefix_config, and saw two files (config_name, config_value) just like it said I would in the hack. The trouble is I dont know how to insert VALUES ('allow_multiple', '1').
Can somebody please give me a step by step guide on how to achieve this? Keep in mind I'm new to phpmyadmin/mysql
Thanks!
Will