Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-8614

DO280-511: GE: Troubleshooting OpenShift Software- defined Networking - issues to connect to the DB

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • DO280 - OCP4.5 1 20200825, DO280 - OCP 4.5 2 20201110
    • DO280
    • 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

            rht-flozano Fernando Lozano
            rhn-gls-rtaniguchi Ricardo Taniguchi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: