I’m new with mysql.
I have a list of 10 databases with same table structure.
Need to update same table for each database.
Is there any option to do it through phpmyadmin without selecting each database?
or is any function that will be like: USE LIKE gc%
?
2
Answers
If its raw data you need to update, make a transaction like this. You cant escape the fact you need 10 different queries.
when you have multiples databases with same name this is one option.
the names of schemas begin with "c_"