|
Hi,
It's my first time installing mysql on freebsd. I installed it through ports #/usr/ports/databases/mysql41-server/ make install Runs through the installation process and completes error free. Although I can't seem to find the script that is suppose to start the DB server (under linux it is mysqld) and I've googled abit and apparently under freebsd it should be /usr/local/etc/rc.d/mysql-server.sh to start it. But I have none of the above mentioned scripts I'm running FreeBSD 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 Any Ideas on how to start the db server? Tyrone This e-mail is intended only for the use of the addressees named above and may be confidential. If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. If you have received this e-mail in error, please contact the IT department on +44 207 001 0090 _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[hidden email]" |
|
[hidden email] wrote:
> Hi, > > It's my first time installing mysql on freebsd. > I installed it through ports > > #/usr/ports/databases/mysql41-server/ make install > > Runs through the installation process and completes error free. > Although I can't seem to find the script that is suppose to start the DB > server (under linux it is mysqld) and I've googled abit and apparently > under freebsd it should be /usr/local/etc/rc.d/mysql-server.sh to start > it. > > But I have none of the above mentioned scripts > > I'm running FreeBSD 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 > > Any Ideas on how to start the db server? > > Tyrone > This e-mail is intended only for the use of the addressees named above and may be confidential. > If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. > If you have received this e-mail in error, please contact the IT department on +44 207 001 0090 > > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "[hidden email]" > Add mysql_enable="YES" to /etc/rc.conf and then from a shell /usr/local/etc/rc.d/mysql-server start Werner _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by Tyrone-5
-----Original Message----- From: Werner Griessl [mailto:[hidden email]] Sent: den 19 juni 2006 14:26 To: Tyrone Van Der Haar (STO); [hidden email] Subject: Re: mysql [hidden email] wrote: > Hi, > > It's my first time installing mysql on freebsd. > I installed it through ports > > #/usr/ports/databases/mysql41-server/ make install > > Runs through the installation process and completes error free. > Although I can't seem to find the script that is suppose to start the DB > server (under linux it is mysqld) and I've googled abit and apparently > under freebsd it should be /usr/local/etc/rc.d/mysql-server.sh to start > it. > > But I have none of the above mentioned scripts > > I'm running FreeBSD 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 > > Any Ideas on how to start the db server? > > Tyrone > This e-mail is intended only for the use of the addressees named above > If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. > If you have received this e-mail in error, please contact the IT department on +44 207 001 0090 > > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "[hidden email]" > Add mysql_enable="YES" to /etc/rc.conf and then from a shell /usr/local/etc/rc.d/mysql-server start Werner Werner, I've done this and restarted the server and still no mysql-server script file exists. Can you send me the output of the script file I'm missing please anyone? Regards Tyrone This e-mail is intended only for the use of the addressees named above and may be confidential. If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. If you have received this e-mail in error, please contact the IT department on +44 207 001 0090 _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[hidden email]" |
|
[hidden email] wrote:
> -----Original Message----- > From: Werner Griessl [mailto:[hidden email]] > Sent: den 19 juni 2006 14:26 > To: Tyrone Van Der Haar (STO); [hidden email] > Subject: Re: mysql > > [hidden email] wrote: > >> Hi, >> >> It's my first time installing mysql on freebsd. >> I installed it through ports >> >> #/usr/ports/databases/mysql41-server/ make install >> >> Runs through the installation process and completes error free. >> Although I can't seem to find the script that is suppose to start the >> > DB > >> server (under linux it is mysqld) and I've googled abit and apparently >> under freebsd it should be /usr/local/etc/rc.d/mysql-server.sh to >> > start > >> it. >> >> But I have none of the above mentioned scripts >> >> I'm running FreeBSD 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 >> >> Any Ideas on how to start the db server? >> >> Tyrone >> This e-mail is intended only for the use of the addressees named above >> > and may be confidential. > >> If you are not an addressee you must not use any information contained >> > in nor copy it nor inform any person other than the addressees of its > existence or contents. > >> If you have received this e-mail in error, please contact the IT >> > department on +44 207 001 0090 > >> _______________________________________________ >> [hidden email] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-database >> To unsubscribe, send any mail to >> > "[hidden email]" > >> >> > > Add > mysql_enable="YES" to /etc/rc.conf > and then from a shell > /usr/local/etc/rc.d/mysql-server start > > > Werner > > > Werner, I've done this and restarted the server and still no > mysql-server script file exists. > Can you send me the output of the script file I'm missing please anyone? > > Regards > > Tyrone > > This e-mail is intended only for the use of the addressees named above and may be confidential. > If you are not an addressee you must not use any information contained in nor copy it nor inform any person other than the addressees of its existence or contents. > If you have received this e-mail in error, please contact the IT department on +44 207 001 0090 > > > portupgrade -v -f mysql-server from a shell and the file should be there. If you don't have portupgrade, go to /usr/ports/sysutils/portupgrade and do make install clean Werner _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[hidden email]" |
| Powered by Nabble | Edit this page |
