I have a few questions:
1. Can you search a whole DB for tables that contain a certain field? For example Search DB1 for any table that contains the field username?
2. How can I go about changing the prefix on every table name without indivudually doing it? ie. ex_table1, ex_table2, ex_table3, ex_table4 and change this to ie_table1, ie_table2, ie_table3, ie_table4
I appreciate the help!