problem with Mac OS X install

2003-07-01 Thread Werner van Mook
Hi all, I'm new to this list so forgive me if I tear open old wounds..;-) I installed MySQL 4.0.13 on my mac with OS X 10.2.6 I followed the instructions onthe mysql.com site. Everything seems to be in order until I have to do : /usr/local/mysql/bin/mysqladmin -u root password password I run

Re: problem with Mac OS X install

2003-07-01 Thread tlr7425
everything you need to know and do is here: http://www.entropy.ch/software/macosx/mysql/ On Tuesday, July 1, 2003, at 04:30 PM, Werner van Mook wrote: Hi all, I'm new to this list so forgive me if I tear open old wounds..;-) I installed MySQL 4.0.13 on my mac with OS X 10.2.6 I followed the

Re: problem with Mac OS X install

2003-07-01 Thread Ware Adams
I think you have some slight errors in your connection line: Werner van Mook wrote: /usr/local/mysql/bin/mysqladmin -u root password password should be: /usr/local/mysql/bin/mysqladmin -u root --password=password /usr/local/mysql/bin/mysqladmin -u root -h `hostname` password password should