question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am trying to use remote database.

Credentials are correct.

Enter your database connection details and then your admin interface will be automatically generated.

? What's the database type?  mysql
? What's the database name? ****
? What's the database hostname? *****
? What's the database port? 3306
? What's the database user?  remote
? What's the database password? [optional]  ****************
? Choose a project name:  lumber
error: 💀  Ouch, cannot connect to the database 💀

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:21 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Nov 14, 2016

@SeyZ @vladimir-yuldashev

Ok i think i got it! there is a “:” char in my DB password and it’s conflicting with the DATABASE_URL format in the .env DATABASE_URL=mysql://root:password@localhost:3306/dbname

BTW lumber -V keep returning 1.0.1

Thank you guys for your help!

0reactions
SeyZcommented, Nov 16, 2016

@aldieemaulana You are using --ssl option but you specify localhost as the database hostname. Are you sure?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remote Database Access - Wikipedia
Remote database access (RDA) is a protocol standard for database access produced in 1993 by the International Organization for Standardization (ISO).
Read more >
How To Set Up a Remote Database to Optimize Site ...
This guide will walk you through the process of configuring a remote MySQL database server that your website or application can connect to....
Read more >
Remote Database Access (RDA)
Remote Database Access provides standard protocols for establishing a remote connection between a database client and a database server.
Read more >
How To Connect To A Remote Database - Knowledgebase
To make a remote connection to your MySQL database, you need the following pieces of information: Your database username; Your database password; The...
Read more >
How to Remotely Connect to the MySQL Database - HostGator
Under the Databases section, click on the Remote MySQL® icon. cPanel - Remote MySQL. On the Remote MySQL® page, enter the connecting IP...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found