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 HTML5 tag can be used to embed an external application (SWF, PDF) in web page?
<mark> <embed> <canvas>
<embed src="flash_game.swf" width="450" height="350" />
Which CSS pseudo-element adds a special style to the first line of a text?
:first-letter :before :first-line
#id:first-line {
  font-weight: bold;
  color: blue;
}
Click on the window object property which gets or sets the URL of current page.
window.location window.self window.status
var url = window.location;
alert(url);
Indicate the PHP function used to get the contents of a file or page and store it into a string.
fopen() file_put_contents() file_get_contents()
$homepage = file_get_contents("http://coursesweb.net/");
echo $homepage;
MySQLDumper - Backup MySQL Database

Last accessed pages

  1. Importing images (1615)
  2. Star shapes with CSS (11292)
  3. Code Snippets - Add and Create (1866)
  4. Creating Custom Colors (2375)
  5. createElement and insertBefore (7403)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (352)
  2. CSS cursor property - Custom Cursors (41)
  3. The Mastery of Love (39)
  4. PHP-MySQL free course, online tutorials PHP MySQL code (34)
  5. Read Excel file data in PHP - PhpExcelReader (31)