• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

mySQL

vage

2[H]4U
Joined
Jan 10, 2005
Messages
3,038
Hey I installed mySQL on my powerbook g4 but how do I run it so that I can type in my querries and everything? On a PC there is just an option to start a mySQL command line prompt but I don't know how to get that on my mac.
 
Open terminal

I believe it will be

/usr/local/bin/mysql/bin/mysql -u root -p


-David

EDIT: CORRECTION -> /usr/local/mysql/bin/mysql -u root -p
 
Is the MySQL deamon running? If not, the command line client will barf when you try to start it up.

If you installed it using the prebuilt package then you should be able to start it up in the system preferences and have it auto-start every time you boot. If you installed it otherwise then go to the directory where you installed it, find the bin/ subdirectory and start things from there.
 
Back
Top