-
Bug
-
Resolution: Done
-
Critical
-
DO280 - OCP4.5 1 20200825, DO280 - OCP 4.5 2 20201110
-
None
-
ILT, ROLE, VT
-
en-US (English)
URL:
Reporter RHNID:
Section: - Troubleshooting OpenShift Software-defined Networking
Language: en-US (English)
Workaround: Remove the -p and the password env variable
Description: The GE Troubleshooting OpenShift Software-defined Networking step 2.6 and step 2.7 requires you to connect to MySQL using the password, but it is not necessary:
mysql -u root -p$MYSQL_ROOT_PASSWORD \
>items < /tmp/db-data.sql
It should beĀ
mysql -u root \
> items < /tmp/db-data.sql