Created
October 12, 2018 15:35
-
-
Save terrorobe/ee65df45dcae94c0673a5d122864a5b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admin@gheaws-michaelrenner-at-replica:~$ sudo ls -la /data/user/mysql/ | |
total 917180 | |
drwx------ 7 mysql mysql 4096 Oct 12 14:42 . | |
drwxr-xr-x 21 root root 4096 Oct 11 09:41 .. | |
-rw-r--r-- 1 root root 309494019 Oct 12 14:37 database_seed_9fad21ae-0969-11e7-b01b-0a43d10d6233.sql | |
# What do you expect this to do | |
$ sudo rm -f /data/user/mysql/database_seed*.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment