0

I had a problem with laravel. I was doing a project to make a book management app, so i went out to take a short break and come back to it. When i tried to run the project again it gave me an errorsaying "Base table or view not found: 1932 Table doesn't exist"

Also there's seems to be a problem with my phpmyadmin database which shows collation in use phpmyadmin database

I have search it up, and found that i can fix my probelm by runningphp artisan config:cache but there's another problem where everytime i run php artisan command, the same error shows up. error running php artisan migrate:fresh. error running php artisan config:cache

  • How did you solve your phpmyadmin problem? You probably deleted your database in process – Ademir Šehić Nov 25 '22 at 11:49
  • @AdemirŠehić i tried to use different database where it no longer shows collation in use. but now i still can't run `php artisan migrate`. – Justin Christian Nov 25 '22 at 11:55
  • have you checked the database? if this table name exists or not. Or you can check xampp if the MySQL connection working or not. usually, this error occurs if PHPMyAdmin stops working. – M.Haris Nov 25 '22 at 12:15
  • @M.Haris myphpadmin shows me this error Error: MySQL shutdown unexpectedly This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. after i search it up, i found this solution https://stackoverflow.com/questions/18022809/how-to-solve-error-mysql-shutdown-unexpectedly i don't know if it probably contribute to the error or not. Yes the database is there and i can even open it up after i tried the solution https://i.stack.imgur.com/hhLL7.png – Justin Christian Nov 25 '22 at 12:25
  • You did not copy old ibdata1 file – Ademir Šehić Nov 27 '22 at 15:29

0 Answers0