Hi;
I have just installed the mysql on Mac OS X, opened the terminal trying to type this command:
shell%sudo /usr/local/mysql/bin/mysql_safe
but I got Command not found.
Last login: Thu Mar 31 14:19:03 on ttyp1
Welcome to Darwin!
[SunKim:~] Charlton% shell%sudo /usr/local/mysql/bin/mysql_safe
tcsh: shell%sudo: Command not found.
[SunKim:~] Charlton%
Can you help me for this? Thanks.
problem of terminal
Moderators: egami, macek, gesf
Mac OS X is bassed on nix (BSD is think actually).
So the commands are really simular to nix.
But from the error message it is saying that the sudo command doesn't exist because it's not the same as nix.
Try it again without the sudo bit.
So the commands are really simular to nix.
But from the error message it is saying that the sudo command doesn't exist because it's not the same as nix.
Try it again without the sudo bit.