Main > Free Download Search >

Free mysql databases software for windows

mysql databases

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5451
MySQL Database Server 5.1.23

MySQL Database Server 5.1.23


Manage business database applications. more>>

MySQL Database Server 5.1.23 brings you a powerful software which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications.

If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.

MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases. Version 5.1.23 supports MySQL Events.

<<less
Download (24.1MB)
Added: 2008-06-11 License: Freeware Price:
4570 downloads
Database Master 0.7.1

Database Master 0.7.1


Database Master is a MySQL database management and administration software. more>> Database Master is a database development, management and administration software for the database management systems. It allows you to manage databases, tables, views, stored procedures and provides productivity features for rapidly creating and executing SQL queries. It supports currently MySQL database engine.<<less
Download (333MB)
Added: 2008-10-05 License: Freeware Price:
417 downloads
MySQL 5.2.3 Alpha

MySQL 5.2.3 Alpha


MySQL - Multi-user and robust SQL database server. more>> MySQL - Multi-user and robust SQL database server. The worlds most popular open source database
MySQL is a very fast, multi-user, multi-threaded and robust SQL (Structured Query Language) database server. The worlds most popular open source database.
MySQL is an attractive alternative to higher-cost, more complex database technology. Its award-winning speed, scalability and reliability make it the right choice for corporate IT departments, Web developers and packaged software vendors
<<less
Download (21.4MB)
Added: 2008-09-18 License: Freeware Price:
485 downloads
 
Other version of MySQL
MySQL 5.1.22 RCMySQL is a multiuser and fast SQL database server. Note: When upgrading from versions of
License:GPL
Download (81.2MB)
825 downloads
Added: 2007-10-02
MySQL 5.0.45source database MySQL is a very fast, multi-user, multi-threaded and robust SQL (Structured ... source database. MySQL is an attractive alternative to higher-cost, more complex database
License:Freeware
Download (22.86MB)
503 downloads
Added: 2008-09-04
MySQL Snap 1.0

MySQL Snap 1.0


MySQL Snap program is intended for creation backup copies of MySQL databases as well as for transport it from one server to another. more>>
MySQL Snap program is intended for creation backup copies of MySQL databases as well as for transport it from one server to another. The program advantages: - full compatibility of the result dump with the dump produced with the help of standard MySQL database management system utility - mysqldump! - standard mysqldump utility keys support; - absence of using standard libmysql.dll library. All information processing is with using API level functions, thanks to this fact maximum productivity and comfort are reached; - absence of using standard mysqldump utility for dumping; - human-engineered interface and absence of necessity to provide all parameters by hand in command line and also comfortable tables selection; - an opportunity to choose only the necessary tables from a database, which are really essential for dumping.
<<less
Download (812K)
Added: 2002-12-16 License: Freeware Price: $0
2513 downloads
Php Database Wizard 0.3

Php Database Wizard 0.3


Php Database Wizard will generate PHP forms for MySQL databases more>>
Php Database Wizard lets you easily create web forms to insert, delete, update data in a MySQL database.
The program automatically generates advanced search panel and form validation too. You can view the data in a short list view and in a detail view. You can easily change the look and feel with using css files.
<<less
Download (2.19MB)
Added: 2006-08-15 License: Freeware Price:
1488 downloads
 
Other version of Php Database Wizard
Php Database Wizard 0.3Webcom - Generate PHP forms for MySQL databases. Php Database Wizard. With this tool you can easily create a web forms to insert/update/delete data
Price: $0.00
License:Freeware
Download (2.2MB)
1533 downloads
Added: 2006-06-05
MySQL Administrator 1.2

MySQL Administrator 1.2


GUI administration tool more>> MySQL Administrator is a powerful visual administration console for MySQL, which allows the user to easily administer their MySQL environment, and gain better visibility of how their databases are operating. It is freely available under the GPL.<<less
Download (list)
Added: 2008-11-08 License: Freeware Price:
505 downloads
MyNoSQL 1.0

MyNoSQL 1.0


MySQL without SQL - access to MySQL servers without any knowledge of SQL! more>> Access to MySQL databases without SQL
Simply logon to the MySQL-Server and choose the table. All data of the table can be changed, deleted or inserted at once without any knowledge of SQL! Local and remote access is supported. Access has an extremely high performance. Changes are posted to the server at once!
The freeware has full functions for access to one server / database. If you need to access more servers / databases, choose the shareware.
This software also supports the following language version:English,German
<<less
Download (10.9MB)
Added: 2008-10-30 License: Freeware Price:
393 downloads
Simple MySQL Manager 0.5

Simple MySQL Manager 0.5


This is tool to run by orders and decrees databases and tables MySQL. Using it you can easy create/drop base or table, edit data in table, create SQL queries... You can use database server by network. more>>
This is tool to run by orders and decrees databases and tables MySQL.
Using it you can easy create/drop base or table, edit data in table, create SQL queries...
You can use database server by network.
<<less
Download (529K)
Added: 2003-02-27 License: Freeware Price: $0.00
2438 downloads
phpMySQLAutoBackup 0.3.0

phpMySQLAutoBackup 0.3.0


phpMySQLAutoBackup: the simple way to backup MySQL databases more>>
phpMySQLAutoBackup is a free tool that automates the backup of MySQL databases. The PHP scripts export your database (data and structures), compresses it into gzip format and emails it to you. Schedule it to run every day/week by adding it to a cron job, or use the excellent phpJobScheduler
New features include the ability to select separate tables for backup, and limit the backup to start and stop at pre-set table row numbers, this will now allow a section of a large table (with millions of records) to be selected for backup.
Protecting your MySQL data has never been easier, once setup your backups will be sent to you automatically like clockwork.
INSTALLATION:
Unzip the files and upload to your server.
You should upload the files and folders retaining the original names.
(this zip file includes the required MySQL export library from http://www.phpmyadmin.net)
To configure your installation, add your details to the following variables within file /phpMySQLAutoBackup/run.php:
$db = ""; // your MySQL database name
$mysql_username = ""; // your MySQL username
$mysql_password = ""; // your MySQL password
$emailaddress=""; // your email address to send backup files to
If you set the variable $save_backup_zip_file_to_server to 1 then the backup files will be saved in the folder: /phpMySQLAutoBackup/backups/
(you must also chmod this folder for write access to allow for file create)
To run the back:
Enter in your address bar the url:
http://www.[Your--domain].com/phpMySQLAutoBackup/run.php
(runs silently [no output], unless there are errors, OHhh no.)
If you have entered the above details correctly this will export your database, compress it into gzip format and email to you.
<<less
Download (423KB)
Added: 2006-07-11 License: GPL Price:
1202 downloads
Benchmark Factory for Databases 4.7.1

Benchmark Factory for Databases 4.7.1


Database Performance and Scalability Testing for Oracle, SQL Server, Sybase, DB2 more>> Benchmark Factory for Databases is a database performance and scalability testing tool for Oracle, SQL Server, DB2 UDB, Sybase ASE, MySQL, and other databases using ODBC connectivity that:
?Generates load against the database by replaying production workload, running user-defined SQL scripts or using out-of-the-box industry standard benchmarks (AS3AP, TPC-C TPC-B, TPC-D, Scalable Hardware).
?Simulates concurrent users running database transactions to uncover performance bottlenecks pre-production.
?Evaluates how database code such SQL, PL/SQL, T-SQL scale under different concurrent user loads.
?Stress tests the database to determine the breaking point measuring scalability and performance.
?Compares performance test results enabling users to compare performance and scalability between database platforms, which is necessary during database migrations (SQL Server 2000 to SQL Server 2005, Oracle 9i to Oracle 10g, etc.), database platform evaluations (Linux vs. Solaris vs. Win), and when deploying and tuning Oracle RAC.
<<less
Download (K)
Added: 2006-06-18 License: Freeware Price: Free
1229 downloads
Free Database Compare 2.0.14

Free Database Compare 2.0.14


compare the structure of two databases more>> The StarInix Database Compare application will allow you to compare the structure of two databases and display all the differences between them. Supported databases include: SQL Server (All Editions), MySQL and Access databases. You can compare two different databases, like access and SQL 2000. It will also allow you to create snapshots of a database and compare a live database to a snapshot. A database structure viewer is included. You can filter the comparison results by type of object and you can also choose to exclude the comparison of constraints and fields.<<less
Download (list)
Added: 2008-10-31 License: Freeware Price:
377 downloads
 
Other version of Free Database Compare
Free Database Compare 2.0Compares the structure of two SQL Server, MySQL or access databases. Supported databases include: SQL Server (All Editions), MySQL and Access databases. You can
License:Freeware
Download (9.3MB)
1061 downloads
Added: 2006-12-05
SiteMech Database Manager 1.1.2

SiteMech Database Manager 1.1.2


SiteMech Database Manager is a part of SiteMech Web Development Framework. This is a small and useful tool for backup and exchange data between Microsoft SQL Server and MySQL databases. It allows to export entire database or particular tables to XML file. Later you can import saved file to a local or remote database. The software allows direct data transfer between MSSQL and MySQL databases. more>> <<less
Download (1.1Mb)
Added: 2009-03-16 License: Freeware Price: Free
14 downloads
 
Other version of SiteMech Database Manager
SiteMech Database Manager 1.1.2Site Mechanics - useful tool for backup and exchange data between Microsoft SQL Server and MySQL databases. SiteMech Database Manager
License:Freeware
Download (1.04MB)
926 downloads
Added: 2007-04-14
JumpBox for the MySQL Relational Database 1.1.11

JumpBox for the MySQL Relational Database 1.1.11


JumpBox for the MySQL Relational Database provides users with such a useful and convenient program to use databases which is used as an integral component in many JumpBoxes and is also useful to have available in an easy to use standalone version. more>>
JumpBox for the MySQL Relational Database 1.1.11 provides users with such a useful and convenient program to use databases which is used as an integral component in many JumpBoxes and is also useful to have available in an easy to use standalone version.

This JumpBox includes MySQL 5 along with PHPMyAdmin setup and ready to run. It's a great tool for developing database backed applications and can also be used along with other JumpBoxes if you need to move the database into a separate virtual machine.

<<less
Download (189MB)
Added: 2009-11-09 License: Freeware Price: Notavailable
downloads
SQL Lite 5.9

SQL Lite 5.9


Manage an SQL database using Oracle and MySQL. more>>

SQL Lite 5.9 makes it easy to perform SQL operations on Oracle or MySQL databases.

Major Features:

  1. Table/view browser, object search, updateable cells, wizard to insert record;
  2. Copy table/data between databases;
  3. Save query result in CSV or HTML format;
  4. Spool query result or table/view structure to a file;
  5. Email query result to colleagues;
  6. Compare query results side by side;
  7. Load statements from a file;
  8. Save statements to a file;
  9. Accept arguments during execution, example: select &column1, &column2 from &table;
  10. Batch mode supported, example: @c: mpatch.sql;
  11. Open up to 50 database connections;
  12. Windows/Mac/Linux/Unix supported.

WareSeeker Editor

<<less
Download (46.2KB)
Added: 2005-11-24 License: Freeware Price:
1354 downloads
phpMySQLConsole 0.1

phpMySQLConsole 0.1


phpMySQLConsole - Operate MySQL databases over a simple web interface more>>
phpMySQLConsole is a powerful and most original way to operate your MySQL databases via a simple web interface.
You dont need shell access and any firewall construction. Its completely HTTP based. You wil sense power of SQL language with phpMySQLConsole
<<less
Download (10.9KB)
Added: 2007-03-12 License: Freeware Price:
975 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5