Skip to main content

How can I connect to my database from my local workstation?

Comments

2 comments

  • Tony Greising-Murschel

    For that you can use the Platform CLI tool and run platform sql < my_local.sql. More information can be found on our docs site.

    0
  • P2C photo

    never worked with host 127.0.0.1 port 30000

    here are the creds i used

    <?php $conf['dblayer'] = 'mysqli'; $conf['db_base'] = 'main'; $conf['db_user'] = 'user'; $conf['db_password'] = ''; $conf['db_host'] = 'database.internal';
    0

Please sign in to leave a comment.