Bonjour, apres avoir manipuler mysql qui ne redémarré pas. J'ai eu
"`
The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue.
``"

j'ai du faire
" bin/console doctrine:migrations:sync-metadata-storage. ``" Et, j'ai l'eereur suivante : "
In AbstractMySQLDriver.php line 128:

An exception occurred while executing 'ALTER TABLE doctrine_migration_versions ADD PRIMARY KEY (version)':

SQLSTATE[42S02]: Base table or view not found: 1932 Table 'pe5.doctrine_migration_versions' doesn't exist in engine

In Exception.php line 18:

SQLSTATE[42S02]: Base table or view not found: 1932 Table 'pe5.doctrine_migration_versions' doesn't exist in engine

In PDOConnection.php line 53:

SQLSTATE[42S02]: Base table or view not found: 1932 Table 'pe5.doctrine_migration_versions' doesn't exist in engine
``"

Auriez-vous une idée de comment résoudre? Merci.
Diego

Entourez votre code en utilisant "```" pour bien le mettre en forme. (ne copiez pas trop de code)

2 réponses


salut
voir du cote version de mysql

J'ai trouvé la solution. Merci.