Hi,
I am very new to linux and I am trying to get the MySQL sever to start every time I reboot.
I was told to edit the inetd.conf file, this is the line I entered.
mysql stream tcp nowait root /usr/sbin/tcpd /usr/local/mysql/support-files/mysql.server start
The file says to have everything in the following way:
<service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
I basically just copied the syntax from other lines in the file. I have no idea what it all means really.
I would greatly appreciate any help on how to to this.
Thanks,
Marcus
I am very new to linux and I am trying to get the MySQL sever to start every time I reboot.
I was told to edit the inetd.conf file, this is the line I entered.
mysql stream tcp nowait root /usr/sbin/tcpd /usr/local/mysql/support-files/mysql.server start
The file says to have everything in the following way:
<service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
I basically just copied the syntax from other lines in the file. I have no idea what it all means really.
I would greatly appreciate any help on how to to this.
Thanks,
Marcus