Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: mop2 <invalid@xxxxxxxxxxxx>
- Date: Thu, 03 Dec 2009 22:47:48 -0200
On Thu, 03 Dec 2009 22:15:15 -0200, JRough <jlrough@xxxxxxxxx> wrote:
What I really want is mysql to work. I don't care about these UNIX
utilities unless they help the mysql command line to work.
Here is the command and error message:
janis-roughs-power-mac-g5:bin jlrough$ /usr/local/mysql*/bin/
safe_mysqld
/usr/local/mysql-5.0.82-osx10.5-powerpc/bin/safe_mysqld: line 199:
my_print_defaults: command not found
/usr/local/mysql-5.0.82-osx10.5-powerpc/bin/safe_mysqld: line 204:
my_print_defaults: command not found
The file /usr/local/mysql/bin/mysqld doesn't exist or is not
executable
Please do a cd to the mysql installation directory and restart
this script from there as follows:
./bin/mysqld_safe.
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more
information
so should I add this to my environment variable or $path?
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:
$PATH"
PATH=$PATH:/path/to/mysql*/bin/
the mysql executable is in the /bin/ directory but it doesn't fire.
thankx,
The mysql really need be in the path? With the above message from
the program, you can try to see the result:
cd to_your_sqldir # not bin, ok!?
../bin/mysqld_safe.
.
- Follow-Ups:
- References:
- on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: JRough
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: Seebs
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: JRough
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: Seebs
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: JRough
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: Seebs
- Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- From: JRough
- on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- Prev by Date: Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- Next by Date: Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- Previous by thread: Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- Next by thread: Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
- Index(es):
Relevant Pages
|