Skip to content

Instantly share code, notes, and snippets.

@kennyLtv
Created January 27, 2019 02:37
Show Gist options
  • Save kennyLtv/b89e5ddd5983eb887a7fb17bcb070a22 to your computer and use it in GitHub Desktop.
Save kennyLtv/b89e5ddd5983eb887a7fb17bcb070a22 to your computer and use it in GitHub Desktop.
Plesk SQL Database registration from new line file
## Reads from piped file to get list of dbs to register
while read i; do plesk bin database --register $i -domain dmfrenzy.com -server localhost; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment