Re: MySQL install problems on OSX 10.4

2005-09-12 Thread Michael Stassen
Matt Scales wrote: I've just installed MySQL 4 4.1.12_1 +server using darwinports but I can't seem to get past this error. After installing it tells me that it cold not resolve my IP. Why are you using darwinports instead of the official binary from mysql? For reference, I've had success runni

Re: MySQL install problems on OSX 10.4

2005-09-10 Thread Gleb Paharenko
Hello. > /opt/local/var/Mattys-iMac-G5.err: Operation not permitted Check the permissions on /opt/local/var directory. Have a look here as well: http://dev.mysql.com/doc/mysql/en/starting-server.html Matt Scales <[EMAIL PROTECTED]> wrote: > I've just installed MySQL 4 4.1.12_1 +serve

Re: MySql Install problems

2001-02-27 Thread John Jensen
Now, why didn't I find that in the docs? That might have saved me a lot of frustration. On 24 Feb 2001, at 1:53, Verdius wrote: > These RPM's tend to set you up to run mysql automatically upon > boot. > Instead of trying to run mysql, just log into it: > > %> mysql -h localhost -u root -p

Re: MySql Install problems

2001-02-24 Thread Brady Orand
Did you set up the database with the scripts/mysql_install_db command? Brady... Original Message Follows From: David Richards <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: MySql Install problems Date: Sat, 24 Feb 2001 01:59:56 -0500 >Description I have installed MySql version

Re: MySql Install problems

2001-02-24 Thread Verdius
These RPM's tend to set you up to run mysql automatically upon boot. Instead of trying to run mysql, just log into it: %> mysql -h localhost -u root -p then it will prompt you for root user password. Enter it and off you go. ~Shilo --- David Richards <[EMAIL PROTECTED]> wrote: > >Descrip