0
votes
Pros & cons of full text search engine Lucene, Sphinx, Postgresql full text search, MySQL full text search?
I don't know about MySQL because it is too hard to find a version of MySQL who works very well with all you need :P
But I can say that for Firebird Sphinx ( …
0
votes
Single database tool to access different database types?
I know very few who support Derby but they support MySQL, PostgreSQL, Firebird and others...
Check this :
http://www.sqlmaestro.c …
0
votes
Best cross-platform/SQL GUI?
Check this :
http://www.sqlmaestro.com/ or this http://www.sqlmanager.net/
(MySQL, P …
0
votes
Developer tools to directly access databases
Database Workbench can be use for Oracle - SQL Server and MySQL
http://www.upscene.com
…
0
votes
Database for a limited VPS
"limited CPU and memory resources ?"
Firebird is good for this too http://www.firebirdsql.org
…
0
votes
MySQL versus SQL Server Express Performance Comparison
The only open source database that I know who have CTEs is Firebird (http://www.firebirdsql.org/rlsnotesh/ …
0
votes
Live update notification on database changes MYSQL PHP
One day I ask in MySQL forum if event like in Firebird or Interbase exist in MySQL and I see that someone answer Yes (I'm really not sure)
check this : …
0
votes
MySQL database change tracking
I think you need something like this (I test it for Firebird and it works very well) :
http://www.upscene.com/products.audit …
0
votes
MySQL function that alerts if a new row is inserted.
In some database (Interbase, Firebird, perhaps others...), your can trigger event.
http://www.firebirdsql.org/do …
0
votes
MySQL ON DUPLICATE KEY - last insert id?
I don't know what is your version of MySQL but with InnoDB, there was bug with autoinc
bug in 5.1.20 and corrected in 5.1.23
…
2
votes
Recommendable Hot Backup System for MySQL?
I know InnoDB hot backup but works just for InnoDB
http://www.innodb.com/products/hot-backup/
…
0
votes
any formal benchmarking of Open source Database software ?
Benchmark is not the most important in database choice.
I think SQLite and MySQL are quicker than Progres or Firebird but if you need …
0
votes
0
votes
reasons NOT to use mysql
I don't like MySQL licence : Firebird and PostgreSQL are better
There is no real hotbackup include in the MySQL by Sun
you can also look …
0
votes
tracking changes made in database structure
there is many tools to make data compare :
- Database Worbench
- EMS sql manager
- …
