Skip to content

Mysql driver is incompatible with DigitalOcean managed database #54470

Discussion options

You must be logged in to vote

Hey @kenarsuleyman. Im not too familiar with Laravel in general however I have managed a similar issue in the past. The error is occuring because Laravel's database schema management, particularly in the MySqlGrammar class, relies on querying the information_schema to perform certain operations. I personally decided to migrate to another database supported by the MySqlGrammar class include AWS RDS, PostgreSQL , MariaDB and Google Cloud SQL. other possible solution comprise customizing the configuration file at config/database.php, requesting Feature changes to digitalOcean. Another possibility is that there are some syntatic issues with the Database connection so I will urge you to review…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kenarsuleyman
Comment options

@Charlesnorris509
Comment options

Answer selected by kenarsuleyman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #54469 on February 04, 2025 23:11.