Re: Troubleshooting
Michael Louie Loria <[email protected]> Thu, 14 Sep 2006 18:38:09 -0700
| Newsgroups | gmane.comp.db.mysql.windows |
|---|---|
| Message-ID | <[email protected]> |
> Subject: Troubleshooting
> From: "Ganapathi Hegde (RBIN/ECM4)"
> Date: Wed, 13 Sep 2006 19:33:24 +0530
>
> Hello,
>
> I have installed MYSQL recently on Windows 2000.
> I was developing an web application used MYSQL as back-end.
> But frequently getting the error :MySQL server has gone away
>
> I searched in net and found that MYSQL will go down after 8 hours, if
> nobody uses the server.
> How to make server runs always?
>
> Best Regards,
> ganapathi
Install mysql as a windows service. If you are using the automatic
install, select the option which says Install as a Service. If manual
install, use
$mysqld-nt --install mysql5 --defaults-file=C:\MySQL\my.ini
--local-service
signature.asc
(application/pgp-signature, 627 B)
-----BEGIN PGP SIGNATURE----- Comment: GPG Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8 Comment: GPG Public Key: http://www.lorztech.com/GPG.txt Comment: Google, Skype, Yahoo ID: michaellouieloria iQEVAwUBRQoEAbXBHi2y3jwfAQqDtgf+I0cbCiwMkg/6Dc9Sr+NbqZxgt5Qaq0/K S6lmp46q+4myAH8c/LIJI0vZnkUpUNYix1JsPDXZaniDNc4LWOmX6WoIiUjyqN0i 6X/rnkrCcbJSWNjI+Tq9Ex3nCRaT/mK7yF2sTRRDr8Xwr+adaPYG+nylHKi983ro vKg0rhZgXJvRcTLP939qBQxSKExuRtlxVd3qcEblL6Y95DzJUODcqPyae5pnE9X8 gYzO2t7Jhoc0eWt86plBNfsPU9gGign9TCc28269V67GtQXITf+BJGaBoIBYLoFw 0+tW/Jr9dsY2X8EA4gq4NSndopvD66rVyXYwgQuIJCdCRRAc189TCQ== =EIH2 -----END PGP SIGNATURE-----