MONyog

MONyog 6.23

MONyog is a cross-platform, easy-to-use and commercial software that lets users easily monitor their MySQL databases from anywhere in the world. It is part of the SQLyog application, which allows users to manage MySQL databases. Features at a glance Key...

movingaverage is a Python module to compute the moving average of a list. For example: from movingaverage import movingaverage print list(movingaverage([1,2,3,4,5,6], 3)) >>> [2,3,4,5]movingaverage(data, sample_size): Return the moving...

MyFSys

MyFSys 1.1

MyFSys is a failover system for the MySQL database server. MyFSys is a cost-effective software solution that designed to ensure uninterruptible 24x7 operation of MySQL databases. When disaster strikes and you lose your primary database, your business can...

MyJgui

MyJgui 0.7.4.5

MyJgui is an open source and lightweight graphical user interface (GUI) for MySQL databases.MyJgui is written in Java, which means that it runs on Linux, Mac OS X and Windows platforms, and aims to be easy-to-use for new users, as well as...

MyJSQLView

MyJSQLView 3.47

MyJSQLView is an open source application that allows you to delete, add, edit or view entries in a MySQL database.MyJSQLView is an easy to use Java based user interface frontend for viewing, editing, deleting or adding entries in a MySQL...

MySAC

MySAC 1.1.1

MySAC is a library that provides mechanisms for making asynchronous request to MySQL databases.It uses uses the official MySQL client library for authentication and network functions. Memory allocation must be done in user code, so any memory manager can...

Mysql Data Manager (shortly MDM) is multifunctional and multiplatform web based mysql administration tool and data editor. Mysql Data Manager is a CGI script written in Perl. It uses web browser based GUI, which provides a complete set of high-level and...