[MDEV-23129] I can not start the service of the current version 10.5.4 again. Created: 2020-07-09 Updated: 2020-07-10 Resolved: 2020-07-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5.4 |
| Fix Version/s: | 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Marczuk | Assignee: | Vladislav Vaintroub |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Hi, I can not start the service of the current version 10.5.4 again. Stefan |
| Comments |
| Comment by Stefan Marczuk [ 2020-07-09 ] |
|
I'm sorry that I created the process twice. |
| Comment by Vladislav Vaintroub [ 2020-07-09 ] |
|
Yes, it is correct that mysqld.exe is small. But , it uses server.dll , which is big |
| Comment by Stefan Marczuk [ 2020-07-09 ] |
|
The hint with the server.dll was crucial I always use the ZIP file and manually copy the necessary files. What other files must be in the BIN folder? It runs. thank you Stefan. |
| Comment by Stefan Marczuk [ 2020-07-09 ] |
|
Hi, I have to revise myself. It runs on one computer, but not on another. There I get the error message 1067 Stefan |
| Comment by Vladislav Vaintroub [ 2020-07-09 ] |
|
mysqld.exe, and server.dll and it should run on Windows 10. please run "mysqld --help" on the commandline, maybe it will tell you what's up. |
| Comment by Stefan Marczuk [ 2020-07-09 ] |
|
mysqld --help doesn't report (Result 01.txt) |
| Comment by Vladislav Vaintroub [ 2020-07-09 ] |
|
ok , so mysqld can start. |
| Comment by Vladislav Vaintroub [ 2020-07-09 ] |
|
But if the server does not startup, you'd have to provide error log. or Windows event log, the Application\MariaDB entries. My crystal ball says that perhaps, you did not stop server with --innodb-fast-shutdown=0 previously. Therefore it does not come up. But it can be wrong. |
| Comment by Stefan Marczuk [ 2020-07-10 ] |
|
I tried on several computers. The same is happening everywhere. I have added an extract from the event log below: Name der fehlerhaften Anwendung: mysqld.exe, Version: 10.5.4.0, Zeitstempel: 0x5ef224e3 |
| Comment by Vladislav Vaintroub [ 2020-07-10 ] |
|
I'd rather had the error log with full info, but the crystal call tells me you were using deprecated This is broken in 10.5.4, and corrected later. https://jira.mariadb.org/browse/MDEV-23038 has details, and workaround |
| Comment by Vladislav Vaintroub [ 2020-07-10 ] |
|
I'm closing this, because of strong suspicion of the duplicate. If there was anything else please provide a reproducible test case. |