前提・実現したいこと
mysqlでマイグレーションを行い、データベース(todo)を作成したのですがphpMyAdminではNo tables found in database.になってしまいます。
解決方法を教えて下さい!
発生している問題・エラーメッセージ
phpMyAdmin No tables found in database.
該当のソースコード
ターミナル mysql> use todo Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +----------------+ | Tables_in_todo | +----------------+ | failed_jobs | | folders | | migrations | | users | +----------------+ 4 rows in set (0.01 sec)
あなたの回答
tips
プレビュー