On 12/07/2011 01:04 PM, Mahdi Foladgar wrote:
> Hi,
>
> I install FC16 for testing LAMP.
> But I canÂŽt strt mysql server.
> In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
> How can I start/stop mysqld daemon?
> How can I setting up mysql to start at boot time.(same as
> /etc/r
On Wed, Dec 7, 2011 at 12:04 PM, Mahdi Foladgar wrote:
> Hi,
>
> I install FC16 for testing LAMP.
> But I can´t strt mysql server.
> In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
> How can I start/stop mysqld daemon?
# service start mysqld
or
# systemctl start mysqld.service
Am 07.12.2011 20:04, schrieb Mahdi Foladgar:
> Hi,
>
> I install FC16 for testing LAMP.
> But I can´t strt mysql server.
> In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
> How can I start/stop mysqld daemon?
> How can I setting up mysql to start at boot time.(same as
> /etc/
Mahdi Foladgar wrote:
> I install FC16 for testing LAMP.
> But I can´t strt mysql server.
> In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
> How can I start/stop mysqld daemon?
> How can I setting up mysql to start at boot time.(same as
> /etc/rc5.d/S85mysqld)?
service mysqld
Hi,
I install FC16 for testing LAMP.
But I can´t strt mysql server.
In Older I use /etc/init.d/mysqld but in FC16 this file not exist.
How can I start/stop mysqld daemon?
How can I setting up mysql to start at boot time.(same as
/etc/rc5.d/S85mysqld)?
--
users mailing list
users@lists.fedoraproje