mailing.freebsd.database
  Home FAQ Contact Sign in
mailing.freebsd.database only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.freebsd.database Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  WereEveryWhere.net         


Author: Westlandbt
Date: May 24, 2008 21:04

WereEveryWhere.net seeks to become the most popular Social Networking Website
offering an interactive, user-submitted network of friends, personal profiles,
video chat, blogs, groups, photos, music and videos for adults internationally.

Log on at http://www.WereEveryWhere.net Its FREE!

-----------------------------------------------------------------------------
--This Message Has Been Posted Using A Trial Version Of Message Poster 2003--
-----------------------------------------------------------------------------
Would you like to reach millions of customers for only the cost of bandwidth?
You can post messages like this to thousands of newsgroups with a simple to
use software application called Message Poster 2003. For more details on
this extremely affordable software, visit:
http://www.exibitionsoftware.com
no comments
  Me doing my sister         


Author: yenc
Date: Mar 1, 2008 11:18

PORNOLATION RELEASE
no comments
  MSN Hacker KEYGEN 1552 [1/2]         


Author: tlvjzh
Date: Oct 19, 2007 15:54

jffbnqlthygphpikupcfmjouwwzmuhmhelrbxxdjmgnbyjmk
no comments
  (no subject)         


Author: ""
Date: Jul 7, 2006 02:46

--===============1445068211==
Content-Type: multipart/related; type="multipart/alternative";
boundary="----=_NextPart_000_0006_01C6A1BA.8C9A76C0"

------=_NextPart_000_0006_01C6A1BA.8C9A76C0
Content-Type: text/plain;
charset="windows-1250"
Content-Transfer-Encoding: quoted-printable

------=_NextPart_000_0006_01C6A1BA.8C9A76C0--

--===============1445068211==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
freebsd-database@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org"

--===============1445068211==--
no comments
  Re: MySQL and FreeBSD         


Author: Miroslav Lachman
Date: Jul 1, 2006 06:36

This is a multi-part message in MIME format.
--------------020701080103060500040707
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Maikel Lambregts wrote:
> Hi,
> I saw your information on http://lists.freebsd.org/pipermail/freebsd-database/2006-January/000386.html
>
> Atm we still have and olf MySQL server with FreeBSD 4.8 and MySQL 4.0 running with Linuxthreads. We now bought a new Dell server (Dual Xeon 2.8, 4GB ram, 15.000 SCSI RAID 1) and I'm wondering what would be the best to install MySQL.
>
> I was thinking of FreeBSD 6.1 in combination with MySQL 5.0. I was thinking of using your advice by using native threads instead of Linuxthreads and furthermore I just would copy your build options -->

Hi,
we are still running MySQL with options from that thread, but now we
have MySQL master on separate machine replicated to 2 slaves (those
machines with webaplication).
MySQL machine is Supermicro 6014H-8 with dual Xeon(TM) CPU 2.80GHz, 2GB
of RAM and only one 72GB SCSI HDD
Show full article (8.61Kb)
no comments
  Re: FreeBSD 6.1 & Firebird         


Author: Aleks
Date: Jul 1, 2006 06:26

I think I smoothed the things out:

1. Install FreeBSD
2. Install Firebird
3. Add the lines for Firebird in /etc/services & /etc/inetd.conf
4. Restart inetd.
5. Change owner of /var/db/firebird/security.fdb &
/usr/local/share/examples/firebird/employee.fdb to firebird:firebird.
6. Change permissions of employee.fdb to 644.
7. Connect to localhost:/usr/local/share/examples/firebird/employee.fdb
with user SYSDBA and password masterkey.

I'm happy with leaving the hosts.equiv part. But what do you think
about changing the owner of these two fdb files?

Aleks
_______________________________________________
freebsd-database@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org"
no comments
  Re: FreeBSD 6.1 & Firebird         


Author: Aleks
Date: Jul 1, 2006 05:18

Ok, so changing the owner of security.fdb to firebird wipes out the
"cannot attach to password database"...

Aleks
_______________________________________________
freebsd-database@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org"
no comments
  Re: FreeBSD 6.1 & Firebird         


Author: Aleks
Date: Jul 1, 2006 05:01

Hi again.

Last night I made some progress finding what I've missed. The usual
suspect - file permissions on employee.fdb. I changed the owner to
firebird:firebird (fb_inet_server runs as firebird, I think) and chmod
644. So far so good.

The next thing is echo "localhost.domain.tld" >> /etc/hosts.equiv. In
the docs it is simply localhost, but it appears that a fully qualified
domain name is needed. From that were the nice words in firebird.log,
I think.

The current problem that I seem to have is that I can connect to the
employee.fdb via localhost: but wihtout using username and password.

# isql
SQL> connect 'localhost:/usr/local/share/examples/firebird/employee.fdb'
user 'SYSDBA' password 'masterkey';
Statement failed, SQLCODE = -902

cannot attach to password database
SQL> connect 'localhost:/usr/local/share/examples/firebird/employee.fdb';
Database: 'localhost:/usr/local/share/examples/firebird/employee.fdb'
Show full article (1.66Kb)
no comments
  MySQL and FreeBSD         


Author: Maikel Lambregts
Date: Jul 1, 2006 04:46

Hi,

I saw your information on http://lists.freebsd.org/pipermail/freebsd-database/2006-January/000386.html

Atm we still have and olf MySQL server with FreeBSD 4.8 and MySQL 4.0 running with Linuxthreads. We now bought a new Dell server (Dual Xeon 2.8, 4GB ram, 15.000 SCSI RAID 1) and I'm wondering what would be the best to install MySQL.

I was thinking of FreeBSD 6.1 in combination with MySQL 5.0. I was thinking of using your advice by using native threads instead of Linuxthreads and furthermore I just would copy your build options -->

'WITH_CHARSET=utf8',
'WITH_XCHARSET=all',
'WITH_COLLATION=utf8_general_ci',
'WITH_PROC_SCOPE_PTH=yes',
'BUILD_OPTIMIZED=yes',
'BUILD_STATIC=yes',

Is this still the best configuration according to you?
Do you have exact copy of my.cnf file for me that you use?

Regards,

Mike
_______________________________________________
freebsd-database@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org"
no comments
  Re: FreeBSD 6.1 & Firebird         


Author: John Koller
Date: Jun 30, 2006 20:59

On Friday 30 June 2006 07:49, Aleks wrote:
> Hello!
>
> Yesterday I tried several times to setup a Firebird Server on a
> freshly installed FreeBSD 6.1 and connect to the example fdb via
> network, but with no success.
[snip]
> # isql
> Use CONNECT or CREATE DATABASE to specify database
>> connect '/usr/local/share/examples/firebird/employee.fdb' user
[snip]
>> connect 'localhost:/usr/local/share/examples/firebird/employee.fdb'
> user 'SYSDBA' password 'masterkey';
> Statement failed, SQLCODE =-902
>
> I/O error for file "/usr/local/share/examples/employee.fdb"
> -Error while trying to open file
> -No such file or directory
>> quit;
Show full article (1.17Kb)
no comments
 
1 2