synchronize databases
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2415
SyncSQL.com - Synchronize MySQL Databases
Synchronize MySQL Databases absolutely free. SyncSQL.com is a free service which compares the structure of two similar databases and produces a set of alter statements that will make the structure of the target database identical to the structure of the more>> Synchronize MySQL Databases absolutely free. SyncSQL.com is a free service which compares the structure of two similar databases and produces a set of alter statements that will make the structure of the target database identical to the structure of the source database.<<less
Added: 2005-12-21 License: Freeware Price: $0.00USD
12 downloads
Micro Database Browser 1.1
Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. Its purpose to give you an easy installable product to verify your actual DB status without installing professional database more>> Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. Its purpose to give you an easy installable product to verify your actual DB status without installing professional database management tools.<<less
Added: 2006-06-20 License: Freeware Price: $0.00USD
13 downloads
Other version of Micro Database Browser
License:Freeware
Free MySQL Databases
We are providing absolutely free MySQL databases to users. We are at your service to keep your databases online, up and running. Thats a guarantee! As we all know there are thousands of free and paid hosting providers out on the web, but when it more>> We are providing absolutely free MySQL databases to users. We are at your service to keep your databases online, up and running. Thats a guarantee! As we all know there are thousands of free and paid hosting providers out on the web, but when it comes to MySQL databases, you either cant have one or your stuck with only a few. Well those days are over; with FreeMySQL.net you are given 3 databases, after you activate your account. You have 3 options to administer your databases: FlashMyAdmin, FreeMySQL.net Admin and PHPMyAdmin with each using web interface provided for ease of use.<<less
Added: 2005-07-01 License: Other Price: $0.00USD
11 downloads
Check Database Permissions
If you are the root user then it will display all the databases on the server, but if your not the root user then it will show all the databases that your user has permissions for. Its a really fun to more>> If you are the root user then it will display all the databases on the server, but if your not the root user then it will show all the databases that your user has permissions for. Its a really fun to play around with and can be expanded in a variety of ways. Its explained in the comments.<<less
Added: 2006-06-11 License: GPL Price: Free
1235 downloads
cPanel Database Creator 1.2
cPanel does not allow you to create databases directly from MySQL/PhpMyAdmin. You would have to login to cPanel and use its interface to create database each time you need new one. cPanel Database Creator will make it easier. Just fill more>> cPanel does not allow you to create databases directly from MySQL/PhpMyAdmin. You would have to login to cPanel and use its interface to create database each time you need new one. cPanel Database Creator will make it easier. Just fill username/password/host once, and script will be ready to use. Creating database will be as easy as running cpanel_create_db.php?db=M yNewDbName NOTE: requires cURL installation on the server.<<less
Added: 2006-07-15 License: Freeware Price: $0.00USD
12 downloads
Other version of cPanel Database Creator
License:Freeware
Large Database Backup
This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current v more>> This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creating a new database. The class stores the generated SQL statements in files. A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.<<less
Added: 2007-07-22 License: GPL Price: Free
836 downloads
Display a Database
In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it. more>> In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.<<less
Added: 2005-11-12 License: Freeware Price: Free
1454 downloads
Get image from database
Learn how to get a stored image from a database and display it on a page. more>> Learn how to get a stored image from a database and display it on a page.<<less
Added: 2004-10-27 License: Not Specified Price: Free
1840 downloads
Create a database on the fly
In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To more>> In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To create a database with PHP we first need to connect as a user that has the ability to create new databases...<<less
Added: 2008-03-23 License: Other Price: $0.00USD
13 downloads
Sorting Database Results with PHP
This tutorial will show you how to display data from a database and allow the user to sort it. more>> This tutorial will show you how to display data from a database and allow the user to sort it.<<less
Added: 2002-09-24 License: Not Specified Price: Free
2641 downloads
DBSight Database Search 1.1.1
DBSight is a deployable J2EE web application that can create one or several search engines on any JDBC relational databases. Its a highly configurable platform to create search. It can crawl your database, create indexes, display search more>> DBSight is a deployable J2EE web application that can create one or several search engines on any JDBC relational databases. Its a highly configurable platform to create search. It can crawl your database, create indexes, display search results. You can customize most of the components, and manage the indexes -- all by web interface. * Scalable, online demo http://search.dbsight.com holds 1.2G data, 1.7 million records * Work on live systems, new or old legacy systems, without changing existing code. * Customizable crawl, customizable indexing, customizable searching, customizable results templates<<less
Added: 2005-06-24 License: Free Non-Commercial Price: $0.00USD
10 downloads
PHP and Writing to MySQL Databases
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. more>> This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3648 downloads
Get metadata on MySQL databases
Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in e more>> Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need to build on this code, you might want to copy the code which prints out all databases, tables and field information plus examples. Its a great way to get an overview of the tables you are working on for a project.<<less
Added: 2007-01-25 License: Freeware Price: Free
1009 downloads
Database To XML
This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output. more>> This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output.<<less
Added: 2006-08-07 License: Freeware Price: Free
1181 downloads
Simple IP to Country without databases 1.0
Just for identification of country. Instead of a database, IP information is stored into many files, so that only one of them is requested each time. Additionaly, files with data only for specific countries is available. Example scripts for usage of more>> Just for identification of country. Instead of a database, IP information is stored into many files, so that only one of them is requested each time. Additionaly, files with data only for specific countries is available. Example scripts for usage of data files is provided. Ip data is updated regularly.<<less
Added: 2006-02-19 License: Freeware Price: $0.00USD
12 downloads
Other version of Simple IP to Country without databases
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above synchronize databases search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed