mysql database creating
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5254
MySQL Database Class 0.36
This class works under PHP4/PHP5 and all MySQL Versions from V3.x and newer. It features an easy-to-learn API and an error-management which includes auto-sending of EMails in case an DB error occured. The archive comes with complete documentation and more>> This class works under PHP4/PHP5 and all MySQL Versions from V3.x and newer. It features an easy-to-learn API and an error-management which includes auto-sending of EMails in case an DB error occured. The archive comes with complete documentation and some examples to show basic usage of this class.<<less
Added: 2007-03-05 License: BSD Price: $0.00USD
14 downloads
Other version of MySQL Database Class
License:BSD Style
PHP MySQL Database Class 1.0.4
A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL more>> A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL commands, insert and update from an array of key => value pairs, insert and update with sql command, query (one result), query (multiple rows), and dump a select query to a table. The zip file contains the class aswell as a demonstration script.<<less
Added: 2005-04-19 License: GPL Price: $0.00USD
16 downloads
Other version of PHP MySQL Database Class
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
License:GPL
Setting up MySQL database replication
This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario. more>> This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario.<<less
Added: 2008-09-28 License: Freeware Price: $0.00USD
13 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
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
Get MySQL database layout in XML format 1.0
In this tutorial I will show you how to get your MySQL database description / layout in XML format. more>> In this tutorial I will show you how to get your MySQL database description / layout in XML format.<<less
Added: 2007-04-17 License: Freeware Price: $0.00USD
12 downloads
Other version of Get MySQL database layout in XML format
License:Freeware
PHP mySQL Database Wrapper 1.0.5
This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql more>> This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHPs native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...<<less
Added: 2006-07-24 License: Free for non-commercial use Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
1217 downloads
MySQL tables description generator
MySQL tables description generator is created to be an intelligent and great PHP class that can be used to generate PHP classes that describe MySQL database tables. more>>
MySQL tables description generator is created to be an intelligent and great PHP class that can be used to generate PHP classes that describe MySQL database tables.
Added: 2009-07-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
MySQL Database 2 Excel KonvertR 1.00
MySQL 2 Excel KonvertR is a small application that automatically exports the entire contents of a MySQL Database to an Excel Workbook, without using ODBC. Features: All tables of MySQL database converted simultaneously; Column headings in each Excel more>> MySQL 2 Excel KonvertR is a small application that automatically exports the entire contents of a MySQL Database to an Excel Workbook, without using ODBC. Features: All tables of MySQL database converted simultaneously; Column headings in each Excel Worksheet named after the MySQL tables Field Names; Excel Worksheets named automatically after the MySQL tables in the database; Excel Worksheets ordered alphabetically in the Workbook; No need for ODBC connection/ODBC drivers for MySQL. One-file .exe: Nothing to Install or Uninstall!<<less
Added: 2002-06-25 License: Freeware Price: 0.00
13 downloads
PHP MySql Multiple Database Backup
This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup more>> This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. No tables can be selected. The whole database will be backed-up. Contains fulltxt fields as option. Works with windows/apache too, special changes for windows time-out. For the use with single databases with table selection see: MySql PHP Backup<<less
Added: 2006-01-04 License: Freeware Price: Free
1416 downloads
IdealMySQL Database Class for MySQL 1.1
This is a MySQL class I wrote to use in my programs. It will allow you to do the following: - Connect to a mysql database - Query a mysql database to include * INSERT|DELETE|UPDATE|REPL ACE|DROP * SELECT|SHOW|DESCRIBE|EXPL AIN - Catch errors more>> This is a MySQL class I wrote to use in my programs. It will allow you to do the following: - Connect to a mysql database - Query a mysql database to include * INSERT|DELETE|UPDATE|REPL ACE|DROP * SELECT|SHOW|DESCRIBE|EXPL AIN - Catch errors and email them to the admin - Check variables to make sure they only contain particular characters All errors are in the file errors.txt for easy adding and use. The look and feel of the error output to the user is controlled by a style sheet. There is plans to add more to the class at a later date or as needed. If you have any suggestions please let me know.<<less
Added: 2007-06-06 License: GPL Price: $0.00USD
74 downloads
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
Database To XML 1.0
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: $0.00USD
17 downloads
Other version of Database To XML
License:Freeware
PHP Database Integration With MySQL 1.0.0
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL more>> One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL Database Server Create new Database Select MySQL Database Add data to table Retrieve data Error Handling<<less
Added: 2007-04-23 License: Freeware Price: $0.00USD
12 downloads
Other version of PHP Database Integration With MySQL
License:Freeware
Database Manager (mySQL) 1
This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the more>> This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the previous query.<<less
Added: 2004-05-16 License: Freeware Price: $0.00USD
13 downloads
Other version of Database Manager
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 mysql database creating 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