Error in MySQL connection

Wappler Version : latest stable
Operating System : Sonoma 14.1.1
Server Model: PHP
Database Type: MySQL
Hosting Type: custom

I have a strange error with the database and I don’t understand how to fix it. The change sheet is also not available.
I have normal access to the database and can write and retrieve data

standart test connections is OK

Seems we need to delete table wappler_migrations’ ? but how do it from wappler?
Is it possible to create a manual query to a database like this?

DROP TABLE IF EXISTS `guitar`.`wappler_migrations`;

I try ```
SHOW TABLES;

by DBeaver - but  `wappler_migrations` table not exist

Well it seems you have different problems with the different databases, might be something disk space related. For MySQL see:

Doesn’t work, I tried all combinations of solutions from this article and also tried manually deleting all “wappler_migration” files in the base directory, but the error persists

sometime error to change on this

Maybe I can clean some files in Wappler and reconnect the database as new?

Maybe but still you have two different problems with the different databases. Can be user login related or schema related.

So if you still have problems with specific database it might be better to post separate topics per database type.

The problem with PostGreSQL went away on its own - so I will remove mention of it here

In a project with PostgreSQL, a problem appeared again with adding columns to tables, I made a separate post about this

I couldn’t find a solution to fix the data base, so I just copied only the structure to the new database.
It’s good that this was not a production base. :joy: