You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the command, this package scan all schemas in the MySQL server as explained in #146.
When one of those databases has a dot "." in its name, it failed:
My database name is "mywebsite.com". Renaming the database and removing the "." fixes the issue.
vendor\laravel\framework\src\Illuminate\Database\Connection.php:414
PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '.`com` WHERE Table_type="BASE TABLE"' at line 1")
2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:414
PDO::prepare("SHOW FULL TABLES FROM `mywebsite`.`com` WHERE Table_type="BASE TABLE"")
The text was updated successfully, but these errors were encountered:
Hello,
when running the command, this package scan all schemas in the MySQL server as explained in #146.
When one of those databases has a dot "." in its name, it failed:
My database name is "mywebsite.com". Renaming the database and removing the "." fixes the issue.
The text was updated successfully, but these errors were encountered: