PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.databases.mysql > mysql Mac OS X 10.5 (x86) startup problems
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
mysql Mac OS X 10.5 (x86) startup problems

Réponse
 
LinkBack Outils de la discussion
Vieux 14/04/2008, 00h59   #1
neridaj@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut mysql Mac OS X 10.5 (x86) startup problems

I just installed mysql Mac OS X 10.5 (x86) on my new MacBook running
Leopard and I can't get mysql started. I've tried the shell command:

sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

which returns:

sudo: /Library/StartupItems/MySQLCOM/MySQLCOM: command not found

I've also installed the startup item and the preferences pane icon -
when clicked does nothing. I've had this problem when I installed the
wrong version on a different machine but this is the correct version
for my system specs:

2.4 Ghz Intel Core 2 Duo
OSX version 10.5.2

Any would be appreciated,

Jason

  Réponse avec citation
Vieux 14/04/2008, 02h50   #2
Peter H. Coffin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mysql Mac OS X 10.5 (x86) startup problems

On Sun, 13 Apr 2008 15:59:01 -0700 (PDT), neridaj@gmail.com wrote:
> I just installed mysql Mac OS X 10.5 (x86) on my new MacBook running
> Leopard and I can't get mysql started. I've tried the shell command:
>
> sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
>
> which returns:
>
> sudo: /Library/StartupItems/MySQLCOM/MySQLCOM: command not found


sudo can't find a thing called /Library/StartupItems/MySQLCOM/MySQLCOM
to run it.

$ sudo blargle
Password:
sudo: blargle: command not found

Double-check your typing/naming/path.

--
30. All bumbling conjurers, clumsy squires, no-talent bards, and cowardly
thieves in the land will be preemptively put to death. My foes will surely
give up and abandon their quest if they have no source of comic relief.
--Peter Anspach's list of things to do as an Evil Overlord
  Réponse avec citation
Vieux 14/04/2008, 05h40   #3
neridaj@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mysql Mac OS X 10.5 (x86) startup problems

On Apr 13, 5:50 pm, "Peter H. Coffin" <hell...@ninehells.com> wrote:
> On Sun, 13 Apr 2008 15:59:01 -0700 (PDT), neri...@gmail.com wrote:
> > I just installed mysql Mac OS X 10.5 (x86) on my new MacBook running
> > Leopard and I can't get mysql started. I've tried the shell command:

>
> > sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

>
> > which returns:

>
> > sudo: /Library/StartupItems/MySQLCOM/MySQLCOM: command not found

>
> sudo can't find a thing called /Library/StartupItems/MySQLCOM/MySQLCOM
> to run it.
>
> $ sudo blargle
> Password:
> sudo: blargle: command not found
>
> Double-check your typing/naming/path.
>
> --
> 30. All bumbling conjurers, clumsy squires, no-talent bards, and cowardly
> thieves in the land will be preemptively put to death. My foes will surely
> give up and abandon their quest if they have no source of comic relief.
> --Peter Anspach's list of things to do as an Evil Overlord


That was a straight copy and paste from the ReadMe included with the
mysql.dmg.
  Réponse avec citation
Vieux 14/04/2008, 15h46   #4
Kenoli
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mysql Mac OS X 10.5 (x86) startup problems

On Apr 13, 8:40pm, "neri...@gmail.com" <neri...@gmail.com> wrote:
> On Apr 13, 5:50 pm, "Peter H. Coffin" <hell...@ninehells.com> wrote:
>
>
>
> > On Sun, 13 Apr 2008 15:59:01 -0700 (PDT), neri...@gmail.com wrote:
> > > I just installed mysql Mac OS X 10.5 (x86) on my new MacBook running
> > > Leopard and I can't get mysql started. I've tried the shell command:

>
> > > sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

>
> > > which returns:

>
> > > sudo: /Library/StartupItems/MySQLCOM/MySQLCOM: command not found

>
> > sudo can't find a thing called /Library/StartupItems/MySQLCOM/MySQLCOM
> > to run it.

>
> > $ sudo blargle
> > Password:
> > sudo: blargle: command not found

>
> > Double-check your typing/naming/path.

>
> > --
> > 30. All bumbling conjurers, clumsy squires, no-talent bards, and cowardly
> > thieves in the land will be preemptively put to death. My foes will surely
> > give up and abandon their quest if they have no source of comic relief.
> > --Peter Anspach's list of things to do as an Evil Overlord

>
> That was a straight copy and paste from the ReadMe included with the
> mysql.dmg.


Check here:

http://www.entropy.ch/software/macosx/mysql/

Follow all of his instructions for setting permissions, user and
password. It should get your mysql running. I just did an update to
mysql 5 and immediately had some similar problems as yours, which were
solved once I got these issues straightened out. For an initial
install, a superuser is set up (I think simply "admin", but I can't
remember) with no password that lets you set up everything else.

Remember that when you do things from the terminal command line on a
mac you have to use "sudo" to set yourself up as a superuser. If you
use the "sudo -s" command, it will give you a superuser prompt so you
don't have to renew your sudo status regularly, but be careful as this
status will let you do horrible things like erase your whole drive.

Try following the entropy instructions exactly, say a few
incantations, and try to believe that it will work and chances are you
will get it up and running.

Each time you follow one of the entropy directions, try starting it
from the preference pane again. One time it will actually work.

--Kenoli
  Réponse avec citation
Vieux 15/04/2008, 05h33   #5
Peter H. Coffin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: mysql Mac OS X 10.5 (x86) startup problems

On Sun, 13 Apr 2008 20:40:00 -0700 (PDT), neridaj@gmail.com wrote:
> On Apr 13, 5:50 pm, "Peter H. Coffin" <hell...@ninehells.com> wrote:
>> On Sun, 13 Apr 2008 15:59:01 -0700 (PDT), neri...@gmail.com wrote:
>> > I just installed mysql Mac OS X 10.5 (x86) on my new MacBook running
>> > Leopard and I can't get mysql started. I've tried the shell command:

>>
>> > sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

>>
>> > which returns:

>>
>> > sudo: /Library/StartupItems/MySQLCOM/MySQLCOM: command not found

>>
>> sudo can't find a thing called /Library/StartupItems/MySQLCOM/MySQLCOM
>> to run it.
>>
>> $ sudo blargle
>> Password:
>> sudo: blargle: command not found
>>
>> Double-check your typing/naming/path.
>>
>> --
>> 30. All bumbling conjurers, clumsy squires, no-talent bards, and cowardly
>> thieves in the land will be preemptively put to death. My foes will surely
>> give up and abandon their quest if they have no source of comic relief.
>> --Peter Anspach's list of things to do as an Evil Overlord

>
> That was a straight copy and paste from the ReadMe included with the
> mysql.dmg.


*shrug* I'm sure it is. Occasionally, documentation has bugs too.
Occaionally people foul something else up earlier in the process that
doesn't manifest until later. You described a problem, I'm able to
replicate the symptoms, but I can't tell you exactly what's wrong on
your computer, based on something just on the better side of "It doesn't
work".

--
For why should my freedom be judged by another's conscience?
-- Paul (I Corinthians 10:29)
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h04.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 1,34600 seconds with 13 queries