View Single Post
  #8  
Old 06-16-2014, 12:35 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

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
__________________
Maybe I should try making one of these servers...
Reply With Quote