To dump the contents of a MySql table do :
mysqldump -u username -p dbname tablename > tablename.sql
after this the table can be recreated on any computer or database with :
mysql -u username -p dbname < tablename.sql
This will create the table and put in the content. The new database
must be made in advance with mysqladmin create if the table is
intended to be created in a new database.
bookmarker - PHP, PHPLIB, MySQL WWW based bookmark manager Categories : MySQL , PHP , MySQL , Complete Programs , Databases This program allows you to upload an ODBC ressource - i.e. an MS-Access database to a MySQL server. Categories : Databases , MySQL , Complete Programs , PHP , Databases Identify and log search engine access (spiders, robots, etc.) to a page. Categories : HTTP , Environment Variables , PHP , MySQL , Databases Visits-tracking Categories : PHP , Databases , MySQL , Errors and Logging , Functions A simple script to count and report hits and the last
modification time of an HTML page. Requires MySQL support
(other DBs should work too, except possibly mSQL). Categories : HTTP , MySQL , PHP , Databases Finds the median in an array of numbers - Can be used with a MySql database column read into an array Categories : PHP , Arrays , Databases , MySQL Password reminder Categories : PHP , PHP Classes , Databases , MySQL , Mail dynamic table columns Categories : PHP , HTML and PHP , Arrays , Databases , MySQL EMS MySQL Manager - A Powerful MySQL Administration and Development Tool for Win32. Categories : Complete Programs , MySQL , Databases , Utilities , Windows 2000 Pull Down Surfing - Surf on Change Categories : Java Script , MySQL , HTML and PHP , PHP , Databases Online Automatic Class Generator for MySQL Tables Categories : PHP , PHP Classes , Classes and Objects , Databases , MySQL create a grid out of <INPUT TYPE=TEXT> then saving to a database. Uses
a 'multi-dimension array', but not really as the array is just one big array
with the index of "[$i][$j]". Have a look at the code and you'll see what I
mean. Categories : PHP , MySQL , Arrays , Databases Specify your connection settings and create a link to a MySQL database. Categories : PHP , PHP Classes , Databases , MySQL , Beginner Guides Paginator - a class that can help you to split MySQL database query result sets to pages. Categories : MySQL , Databases , HTML , PHP Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0 Categories : PHP , Sessions , Databases , MySQL