16 projects tagged "Windows"
mysqlblasy is a Perl script for automating MySQL database backups. It uses "mysqldump" for dumping mysql databases to the files sytem. It was written with automated usage in mind. For example, it is silent during operation, and only produces noise on errors/problems. It rotates backups automatically to prevent the backup disk from getting full when the administrator is on vacation (or is lazy).
MySQL Workbench is a cross-platform, graphical database modeling tool for MySQL. It allows you to create database models from scratch as well as by importing existing databases from SQL or DBDesigner4 models. You can then generate SQL code to CREATE databases, ALTER them, and export in various image formats and PDF/PS. Its extension system allows writing plugins and scripts in Lua, Python, and C++.
Nextls is a console application that keeps track of your music collection using a MySQL database to store information such as length, bitrate, metadata, and where on the hard drive it is located. When Nextls is launched, it will figure out any changes done since the previous run and update the database accordingly. The database is very simple to work with, and there also exists a sister project in Nx2 that will allow you to take your database online and stream your music from a Web browser.
JumpBox for the MySQL Relational Database includes MySQL 5 along with PHPMyAdmin set up 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.
preload-images is a PHP class that can be used to generate pages with preloaded images. First, it can list images from a directory and store the list in a MySQL database. The class can generate HTML with JavaScript to preload all listed images in the user's browser, so the next browsed pages that need the images can load much faster.
MADAL is an AJAX based database access layer for MySQL written in PHP and Javascript. It generates PHP and JavaScript/jQuery source code that is well documented, so you can use your IDE's auto-completion against database tables and fields. The documentation was designed with PHP Eclipse in mind, but should work for any IDE that recognizes PHP doc. It generates a set of PHP classes that mirror your database schema. It generates a set of JavaScript/jQuery classes allowing for simple client side display and modification. It generates an easy-to-use Web-service for accessing your database. An AJAX enabled field can be produced simply by printing the input field. Input fields are validated for their type. MADAL includes the whole set of default jQuery UI themes for styling of your pages.