problem starting server

problem starting server

am 26.04.2011 14:56:07 von gbuday

Hi there,

I installed a mysql server on my Mac using homebrew.

$ mysql --version
mysql =A0Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using
EditLine wrapper

When trying to start it I get

$ mysql.server start
Starting MySQL
... ERROR! The server quit without updating PID file
(/usr/local/var/mysql/dbxserver.lan.pid).

What should I do to start MySQL?

- Gergely

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=3Dgcdmg-mysql-2@m.gmane.o rg

Re: problem starting server

am 26.04.2011 15:30:01 von Reindl Harald

--------------enigD07365AA587BC960601CE1C6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


Am 26.04.2011 14:56, schrieb Gergely Buday:
> Hi there,
>=20
> I installed a mysql server on my Mac using homebrew.
>=20
> $ mysql --version
> mysql Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using
> EditLine wrapper
>=20
> When trying to start it I get
>=20
> $ mysql.server start
> Starting MySQL
> .. ERROR! The server quit without updating PID file
> (/usr/local/var/mysql/dbxserver.lan.pid).
>=20
> What should I do to start MySQL?

does the mysql-user have write-permissions to /usr/local/var/mysql/?
this is the default workingdir and there are the databases stored
too in the "data" folder


--------------enigD07365AA587BC960601CE1C6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk22yNkACgkQhmBjz394AnmdoQCfefEY4bVqeQT6WZP9DHaz knh4
h58An0t06myKYyS/jig/EHVqZ7Qe9dqg
=p/dM
-----END PGP SIGNATURE-----

--------------enigD07365AA587BC960601CE1C6--

RE: problem starting server

am 26.04.2011 17:28:56 von David Brian Chait

Go to the cmd line and type ps -ef , do you see mysqld listed? If so then i=
t is already running.


-----Original Message-----
From: Gergely Buday [mailto:gbuday@gmail.com]=20
Sent: Tuesday, April 26, 2011 5:56 AM
To: mysql@lists.mysql.com
Subject: problem starting server

Hi there,

I installed a mysql server on my Mac using homebrew.

$ mysql --version
mysql =A0Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using
EditLine wrapper

When trying to start it I get

$ mysql.server start
Starting MySQL
... ERROR! The server quit without updating PID file
(/usr/local/var/mysql/dbxserver.lan.pid).

What should I do to start MySQL?

- Gergely

--=20
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=3Ddchait@invenda.com


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=3Dgcdmg-mysql-2@m.gmane.o rg