Skip to content

Commit 3edd42c

Browse files
lift-review-changes
1 parent 2a1b7b2 commit 3edd42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 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.
3+
MySQL Database Discovery and 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

cloud-architecture/custom-apps-and-consolidation/mysql-discovery-utility/files/MySQLdiscovery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
#############################################################
23
--# Copyright (c) 2023, Oracle and/or its affiliates.
34
--# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
@@ -7,7 +8,6 @@
78
--# USAGE : sh <filename.sh> .
89
--# @author: Ajay Rao.
910
##############################################################
10-
#!/bin/bash
1111

1212
NOW=$(date +"%m")
1313
TIMESTAMP=$(date +"%F")

0 commit comments

Comments
 (0)