You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1780 on April 17, 2024 12:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is my config/database code:
When I try this I am getting:
"Unknown database 'users'" when selecting the database.
When I try to use it like this:
I am getting:
D:/xampp/mysql/bin/mysqldump: option '--tables' cannot take an argument
When I try to use it like this:
It is not working.
How to make this work? Is it possible to dump only one table of the database? I am using
"spatie/laravel-backup": "^8.2"
andLaravel Framework 9.52.16
Beta Was this translation helpful? Give feedback.
All reactions