Advertisement
Guest User

sql problem

a guest
Jul 19th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. Beginning configuration step: Updating server
  2. Attempting to run mysql_upgrade.exe
  3. Starting process for MySQL Server 5.7.22...
  4. Starting process with command: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --console...
  5. Process for mysqld, with ID 6976, has been started successfully and is running.
  6. Successfully started process for MySQL Server 5.7.22.
  7. mysqld: Character set '0.0' is not a compiled character set and is not specified in the 'C:\Program Files\MySQL\MySQL Server 5.7\share\charsets\Index.xml' file
  8. 2018-07-19T20:01:03.476825Z 0 [Warning] option 'read_buffer_size': unsigned value 0 adjusted to 8192
  9. 2018-07-19T20:01:03.476910Z 0 [Warning] option 'read_rnd_buffer_size': unsigned value 0 adjusted to 1
  10. 2018-07-19T20:01:03.476971Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  11. 2018-07-19T20:01:03.476987Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
  12. 2018-07-19T20:01:03.479525Z 0 [Note] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe (mysqld 5.7.22-log) starting as process 6976 ...
  13. 2018-07-19T20:01:03.481075Z 0 [ERROR] Aborting
  14. 2018-07-19T20:01:03.481217Z 0 [Note] Binlog end
  15. 2018-07-19T20:01:03.481388Z 0 [Note] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe: Shutdown complete
  16. Starting process with command: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql_upgrade.exe --force --host=localhost --port=3306 --user=root --password=password --verbose...
  17. mysql_upgrade: [Warning] Using a password on the command line interface can be insecure.
  18. mysql_upgrade: Got error: 2003: Can't connect to MySQL server on 'localhost' (10061) while connecting to the MySQL server
  19. Upgrade process encountered error and will not continue.
  20. Process for mysql_upgrade, with ID 8224, was run successfully and exited with code 11.
  21. Process for MySQL Server 5.7.22 is not running.
  22. The mysql_upgrade.exe attempt failed. Please examine the log file for more details.
  23. Ended configuration step: Updating server
  24.  
  25. Beginning configuration step: Starting Server
  26. Attempting to start service MySQL58...
  27. Failed to start service MySQL58.
  28. Waiting until a connection to MySQL Server 5.7.22 can be established (with a maximum of 10 attempts)...
  29. Retry 1: Attempting to connect to Mysql@localhost:3306 with user root with no password...
  30. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  31. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  32. Waiting 3 seconds before the next connection attempt...
  33. Retry 2: Attempting to connect to Mysql@localhost:1433 with user root with no password...
  34. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  35. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  36. Waiting 3 seconds before the next connection attempt...
  37. Retry 3: Attempting to connect to Mysql@localhost:3306 with user root with no password...
  38. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  39. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  40. Waiting 3 seconds before the next connection attempt...
  41. Retry 4: Attempting to connect to Mysql@localhost:1433 with user root with no password...
  42. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  43. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  44. Waiting 3 seconds before the next connection attempt...
  45. Retry 5: Attempting to connect to Mysql@localhost:3306 with user root with no password...
  46. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  47. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  48. Waiting 3 seconds before the next connection attempt...
  49. Retry 6: Attempting to connect to Mysql@localhost:1433 with user root with no password...
  50. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  51. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  52. Waiting 3 seconds before the next connection attempt...
  53. Retry 7: Attempting to connect to Mysql@localhost:3306 with user root with no password...
  54. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  55. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  56. Waiting 3 seconds before the next connection attempt...
  57. Retry 8: Attempting to connect to Mysql@localhost:1433 with user root with no password...
  58. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  59. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  60. Waiting 3 seconds before the next connection attempt...
  61. Retry 9: Attempting to connect to Mysql@localhost:3306 with user root with no password...
  62. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  63. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  64. Waiting 3 seconds before the next connection attempt...
  65. Retry 10: Attempting to connect to Mysql@localhost:1433 with user root with no password...
  66. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  67. MySQL error 1042: Unable to connect to any of the specified MySQL hosts.
  68. Failed to connect to MySQL Server 5.7.22 after 10 attempts.
  69. Ended configuration step: Starting Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement