[MDEV-17097] Prepared statments error Created: 2018-08-29 Updated: 2018-10-29 Resolved: 2018-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | 10.3.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Both | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows 10 |
||
| Attachments: |
|
| Description |
|
RESULT is following error: SQL Error (1558) |
| Comments |
| Comment by Elena Stepanova [ 2018-08-29 ] | |
|
Did you upgrade from some other version? | |
| Comment by Michael Both [ 2018-08-30 ] | |
|
Hi Elena, | |
| Comment by Michael Both [ 2018-08-30 ] | |
|
? | |
| Comment by Alice Sherepa [ 2018-08-30 ] | |
|
for the location of error log please run
| |
| Comment by Michael Both [ 2018-08-31 ] | |
|
Thanks Alice. I did repeatedly try to run mysql_upgrade.exe from a shell prompt. Perhaps I needed to include switches but any I may have tried clearly had no effect. | |
| Comment by Elena Stepanova [ 2018-08-31 ] | |
|
According to the log, you've upgraded from 10.3.2 to 10.3.9, so yes, the error is expected unless mysql_upgrade was run successfully. | |
| Comment by Michael Both [ 2018-08-31 ] | |
|
I stopped Apache and all MySQL services. then ran: This generated the following error message: Version check failed. Got the following error when calling the 'mysql' command line client I then restarted Apache and MYSQL again, only to get the following error: Next I tried: Thank you so much for your patience and assistance! | |
| Comment by Elena Stepanova [ 2018-09-30 ] | |
|
The first error is naturally expected, since mysql_upgrade has to be run on a running server. |