Published at LXer:
Here is the guide on installing Firebird 2.5 from FreeBSD 8.1 Ports and creating your first test database also we show you howto install Flamerobin GUI (administation tool) and the PHP driver for it .
Read More...
Firebird, a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms, is now at version 2.5.2.
Firebird 2.5.2 provides concurrency, high performance, and powerful language support for stored procedures and triggers.
Highlights of Firebird 2.5.2:
• A change was made to the implementation of the GEN_UUID() function, to make it
I try to install firebird2.1-super with chef. So I can´t use dpkg-reconfigure.
Hello.
We recently began to switch our database (Firebird) servers from OpenSuse to Ubuntu server 10.04, and with one exception they are running like a charm.
On the one problematic server every more or less three month the server gets unresponsive, that means
the server responds to ping
local shell doesnt work (console is blocked)
remote login by ssh doesn't work
ftp isn't working, too
BUT, t
The virtual hard disk of one of my VPS has been enlarged, and I want to create a new ZFS slice using the extra space, but I couldn't be able to perform that.
# gpart add -s 10G -t freebsd-zfs da0
gpart: Invalid argument
# gpart show
=> 63 31457160 da0 MBR (15G)
63 10474317 1 freebsd [active] (5.0G)
10474380 20982843 - free - (10G)
To start off, Freebsd is really a great distro. FreeBsd can be also considered the mother or father of all the other BSD derivatives you can find over at Distrowatch. Classified as the unknown giant among free operating systems, Freebsd 8, which was recently released, is really a great a .....
I'm running a FreeBSD 9.0 setup as a virtual machine in a KVM setup.
I have recently started to managing FreeBSD server along with Ubuntu Linux. However, sudo command, always shows me the following error:zsh: command not found: sudo How do I solve this problem and use sudo under FreeBSD 9.x system?Read answer to: "FreeBSD: Install sudo Command To Execute A Command As The Root"
Hi, i have a Firebird installed in a old machine with Centos 6, and now i install a new machine with Fedora 17 x64, with Firebird 2.5.2 amd64, but when i try to connect to BD ( isql -u sysdba -p masterkey bd.ib ) i recive this error: Statement failed, SQLSTATE = 08001 I/O error during "open" operation for file "bd.ib". Someone know how to solve this problem ?