mysql_upgrade on multiple instances of mysql
- by Ian
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?