Advertisement
Guest User

Logs

a guest
May 31st, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [PHP-ERRORS]
  2.  
  3. [31-May-2018 22:07:25 Europe/Berlin] PHP Warning: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it.
  4. in C:\server\www\OOP-NNNEXT\utils\db.php on line 8
  5. [31-May-2018 22:07:25 Europe/Berlin] PHP Stack trace:
  6. [31-May-2018 22:07:25 Europe/Berlin] PHP 1. {main}() C:\server\www\OOP-NNNEXT\login.php:0
  7. [31-May-2018 22:07:25 Europe/Berlin] PHP 2. require() C:\server\www\OOP-NNNEXT\login.php:6
  8. [31-May-2018 22:07:25 Europe/Berlin] PHP 3. mysqli_connect() C:\server\www\OOP-NNNEXT\utils\db.php:8
  9.  
  10.  
  11. [MARIADB]
  12.  
  13. 2018-05-31 22:09:12 7080 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  14. 2018-05-31 22:09:12 7080 [Note] InnoDB: The InnoDB memory heap is disabled
  15. 2018-05-31 22:09:12 7080 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
  16. 2018-05-31 22:09:12 7080 [Note] InnoDB: Memory barrier is not used
  17. 2018-05-31 22:09:12 7080 [Note] InnoDB: Compressed tables use zlib 1.2.3
  18. 2018-05-31 22:09:12 7080 [Note] InnoDB: Not using CPU crc32 instructions
  19. 2018-05-31 22:09:12 7080 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  20. 2018-05-31 22:09:12 7080 [Note] InnoDB: Completed initialization of buffer pool
  21. 2018-05-31 22:09:12 7080 [Note] InnoDB: Highest supported file format is Barracuda.
  22. 2018-05-31 22:09:12 7080 [Note] InnoDB: The log sequence numbers 1617131 and 1617131 in ibdata files do not match the log sequence number 2053505 in the ib_logfiles!
  23. 2018-05-31 22:09:12 7080 [Note] InnoDB: Database was not shutdown normally!
  24. 2018-05-31 22:09:12 7080 [Note] InnoDB: Starting crash recovery.
  25. 2018-05-31 22:09:12 7080 [Note] InnoDB: Reading tablespace information from the .ibd files...
  26. 2018-05-31 22:09:12 7080 [Note] InnoDB: Restoring possible half-written data pages
  27. 2018-05-31 22:09:12 7080 [Note] InnoDB: from the doublewrite buffer...
  28. 2018-05-31 22:09:13 7080 [Note] InnoDB: 128 rollback segment(s) are active.
  29. 2018-05-31 22:09:13 7080 [Note] InnoDB: Waiting for purge to start
  30. 2018-05-31 22:09:13 7080 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.24-72.2 started; log sequence number 2053505
  31. 2018-05-31 22:09:13 7080 [Note] Recovering after a crash using tc.log
  32. 2018-05-31 22:09:13 7080 [Note] Starting crash recovery...
  33. 2018-05-31 22:09:13 7080 [Note] Crash recovery finished.
  34. 2018-05-31 22:09:13 7080 [Note] Server socket created on IP: '::'.
  35. 2018-05-31 22:09:13 9208 [Note] InnoDB: not started
  36. 2018-05-31 22:09:13 7080 [ERROR] mysqld.exe: Incorrect key file for table '.\mysql\user'; try to repair it
  37. 2018-05-31 22:09:13 7080 [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect key file for table '.\mysql\user'; try to repair it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement