Advertisement
Guest User

Untitled

a guest
May 28th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Błąd
  2. Static analysis:
  3.  
  4. 1 errors were found during analysis.
  5.  
  6. Unrecognized keyword. (near "ON" at position 25)
  7. Zapytanie SQL: Edytuj Edytuj
  8.  
  9. SET FOREIGN_KEY_CHECKS = ON;
  10.  
  11. MySQL zwrócił komunikat: Dokumentacja
  12.  
  13. #2006 - MySQL server has gone away
  14. Otwórz nowe okno phpMyAdmina
  15. Warning in .\libraries\dbi\DBIMysqli.class.php#261
  16. mysqli_query(): MySQL server has gone away
  17.  
  18. Backtrace
  19.  
  20. .\libraries\dbi\DBIMysqli.class.php#261: mysqli_query(
  21. object,
  22. string ,
  23. integer 0,
  24. )
  25. .\libraries\DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
  26. string ,
  27. object,
  28. integer 0,
  29. )
  30. .\libraries\import.lib.php#168: PMA_DatabaseInterface->tryQuery(string )
  31. .\libraries\plugins\import\ImportSql.class.php#173: PMA_importRunQuery(
  32. string '',
  33. string '',
  34. boolean false,
  35. array,
  36. )
  37. .\import.php#641: ImportSql->doImport(array)
  38. Warning in .\libraries\dbi\DBIMysqli.class.php#261
  39. mysqli_query(): Error reading result set's header
  40.  
  41. Backtrace
  42.  
  43. .\libraries\dbi\DBIMysqli.class.php#261: mysqli_query(
  44. object,
  45. string ,
  46. integer 0,
  47. )
  48. .\libraries\DatabaseInterface.class.php#246: PMA_DBI_Mysqli->realQuery(
  49. string ,
  50. object,
  51. integer 0,
  52. )
  53. .\libraries\import.lib.php#168: PMA_DatabaseInterface->tryQuery(string )
  54. .\libraries\plugins\import\ImportSql.class.php#173: PMA_importRunQuery(
  55. string '',
  56. string '',
  57. boolean false,
  58. array,
  59. )
  60. .\import.php#641: ImportSql->doImport(array)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement