Files
alfred-preferences/Alfred.alfredpreferences/snippets/mysql/MySQL Database Restoration [74D8C3D4-D43B-4370-9690-B28107F19CF7].json
2026-03-26 09:22:38 +08:00

8 lines
206 B
JSON

{
"alfredsnippet" : {
"snippet" : "mysql -u root -p -D {cursor} < backup.sql\n",
"uid" : "74D8C3D4-D43B-4370-9690-B28107F19CF7",
"name" : "MySQL Database Restoration",
"keyword" : ""
}
}