For cloud applications: Is there a way to access the phpmyadmin sql s

For cloud applications:

Is there a way to access the phpmyadmin sql server via the command line?

Right now we're either copy/pasting sql code when deploying, or importing a .zip sql file, but we would rather run the sql from the command line to avoid timeouts for large files.

OriginalPostID-163179

OriginalPostID-163179

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    We have also faced this issue when loading/migrating data into the cloud environment. We take the approach of running a script to create the schema and deploy artefacts such as views and stored procedures, we then use a process that reads SQL files from a directory in the Appian DM (these files contain data with insert statements only), and the bulk uploader plugin which is significantly quicker for large datasets:

    forum.appian.com/.../summary
Reply
  • 0
    Certified Lead Developer
    We have also faced this issue when loading/migrating data into the cloud environment. We take the approach of running a script to create the schema and deploy artefacts such as views and stored procedures, we then use a process that reads SQL files from a directory in the Appian DM (these files contain data with insert statements only), and the bulk uploader plugin which is significantly quicker for large datasets:

    forum.appian.com/.../summary
Children
No Data