Php-mysql Course

- MySQLDumper is a Free PHP and Perl based tool for backing up MySQL database and Tables. With this script you can easily dump your data into a backup file, and restore it. This is the main function, but this script can also be used to create MySQL databases, edit, delete, create Tables in MySQL, and run SQL statements (SQL Browser like phpMyAdmin).
MySQLDumper can write the data directly into a compressed .gz file. The restore script is able to read this file directly without unpacking it. You can also use the script without compression (sql /text format), but using Gzip saves a lot of bandwidth.
You can configure the script to automatically send the backup file to an FTP account or your email adress.

- Download MySQLDumper 1.24.4 (640 KB).

The installation is very easy. Unpack the archive on your server, then change "config.php" to CHMOD 0777, and "work" directory to CHMOD 0755.
Start MySQLDumper in your Browser by accessing for example: "http://webserver/msd1.24.4/" to complete the setup, just follow the instructions.
- For more details, see the "Credits / Help" menu in the MySQLDumper page script.

Screenshots

Status Configuration
Backup Tables Backup Database Restore of Database SQL Browser

• Home page project: MySQLDumper Web Site.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is a block element?
<div> <img> <span>
<div>Web Programming and Development</div>
Which CSS code displays the text underlined?
font-style: italic; text-decoration: underline; font-weight: 500;
h2 {
  text-decoration: underline;
}
Click on the JavaScript function that can access other function after a specified time.
insertBefore() setTimeout() querySelector()
function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Click on the instruction that returns the number of items of a multidimensional array in PHP.
count($array) count($array, 1) strlen()
$food =["fruits" =>["banana", "apple"), "veggie" =>["collard", "pea"));
$nr_food = count($food, 1);
echo $nr_food;       // 6
MySQLDumper - Backup MySQL Database

Last accessed pages

  1. Remove / Get duplicate array values - Reset array keys in PHP (13046)
  2. Create simple Website with PHP (43835)
  3. Refresh page if window width changes from a device size to other (1732)
  4. PHP PDO - exec (INSERT, UPDATE, DELETE) MySQL (55423)
  5. Clear Canvas Context (8002)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (324)
  2. Read Excel file data in PHP - PhpExcelReader (119)
  3. The Four Agreements (97)
  4. PHP Unzipper - Extract Zip, Rar Archives (94)
  5. The Mastery of Love (87)