mysql Dump Issue #1095
Unanswered
RokonuzzamanJhinuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dumping database medicinestock...
Backup failed because The dump process failed with exitcode 1 : General error : '"mysqldump"' is not recognized as an internal or external command,operable program or batch file.
.
#0 C:\xampp\htdocs\MedicinStock\vendor\spatie\db-dumper\src\DbDumper.php(263): Spatie\DbDumper\Exceptions\DumpFailed::processDid
NotEndSuccessfully(Object(Symfony\Component\Process\Process))
#1 C:\xampp\htdocs\MedicinStock\vendor\spatie\db-dumper\src\Databases\MySql.php(190): Spatie\DbDumper\DbDumper->checkIfDumpWasSu
ccessFul(Object(Symfony\Component\Process\Process), 'C:\xampp\htdocs...')
#2 C:\xampp\htdocs\MedicinStock\vendor\spatie\laravel-backup\src\Tasks\Backup\BackupJob.php(252): Spatie\DbDumper\Databases\MySq
l->dumpToFile('C:\xampp\htdocs...')
#3 [internal function]: Spatie\Backup\Tasks\Backup\BackupJob->Spatie\Backup\Tasks\Backup{closure}(Object(Spatie\DbDumper\Databa
ses\MySql), 'mysql')
#4 C:\xampp\htdocs\MedicinStock\vendor\laravel\framework\src\Illuminate\Support\Collection.php(638): array_map(Object(Closure),
Array, Array)
#5 C:\xampp\htdocs\MedicinStock\vendor\spatie\laravel-backup\src\Tasks\Backup\BackupJob.php(255): Illuminate\Support\Collection-
Swift_TransportException : Connection could not be established with host medicinstore.nittokini.com :stream_socket_client():
php_network_getaddresses: getaddrinfo failed: No such host is known.
at C:\xampp\htdocs\MedicinStock\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php:269
265| }
266| $streamContext = stream_context_create($options);
267|
268| set_error_handler(function ($type, $msg) {
Exception trace:
1 Swift_Transport_StreamBuffer::{closure}("stream_socket_client(): php_network_getaddresses: getaddrinfo failed: No such hos
t is known. ", "C:\xampp\htdocs\MedicinStock\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php")
[internal]:0
2 stream_socket_client("tsl/ssl://medicinstore.nittokini.com:465", "php_network_getaddresses: getaddrinfo failed: No such ho
st is known. ")
C:\xampp\htdocs\MedicinStock\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php:272
Please use the argument -v to see more details.
C:\xampp\htdocs\MedicinStock>
C:\xampp\htdocs\MedicinStock>mysqldump
'mysqldump' is not recognized as an internal or external command,
operable program or batch file.
C:\xampp\htdocs\MedicinStock>mysqldump
'mysqldump' is not recognized as an internal or external command,
operable program or batch file.
C:\xampp\htdocs\MedicinStock>mysqldump
'mysqldump' is not recognized as an internal or external command,
operable program or batch file.
Beta Was this translation helpful? Give feedback.
All reactions