@@ -27,12 +27,21 @@ This package has been developed by H&H|Digital, an Australian botique developer.
27
27
28
28
## Installation
29
29
30
- Run the installer to automatically download the latest version.
30
+ Via commmand line:
31
31
32
- ` bash <(curl -s https://hnhdigital-os.github.io/mysql-helper/install) `
32
+ ` bash <(curl -s https://hnhdigital-os.github.io/mysql-helper/builds/install) `
33
+
34
+ Download the latest build:
35
+
36
+ ` curl -o ./mysql-helper -LSs https://github.com/hnhdigital-os/mysql-helper/raw/master/builds/fs-tasker `
37
+ ` chmod 755 ./mysql-helper `
38
+
39
+ Move it local bin:
40
+
41
+ ` mv ./fs-tasker /usr/local/bin/fs-tasker `
33
42
34
43
Run the install command to run automatically dependency installation.
35
- NOTE: This currently only works on Debian (uses apt-get). See above requirements to manually install.
44
+ NOTE: This currently only works on Debian (uses apt-get). See the software requirements to manually install.
36
45
37
46
` mysql-helper install `
38
47
@@ -50,12 +59,12 @@ This tool provides a self-update mechanism. Simply run the self-update command.
50
59
51
60
```
52
61
USAGE: mysql-helper <command> [options] [arguments]
53
- configure Run the configuration wizard.
54
- self-update Check if there is a new version and update.
55
- self-update [--tag=?]
56
- Update this binary to a specific tagged release.
57
- self-update [--check-release=?]
58
- Returns the current binary version.
62
+ backup Backup a specific local database
63
+ clone Clone database from one to another
64
+ configure Configure profiles and connections
65
+ display List databases available to this connection
66
+ install Install system requirements
67
+ restore Restore a specific local database
59
68
```
60
69
61
70
## Contributing
0 commit comments