I'm setting up MySQL for use with Snort, but have hit a small snag. When setting the password for the database root user is the first or second reference to password where I substitute my password? # /usr/local/bin/mysqladmin -p -u root -h <hostname> password 'password'; Steve