|
Stats |
|
|
|
|
| |
|
|
Query "SELECT COUNT(id) as moviecount FROM movie" failed: MySQL server has gone away
Query "SELECT COUNT(disc_title) as dvdcount FROM dvd" failed: MySQL server has gone away
Query "SELECT SUM(numdiscs) as disccount FROM dvd" failed: MySQL server has gone away
|
| |
|
|
Random Movie:
Query "SELECT id,title,cover_image FROM movie,dvd WHERE id= and movie.disc_title=dvd.disc_title" failed: MySQL server has gone away
|