Различия
Здесь показаны различия между двумя версиями данной страницы.
| Следующая версия | Предыдущая версия | ||
|
dev:ubuntu:firebird25_deb [2012/08/08 11:55] jamis7005 создано |
dev:ubuntu:firebird25_deb [2013/06/19 11:58] (текущий) jamis7005 [for Ubuntu 12.04] |
||
|---|---|---|---|
| Строка 4: | Строка 4: | ||
| ---- | ---- | ||
| \\ | \\ | ||
| + | |||
| + | ===== for Ubuntu 12.04 ===== | ||
| + | sudo add-apt-repository ppa:mapopa | ||
| + | sudo apt-get update | ||
| + | apt-cache search firebird2.5-* | ||
| + | | ||
| + | sudo apt-get install firebird2.5-super | ||
| + | (or sudo apt-get install firebird2.5-classic) | ||
| + | (or sudo apt-get install firebird2.5-superclassic) | ||
| + | | ||
| + | sudo dpkg-reconfigure firebird2.5-super | ||
| + | sudo apt-get install firebird2.5-examples firebird2.5-dev | ||
| + | | ||
| + | cd /usr/share/doc/firebird2.5-examples/examples/empbuild/ | ||
| + | sudo gunzip employee.fdb.gz | ||
| + | sudo chown firebird.firebird employee.fdb | ||
| + | sudo mv employee.fdb /var/lib/firebird/2.5/data/ | ||
| + | sudo adduser `id -un` firebird | ||
| + | | ||
| + | $ isql-fb | ||
| + | SQL> connect "localhost:/var/lib/firebird/2.5/data/employee.fdb " user 'SYSDBA' password 'SYSDBApassword'; | ||
| + | |||
| + | ===== for Ubuntu 10.04 ===== | ||
| + | |||
| In Ubuntu 10.10 Maverick Firebird 2.5.0 is included by default but is not the final release (just the Release Canditate imported from Debian at that time) | In Ubuntu 10.10 Maverick Firebird 2.5.0 is included by default but is not the final release (just the Release Canditate imported from Debian at that time) | ||