Re: Could not find my_print_defaults

2011-03-08 Thread David Gentry
Ryan, I did all of the cleaning I knew how, and the results are not good. I still get Could not find mysqld and the statement that non-existent directories were searched. I can fix that with --basedir= or --srcdir=, but that will not help if mysqld is corrupt which it is. It appears that my

Re: Could not find my_print_defaults

2011-03-07 Thread David Gentry
mysql_install_db. This command got me past that error message: sudo mysql_install_db5 --basedir=/opt/local/bin, but it gave me the following error: FATAL ERROR: Could not find my_print_defaults The following directories were searched: /opt/local/bin/bin /opt/local/bin/extra

Fwd: Could not find my_print_defaults

2011-03-07 Thread David Gentry
Schmidt ryandes...@macports.org Cc: macports-users@lists.macosforge.org Subject: Re: Could not find my_print_defaults Ryan, 1. I tried specifying a basedir as you suggested to no avail. Adding /bin to /opt/local/lib/mysql5 helped but not much. Then I tried sudo mysql_install_db5 --srcdir=/opt

Re: Could not find my_print_defaults

2011-03-07 Thread Ryan Schmidt
On Mar 7, 2011, at 19:29, David Gentry wrote: I apologize for the message below. After I sent it, I discovered that my mysqld file is not provided by MacPorts. None of the other files I moved today are provided by MacPorts either. Since they are not provided by MacPorts, I trashed my

Re: Could not find my_print_defaults

2011-03-06 Thread Ryan Schmidt
--basedir=/opt/local/bin, but it gave me the following error: FATAL ERROR: Could not find my_print_defaults The following directories were searched: /opt/local/bin/bin /opt/local/bin/extra If you compiled from source, you need to run 'make install' to copy the software

Could not find my_print_defaults

2011-03-05 Thread David Gentry
error: FATAL ERROR: Could not find my_print_defaults The following directories were searched: /opt/local/bin/bin /opt/local/bin/extra If you compiled from source, you need to run 'make install' to copy the software into the correct location ready for operation. If you are using a binary