mysql_upgrade on multiple instances of mysql
Posted
by Ian
on Server Fault
See other posts from Server Fault
or by Ian
Published on 2009-08-27T17:32:11Z
Indexed on
2010/03/18
20:11 UTC
Read the original article
Hit count: 638
I'm running 5 instances of mysql (backup replication server), and I need to run mysql_upgrade on server id=3 (port 3303). When i try doing
# mysql_upgrade -P3303
The script runs on the #0 (id=0) instance and not #3.
Anyone know how I can do this?
© Server Fault or respective owner