Guest Posted February 12, 2008 Posted February 12, 2008 Hello, I never used PHPmyAdmin or mySQL before. Below is one line of text from an mySQL file I need to enter. Can someone give me any guidence on how to enter this info. into phpmyadmin. I click on "Configurations", then it brings up all my fields, then I don't know which action to choose and then where do I put my values? This is one line of text in "smtp_sql.sql" file INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('SMTP Server Host Address', 'EMAIL_SMTP_HOST_SERVER', 'smtp.mailserver.net', 'The fully qualified host name of the SMTP server.', '12', '10', NULL, now()); Thanks
krnl Posted February 12, 2008 Posted February 12, 2008 Login to phpMyAdmin as a user with administrative privileges to the database, then Select your database in the left column Click the "SQL" tab at the top of the page Paste your query into the big box and click the "Go" button.
Guest Posted February 12, 2008 Posted February 12, 2008 Login to phpMyAdmin as a user with administrative privileges to the database, then Select your database in the left column Click the "SQL" tab at the top of the page Paste your query into the big box and click the "Go" button. Thanks, That worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.