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
Copy file name to clipboardExpand all lines: cloud-architecture/custom-apps-and-consolidation/mysql-discovery-utility/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# MySQL Database Discovery Utility
2
2
3
-
MySQL Database Discovery & Analysis Utility is a discovery utility to fetch the database information and the host details. In order to capture complete details of source MySQL instance, the discovery script will help us fetch the necessary information. It is a shell script with HTML tags embedded to help connect to source instances and fetch the details. This script runs in any flavour of Linux version and any MySQL versions 5.6 and above.
3
+
MySQL Database Discovery & Analysis Utility is a discovery utility to fetch the database information and the host details. In order to capture complete details of the source MySQL instance, the discovery script will help us fetch the necessary information. It is a shell script with HTML tags embedded to help connect to source instances and fetch the details. This script runs in any flavor of Linux version and any MySQL version 5.6 and above.
4
4
5
5
## When to use this asset?
6
6
7
7
This script is to be executed in the discovery phase if it is identified the MySQL on-premises database is to be migrated to OCI.
8
8
9
9
## How to use this asset?
10
10
11
-
- Copy ` MySQLdiscovery.sh ` file to the linux server.
11
+
- Copy ` MySQLdiscovery.sh ` file to the Linux server.
12
12
13
13
- To execute the script: ``` sh MySQLdiscovery.sh ``` .
14
14
The script will generate a DB_REPORT.html file at ` /tmp` location of the server.
0 commit comments