Remote database
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:2
- Comments:21 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!
@aldieemaulana You are using
--ssl
option but you specifylocalhost
as the database hostname. Are you sure?