PHP Classes

File: src/lang/en/messages.php

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   PHP Backup MySQL Database Automatically   src/lang/en/messages.php   Download  
File: src/lang/en/messages.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Backup MySQL Database Automatically
Backup and restore MySQL database dumping SQL file
Author: By
Last change:
Date: 4 years ago
Size: 1,652 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: Djunehor
 * Date: 10/5/2019
 * Time: 7:17 PM
 */

return [
   
'host' => 'host',
   
'build_date' => 'Build date',
   
'year' => 'year',
   
'day' => 'day',
   
'month' => 'month',
   
'database' => 'database',
   
'error' => 'ERROR',
   
'db_conn_error' => 'Mysql Connect Error',
   
'create_directory_failed' => 'Failed to find/create backup Directory',
   
'table_not_found' => "Table doesn't exist!",
   
'backing_up_table' => "Backing up the table",
   
'retrieve_tables' => "Retrieved DB tables",
   
'retrieve_tables_fail' => "Failed to retrieve DB tables",
   
'volume' => "volume",
   
'backup_complete' => 'Data backup completed, backup file',
   
'backup_success' => 'Backup success',
   
'backup_failed' => 'Backup failed',
   
'open_sql_fail' => 'Failed to open SQL?',
   
'write_sql_fail' => 'Failed to write sql file, please write the file',
   
'close_sql_fail' => 'Failed to close sql file',
   
'sql_file_not_exist' => 'Sql file does not exist! Please check',
   
'do_not_refresh' => 'Do not refresh and close the browser to prevent the program from being aborted, if you are not careful! Will cause damage to the database structure',
   
'please_wait' => 'Importing backup data, please wait!',
   
'importing_sql' => 'Importing sql',
   
'db_import_succeed' => 'Database import succeeded',
   
'db_import_failed' => 'Database import failed!',
   
'importing_volume' => 'Importing volume',
   
'import_volume' => 'Import volume',
   
'import_volume_failed' => 'failure! It may be that the database structure is corrupted! Please try to import from volume 1',
   
'import_volume_succeed' => 'This volume backup is all imported successfully!',
   
'congrats' => 'congratulations',

];