Answer the question
In order to leave comments, you need to log in
How and with what to find errors in MySQL database?
Good day to all!
Guys, on a site running Laravel, after patching phpmyadmin, errors appeared on some pages and the userapp.blade.php file was noticed late. I checked all the script files with a backup, there are no discrepancies. I uploaded the old database, everything works, but the site is full of new articles and I don’t want to lose them. It is necessary to verify and correct the bases with something, there are backups. That's just what and how to find exactly where the errors are? The database weighs about 200 MB. Using mysqlcheck...
mysqlcheck -u root -p --optimize --auto-repair --all-databases
Answer the question
In order to leave comments, you need to log in
$follower->follower->username_slug
Is this how it should be here? Whether there are users in a DB according to these data?
Such things
$userinfo->following()->count()
$userinfo->following()->take(12)->get()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question