You should see something like...
Code:
# The following options will be passed to all MySQL clients
[client]
password = your_password
port = 3306
socket = /tmp/mysql.sock
so when you start mysql use
mysql -u root -pyour_password
thats a -p followed by whatever is in the place of your_password in the my.ini file