help with LAMP mainly MySQL

Associate
Joined
19 Jul 2006
Posts
1,847
you shouldn't need to specify the host if your MySQL system is installed locally. Depending on how you installed it, you'll need
> mysql -p

(which will take your username as who you are logged in on as, use whoami at the command line to check this)
 
Back
Top Bottom