From 0ee622e0adafad3ee7a5afbcdcc519c7cca544d6 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 25 Jun 2026 23:17:35 +0200 Subject: restauration BDD console bin/restore_db.php --- bin/mysqldump.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/mysqldump.php (limited to 'bin/mysqldump.php') diff --git a/bin/mysqldump.php b/bin/mysqldump.php old mode 100644 new mode 100755 index b7ae3ef..7d8e960 --- a/bin/mysqldump.php +++ b/bin/mysqldump.php @@ -10,4 +10,4 @@ Config::load('../config/config.ini'); require '../src/model/doctrine-bootstrap.php'; $file_name = Backup::mySQLdump($entityManager, 'console'); // créer un nouveau backup -echo realpath($file_name) . "\n"; \ No newline at end of file +echo "Un backup a été créé:\n" . realpath($file_name) . "\n"; \ No newline at end of file -- cgit v1.2.3