Hello,
I'd like to install the 'mysql' binary (the client part, not server) on vcs
This is to facilitate a script to update git descriptions from the database.
1. Any objections to installing it? (with 'apt-get install mysql').
Then I want to copy 'mgt:/root/.my.cnf' to 'vcs:/root/.my.cnf'.
But, there's already an old '.my.cnf' on vcs:
vcs:~# ls -l /root/.my.cnf
-rw------- 1 root root 76 Nov 30 2010 /root/.my.cnf
Which contains a commented-out username ('savannahscripts') and a password.
2. any objections to overriding it? (I can keep the current password commented
out).
thanks,
- assaf