Skip to content

Commit 2a1b7b2

Browse files
Update README.md
typo
1 parent 9a92ae3 commit 2a1b7b2

File tree

1 file changed

+2
-2
lines changed
  • cloud-architecture/custom-apps-and-consolidation/mysql-discovery-utility

1 file changed

+2
-2
lines changed

cloud-architecture/custom-apps-and-consolidation/mysql-discovery-utility/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# MySQL Database Discovery Utility
22

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.
44

55
## When to use this asset?
66

77
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.
88

99
## How to use this asset?
1010

11-
- Copy ` MySQLdiscovery.sh ` file to the linux server.
11+
- Copy ` MySQLdiscovery.sh ` file to the Linux server.
1212

1313
- To execute the script: ``` sh MySQLdiscovery.sh ``` .
1414
The script will generate a DB_REPORT.html file at ` /tmp` location of the server.

0 commit comments

Comments
 (0)