Hello folks I need to install one script and now i am stuck here with some unusual thing.I see this message: Access your database using your preferred MySQL administration tool and find the ‘settings_values’ table. I am in mysql databse which i entry from phpmyadmin,but there in that new created database i can't see: ‘settings_values’ table. Where ‘settings_values’ table. is located? I am confused Thanks
No.Script is already installed,but have blank field. I have connected script with database,but i need to put name of my url in ‘settings_values’ like next step.But can't find that table,because is not in my database structure in phpmyadmin. Very strange
That is... a very bad design, if that's the case. First of all, there should be no reason for you to manually edit the tables/content. If you need to enter data, it should be through form-fields in the setup process. And... why in the world would you need to have your URL put into the database? There's no reason to have that in there, as it is very easily pulled from the actual server-variables in the script itself. Since we don't know what the script is or does, it's hard to tell you what to do, but I would suggest maybe try to find something a bit better coded.