wampthing Posted November 15, 2005 Posted November 15, 2005 I am working with a program that appears not to have a way to change the main Email address. What is the easiest way to go into the Database and change the entry manually? I do not see a way to edit the table via PhpMyAdmin. Am I over looking something? Quote
TCH-Dick Posted November 15, 2005 Posted November 15, 2005 Well you can..... Select the database from the drop down Click the table you want to edit Select the Browse tab Find the row you want to edit Click the pencil icon Edit and Save or Select the database from the drop down Select the Search tab and search Click Browse link on correct result Click the pencil icon Edit and Save or Select the database from the drop down Select the SQL tab Enter something like >UPDATE `table` SET `field` = new_address WHERE `field` = old_address'; Press GO Quote
wampthing Posted November 15, 2005 Author Posted November 15, 2005 Works Dandy! Thanks for the help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.