Autor Thema: Datenbanksoftware und Tools diverses ...  (Gelesen 266047 mal)

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Datenbank PostgreSQL 9.0 freigegeben
« Antwort #15 am: 20 September, 2010, 16:47 »
Die Datenbank PostgreSQL ist in der finalen Version 9.0 veröffentlicht worden. Die aktuelle Version kommt mit Python in Version 3.1 und C++ zurecht und läuft auch auf Windows in der 64-Bit-Variante. Eine verbesserte Replikation, neue Trigger-Funktionen und erweiterte Zugriffsrechte wurden ebenfalls eingepflegt.

PostgreSQL 9.0 bringt zahlreiche - laut den Entwicklern "lang ersehnte" - Funktionen mit. Trigger lassen sich auf Spalten anwenden und folgen damit dem SQL-Standard. Zudem können Trigger bedingt ausgeführt werden. Mehrere Unique-Keys können auf einmal aktualisiert werden. Außerdem wurden fortgeschrittene Reporting-Werkzeuge eingebaut, etwa PRECEDING und FOLLOWING.

Die Replikation wurde ebenfalls verbessert. Sie verwendet die Write-Ahead-Logs und nutzt die beiden Funktionen Streaming Replication, bei der WAL-Backups über das Netzwerk an einen Standby-Server geschickt werden, und Hot Standby, bei dem Archivserver Read-Only-Abfragen ausführen können. Damit soll ein einziger Masterserver mit mehreren Archivservern im Read-Only-Modus synchronisiert werden können.

Zu den Neuerungen gehört auch die Möglichkeit, Privilegien in mehreren Objekten gleichzeitig zu ändern (GRANT/REVOKE IN SCHEMA) sowie auf Objekte anzuwenden, die noch nicht existieren (ALTER DEFAULT PRIVILEGES). Außerdem können Privilegien auch in Blobs geändert werden. Die Funktion EXPLAIN unterstützt die Ausgabeformate Json, XML oder YAML.

Alle Änderungen haben die Entwickler in einem Changelog zusammengefasst und dort auch detailliert beschrieben. Auf der Webseite des Projekts stehen sowohl der Quellcode als auch Binärdateien für Windows und Installer unter anderem für die Linux-Distributionen Red Hat ab Version 4, Fedora ab Version 6, Ubuntu ab Version 6.06, Opensuse ab Version 10 oder Suse Enterprise Linux ab Version 9 zum Download zur Verfügung. Für Mac OS X ab Version 10.4 gibt es ebenfalls einen Installer. Außerdem haben die Entwickler auch Pakete für Solaris 10 geschnürt.

Quelle : www.golem.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Oracle veröffentlicht MySQL 5.5
« Antwort #16 am: 16 Dezember, 2010, 11:09 »
Oracle hat MySQL 5.5 veröffentlicht. Die neue Version des freien Datenbankmanagementsystems bringt spürbare Verbesserungen mit, die Anwendern zu performanteren und besser skalierbaren Webanwendungen verhelfen sollen.

MySQL 5.5 nutzt standardmäßig die transaktionssichere Speicherengine InnoDB und ist für Systeme mit Multicore-Prozessoren ausgelegt. Eine optional aktivierbare semisynchrone Replikation und Replication Heart Beat sollen dem Datenbanksystem zu mehr Zuverlässigkeit verhelfen, der Herzschlag prüft etwa in regelmäßigen Abständen, welche an der Replikation beteiligten Rechner ansprechbar sind.

Bisher nutzte MySQL ein asynchrones Replikationsverfahren, das heißt, der Master schrieb seine Änderungen in eine binäre Log-Datei die irgendwann von einem oder mehreren Slaves abgeglichen wurde. Der Master hatte keine Kenntnisse darüber, ob und wann eine Replikation erfolgte. Stürzte der Master ab, konnte das Inkonsistenzen auf den Slaves mit sich bringen.

Bei der semisynchronen Replikation muss diese beim Master und mindestens einem Slave aktiviert sein. Ist das der Fall, sendet der Slave nach jedem Datenabgleich eine Bestätigung, sobald alle Daten übernommen und sicher gespeichert wurden. Bleibt die Bestätigung aus, wechselt der Master in den asynchronen Modus, bis wieder ein Slave verfügbar ist, der semisynchrone Replikationen unterstützt. Sobald ein Slave seine Bestätigung geschickt hat, kann der Master weitere Anfragen bearbeiten, ohne auf Bestätigungen von weiteren Slaves warten zu müssen.

Oracle berichtet, dass MySQL 5.5 verglichen mit der Version 5.1 unter Windows eine Performancesteigerung von 1.500 Prozent bei Schreib-/Lesevorgängen und 500 Prozent bei Lesevorgängen aufweist, unter Linux ist von einer 360prozentigen Steigerung bei Schreib-/Lesevorgängen und 200 Prozent mehr Geschwindigkeit bei alleinigen Lesevorgängen die Rede.

MySQL 5.5 ist als kostenfreie, unter der GPL lizenzierte Community Edition sowie in Form kommerzieller Editionen ab 2.000 USD jährlich erhältlich.

Quelle : www.pro-linux.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Fehlerkorrekturen für MySQL 5.5
« Antwort #17 am: 12 Februar, 2011, 19:12 »
Seit kurzem liegt Version 5.5.9 der freien Datenbank MySQL vor. Neben kleineren Änderungen für die Tools mysqladmin und mysqldump, die das Zusammenspiel mit den Authentifzierungs-Plug-ins verbessern sollen, haben die Entwickler vor allem Fehler behoben. Ein großer Teil davon betrifft das Datenbank-Backend InnoDB, seit Version 5.5 Standard bei MySQL. Korrekturen gab es auch bei der Partitionierung und bei den Replikationsfunktionen.

Die Release-Notes beschreiben sämtliche Änderungen, der Code und Binaries für viele Plattformen stehen wie üblich online zur Verfügung.

Quelle : www.heise.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Beta von PostgreSQL 9.1 bringt synchrone Replikation
« Antwort #18 am: 03 Mai, 2011, 13:48 »
In spätestens vier Monaten soll PostgreSQL 9.1 fertig sein, jetzt veröffentlichten die Entwickler die erste Beta der freien SQL-Datenbank. Sie bietet erstmals einen synchronen Replikationsmodus, bei dem mit COMMIT abgeschlossene Transaktionen die Slave-Knoten auf jeden Fall erreichen. Bei der bisher ausschließlich verfügbaren asynchronen Replikation konnte es zu Datenverlusten kommen, wenn der Master nach dem COMMIT abstürzte, bevor er die Daten zu den Slaves schicken konnte. Synchrone Replikation stellt sicher, dass der Master bei jeder schreibenden Transaktion wartet, bis mindestens ein Slave-Knoten die Daten in seine Transaktions-Logs geschrieben hat. Diese höhere Zuverlässigkeit müssen Anwender mit etwas längeren Antwortzeiten bezahlen. Asynchrone Replikation wird auch in PostgreSQL 9.1 weiterhin angeboten.

Auf einer anderen Ebene kann auch das jetzt verfügbare Isolation-Level "serializable" mehr Datensicherheit bringen. Es stellt sicher, dass das gleichzeitige Ausführen mehrere Transaktionen nicht zu anderen Ergebnissen führt als das sequenzielle. Dieses Isolation-Level gab es zwar bereits in vorherigen PostgreSQL-Versionen. Es war jedoch so implementiert, wie es der Standard für das Level "repeatable read" vorschreibt. Bei der neuen Serializable-Umsetzung gibt es keine Locks, wodurch sich Operationen nicht gegenseitig blockieren können. Lassen sich Transaktionen nicht serialisieren, führt der Server nur eine davon aus und bricht die anderen mit einer Fehlermeldung ab.

Bei der Internationalisierung rüstet PostgreSQL 9.1 nach, indem es COLLATE-Regeln für einzelne Spalten, Indizes und Ausdrücke erlaubt. Bislang ließ sich so die Sortierreihenfolge nur für eine komplette Datenbank einmalig bei ihrer Erzeugung setzen. Bei den anfänglich verfügbaren Collation-Regeln greift der Server auf die im Betriebssystem vorhandenen Locales zurück. Neue Regeln lassen sich mit CREATE COLLATION erstellen.

Sämtliche Neuerungen sind in den Release-Notes nachzulesen. Damit die Entwickler den geplanten Veröffentlichungstermin der endgültigen Version einhalten können, bitten sie um intensives Testen der Beta. Ausführbare Versionen für Free BSD, Mac OS X, Linux, Solaris und Windows sowie der Quellcode sind auf der Download-Seite des Projekts erhältlich.

Quelle : www.heise.de

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
DBF Viewer Plus V1.66
« Antwort #19 am: 06 Februar, 2012, 05:50 »
DBF Viewer Plus is a portable DBF database table viewer and editor plus some additional features for searching, importing and exporting to a number of different formats. DBF formats include dBase, Clipper and Foxpro.


License: Freeware

http://www.alexnolan.net/software/dbf.htm

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
phpMyAdmin 3.4.10
« Antwort #20 am: 15 Februar, 2012, 15:15 »
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL.


    Support for most MySQL features
    Browse and drop databases, tables, views, fields and indexes.
    Create, copy, drop, rename and alter databases, tables, fields and indexes.
    Maintenance server, databases and tables, with proposals on server configuration.
    Execute, edit and bookmark any SQL-statement, even batch-queries.
    Manage MySQL users and privileges.
    Manage stored procedures and triggers.
    Import data from CSV and SQL.
    Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others.

Freeware

Whats new: >>

- [interface] TextareaAutoSelect feature broken
- [export] PHP Array export might generate invalid php code
- [import] Import from ODS ignores cell that is the same as cell before
- [display] SELECT DISTINCT displays wrong total records found
- [operations] copy table data missing SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
- [edit] Setting data to NULL and drop-downs
- [edit] Missing set fields and values in generated INSERT query
- [libraries] license issue with TCPDF (updated to 5.9.145)

www.phpmyadmin.net

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
ClipTable 1.0.1.2 Beta
« Antwort #21 am: 15 Februar, 2012, 17:40 »
ClipTable lets you copy any desired data directly from your clipboard into an SQL Server table. You can easily get data from any sources, including: HTML Tables, Word, Excel, Text, PDF and many more.


Requirements: .NET Framework 4

Freeware

Latest Changes

- MySQL Support (early beta)
- Updated repository version
- Table creation progress indicator
- Main SQL Engine optimization
- Minor UI tweaks
- Changed installer options

http://www.doccolabs.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
ClipTable 1.0.1.3 Beta
« Antwort #22 am: 16 Februar, 2012, 19:30 »
Latest Changes

- PostgreSQL & MySQL support
- Fixed an object-exists related bug on SQL Server
- Fixed a select-all (datagrid) bug
- Fixed Repository creation bug

http://www.doccolabs.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
phpMyAdmin 3.4.10.1
« Antwort #23 am: 20 Februar, 2012, 06:30 »
3.4.10.1 (2012-02-18)

- [security] XSS in replication setup, see PMASA-2012-1

www.phpmyadmin.net

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Database .NET v4 5.9.4433
« Antwort #24 am: 20 Februar, 2012, 19:45 »
Database .NET is a simple, uniform and intuitive database management tool for multiple databases. It makes Local and Remote database administration easier without installing anything. With it you can Create databases, Design tables, Edit data, Export data, Generate scripts and run SQL queries.


An innovative, powerful and intuitive multiple database management tool, based on .NET Framework 4.0.

Freeware

Whats new: >>

Ver 5.9.4433 (2012/02/20)
- The main program updates ( Main ):
Add: (SQL Server / SQL Azure / PostgreSQL / Firebird / SQLite / Oracle / IBM DB2/Informix/Sybase) increase CHECK constraints object to display and processing (4433)
Upd: (Firebird) update the TRIGGERS objects, hidden the unnecessary SYSTEM_TRIGGER Objects (4433)
Upd: (SQLite) table structure transactions to support the INDEX and CHECK automatically rebuild processing (non-native) (4433)
Updates to fix: (Oracle) (4400), the type of information may lead to not function properly edit and browse the delay problem (4433)
Add: support for the Visual FoxPro Database Database Management: Support for existing full functionality and features ( ) (4430)
Upd: (MySQL) updated components MySql.Data.dll 6.5.2 (2012/02/11) (4 430)
Upd: updated the command-line number ( the Command-line ): (4430)
Upd: Update Database. NET Additional Files (2012/02/17)
Upd: contains many small fixes and optimize the update ... the cumulative processing (4433)
- SQL Performance Analyzer ( SQL Profiler ):
Upd: Log the Mode support an OData / the OleDB / ODBC / Excel / the dBASE / FoxPro, and other databases (4433)
- Code management ( Code Manager ):
Fix: Fixed heavy brush lead to the original open SQL can not find where the original node position (4433)
Not refresh fix: amendments directory renamed (4430)
Upd: add the directory and renamed to add an exception character tips and Processing (4430)
- Database Backup and Restore ( Backup / Restore Database ):
Upd: (MySQL / PostgreSQL) database backup to support the additional parameter-setting ( Additional the arguments ) (4430)
Upd: (MySQL / PostgreSQL) backup and restore the machine to install the database eliminates the need for additional file processing (Additional Files) (4430)
Upd: the SQL Server backup and restore support script mode ( Script Action to New Query Window ) (4 430)

http://fishcodelib.com/Database.htm

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
MySQL 5.5.21
« Antwort #25 am: 21 Februar, 2012, 13:15 »
Changelog:

# Functionality Added or Changed
* A new CMake option, MYSQL_PROJECT_NAME, can be set on Windows or Mac OS X to be used in the project name.
# Bugs Fixed
* Performance: InnoDB Storage Engine: Memory allocation for InnoDB tables was reorganized to reduce the memory overhead for large numbers of tables or partitions, avoiding situations where the “resident set size” could grow regardless of FLUSH TABLES statements. The problem was most evident for tables with large row size. Some of the memory that was formerly allocated for every open table is now allocated only when the table is modified for the first time.
* Incompatible Change: An earlier change (in MySQL 5.1.62 and 5.5.21) was found to modify date-handling behavior in General Availability-status series (MySQL 5.1 and 5.5). This change has been reverted. The change was that several functions became more strict when passed a DATE() function value as their argument, thus they rejected incomplete dates with a day part of zero. These functions were affected: CONVERT_TZ(), DATE_ADD(), DATE_SUB(), DAYOFYEAR(), LAST_DAY(), TIMESTAMPDIFF(), TO_DAYS(), TO_SECONDS(), WEEK(), WEEKDAY(), WEEKOFYEAR(), YEARWEEK(). The previous behavior has been restored.
* InnoDB Storage Engine: A Valgrind error was fixed in the function os_aio_init().
* InnoDB Storage Engine: The server could crash when creating an InnoDB temporary table under Linux, if the $TMPDIR setting points to a tmpfs filesystem and innodb_use_native_aio is enabled, as it is by default in MySQL 5.5.4 and higher. The entry in the error log looked like: 101123 2:10:59 InnoDB: Operating system error number 22 in a file operation. InnoDB: Error number 22 means 'Invalid argument'. The crash occurred because asynchronous I/O is not supported on tmpfs in some Linux kernel versions. The workaround was to turn off the innodb_use_native_aio setting or use a different temporary directory. The fix causes InnoDB to turn off the innodb_use_native_aio setting automatically if it detects that the temporary file directory does not support asynchronous I/O.
* InnoDB Storage Engine: References to C preprocessor symbols and macros HAVE_purify, UNIV_INIT_MEM_TO_ZERO, and UNIV_SET_MEM_TO_ZERO were removed from the InnoDB source code. They were only used in debug builds instrumented for Valgrind. They are replaced by calls to the UNIV_MEM_INVALID() macro.
* InnoDB Storage Engine: The MySQL server could halt with an assertion error: InnoDB: Failing assertion: page_get_n_recs(page) > 1 Subsequent restarts could fail with the same error. The error occurred during a purge operation involving the InnoDB change buffer. The workaround was to set the configuration option innodb_change_buffering=inserts.
* InnoDB Storage Engine: With 1024 concurrent InnoDB transactions running concurrently and the innodb_file_per_table setting enabled, a CREATE TABLE operation for an InnoDB table could fail. The .ibd file from the failed CREATE TABLE was left behind, preventing the table from being created later, after the load had dropped. The fix adds error handling to delete the erroneous .ibd file. This error was less likely to occur in MySQL 5.5 and 5.6, because raising the number of InnoDB undo slots increased the number of simultaneous transactions needed to trigger the bug, from 1K to 128K.
* Replication: Executing mysqlbinlog with the --start-position=N option, where N was equal either to 0 or to a value greater than the length of the dump file, caused it to crash. This issue was introduced in MySQL 5.5.18 by the fix for Bug #32228 and Bug #11747416.
* Replication: On Windows replication slave hosts, STOP SLAVE took an excessive length of time to complete when the master was down.
* A query that used an index on a CHAR column referenced in a BETWEEN clause could return invalid results.
* Expressions that compared a BIGINT column with any non-integer constant were performed using integers rather than decimal or float values, with the result that the constant could be truncated. This could lead to any such comparison that used <, >, <=, >=, =, !=/<>, IN, or BETWEEN yielding false positive or negative results.
* When the optimizer performed conversion of DECIMAL values while evaluating range conditions, it could produce incorrect results.
* When running mysqldump with both the --single-transaction and --flush-logs options, the flushing of the log performed an implicit COMMIT (see Section 12.3.3, “Statements That Cause an Implicit Commit”), causing more than one transaction to be used and thus breaking consistency.
* It was possible in the event of successive failures for mysqld_safe to restart quickly enough to consume excessive amounts of CPU. Now, on systems that support the sleep and date system utilities, mysqld_safe checks to see whether it has restarted more than 5 times in the current second, and if so, waits 1 second before attempting another restart.
* When used with the --xml option, mysqldump --routines failed to dump any stored routines, triggers, or events.
* It was possible on replication slaves where FEDERATED tables were in use to get timeouts on long-running operations, such as Error 1160 Got an error writing communication packets. The FEDERATED tables did not need to be replicated for the issue to occur.
* If an attempt to initiate a statement failed, the issue could not be reported to the client because it was not prepared to receive any error messages prior to the execution of any statement. Since the user could not execute any queries, they were simply disconnected without providing a clear error. After the fix for this issue, the client is prepared for an error as soon as it attempts to initiate a statement, so that the error can be reported prior to disconnecting the user.
* Using myisamchk with the sort recover method to repair a table having fixed-width row format could cause the row pointer size to be reduced, effectively resulting in a smaller maximum data file size.
* On Windows, the server incorrectly constructed the full path name of the plugin binary for INSTALL PLUGIN and CREATE FUNCTION ... SONAME.
* The stored routine cache was subject to a small memory leak that over time or with many routines being used could result in out-of-memory errors.

www.mysql.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Database File Explorer 1.0.1.4 Beta
« Antwort #26 am: 23 Februar, 2012, 19:40 »
Database File Explorer is a simple, yet powerful solution for exploring your files and filegroups and quickly understanding their Locations and disk-space usage.


Freeware

Latest Changes

- Help updated
- Repository version/schema updated, various fixes
- Core engine updated
- Installer history fixed
- Fixed schema table display
- Added total size to window title

http://www.doccolabs.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Database .NET v4 6.0.4436
« Antwort #27 am: 23 Februar, 2012, 20:10 »
Database .NET is a simple, uniform and intuitive database management tool for multiple databases. It makes Local and Remote database administration easier without installing anything. With it you can Create databases, Design tables, Edit data, Export data, Generate scripts and run SQL queries.


An innovative, powerful and intuitive multiple database management tool, based on .NET Framework 4.0.

Freeware

Whats new: >>

Ver 6.0 (2012/02/23) Stable Version
- The main program updates ( Main ):
Add: support for the Visual FoxPro Database Database Management: Support for existing full functionality and features ( ) (4430/4436)
Add: increase an AutoIncrement, CHECK constraints, Foreign Keys, the Database Diagram and other support (4436)
Fix: Resolved and the date and time format handling ( Date and a DateTime a DataTypes ) (4 436)
Fix: solve the debugging VFP command easily lead to the file locking problem File must be opened exclusively. OR, File is in. use. (4 436)
Add: increase CHECK constraints object to display and process (4433/4436)
Support for SQL Server / SQL Azure / PostgreSQL / Firebird / SQLite / Oracle / IBM DB2/Informix/Sybase ASE / FoxPro and other database
Fix: (SQLite / Sybase ASE), amendment (4407) may affect the information line editor or other problems (4436)
Upd: (Firebird) update the TRIGGERS objects, hidden the unnecessary SYSTEM_TRIGGER Objects (4433)
Upd: (SQLite) table structure transactions to support the INDEX and CHECK automatically rebuild processing (non-native) (4433)
Updates to fix: (Oracle) (4400), the type of information may lead to not function properly edit and browse the delay problem (4433)
Upd: (MySQL) updated components MySql.Data.dll 6.5.2 (2012/02/11) (4 430)
Upd: updated the command-line number ( the Command-line ): (4430)
Upd: Update Database. NET Additional Files (2012/02/17)
Upd: contains many small fixes and optimize the update ... the cumulative processing (4436)
Misc: Compatible with the MySQL 5.5.21 (2012/02/17)
- SQL Performance Analyzer ( SQL Profiler ):
Upd: Log the Mode support an OData / the OleDB / ODBC / Excel / the dBASE / FoxPro, and other databases (4433)
- Code management ( Code Manager ):
Fix: Fixed heavy brush lead to the original open SQL can not find where the original node position (4433)
Not refresh fix: amendments directory renamed (4430)
Upd: add the directory and renamed to add an exception character tips and Processing (4430)
- Database Backup and Restore ( Backup / Restore Database ):
Upd: (MySQL / PostgreSQL) database backup to support the additional parameter-setting ( Additional the arguments ) (4430)
Upd: (MySQL / PostgreSQL) backup and restore the machine to install the database eliminates the need for additional file processing (Additional Files) (4430)
Upd: the SQL Server backup and restore support script mode ( Script Action to New Query Window ) (4 430)

http://fishcodelib.com/Database.htm

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Flat File Checker (FlaFi) 0.7.3.2 Beta
« Antwort #28 am: 24 Februar, 2012, 05:40 »
Flat File Checker (FlaFi) is a simple tool for validation of structured data stored in flat files (*.txt, *.csv, etc). Its intuitive interface allows to easily translate your business rules into Flat File Schema that defines validation criteria. FlaFi is essential to ensure painless data exchange without errors.


Freeware

Latest Changes

- Begining of SQL for Exists Query is taken out to config file so users could use tool with different databases
- Error on the second validation or file preview after validation: "validation failed due to the following error: The given key was not present in the dictionary."

http://www.flat-file.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Database Browser 4.1.0.0
« Antwort #29 am: 26 Februar, 2012, 07:03 »
Database Browser is an easy to use tool allows you to connect to any database (Oracle, MS-SQL, MySQL, Firebird, etc) and browse or modify data, run sql scripts, export and print data.


Features

    * Works directly with Oracle, MS Sql Server, ODBC, MySql, PostgreSQL, Interbase and Firebird
    * Support for ODBC connection strings
    * Unlimited number of connections
    * One click switching from one connection to another
    * One click table browsing
    * Data browsing
    * Data exports into CSV, Excel, Html files
    * Execution history
    * SQL Builder with wide range of supported databases
    * Execution Log
    * Incremental Table Search

What's new: >>

 + Connect as option was introduced for Oracle connection

http://www.dbsoftlab.com/database-editors/database-browser/overview.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )