Details
Description
Hi everyone,
On Windows, I'm trying to update MariaDB either to 10.11.4 or 11.0.2, and I got the same result, the "upgrade_wizard" is stuck on step 5 and is waiting for the service to start.
I try to use “E:\SYSAPP\WEB\MariaDB_10_11_4\bin\mysql_upgrade_service.exe --service=MariaDB" ==> It fails with the same as the upgrade_wizard.
I also tried to do it manually:
By running “E:\SYSAPP\WEB\MariaDB_10_11_4\bin\mysqld.exe --defaults-file=F:\MariaDB\my.ini --loose-innodb-fast-shutdown=1 --enable-named-pipe --socket=mysql_upgrade_service_3080 --skip-slave-start"
==>I’ve remove the “skip-networking” because it solved the problems where the command bellow couldn’t see the services running "E:\SYSAPP\WEB\MariaDB_10_11_4\bin\mysqladmin.exe --protocol=pipe --socket=mysql_upgrade_service_3080 ping --no-beep" ==> seems to work if the “skip-networking” is missing.
Then I run: "E:\SYSAPP\WEB\MariaDB11\bin\mysql_upgrade.exe -P 3308 -v" just to check
And it says back:
“Looking for 'mariadb.exe' as: E:\SYSAPP\WEB\MariaDB_10_11_4\bin\mariadb.exe
The system cannot find the file specified.
Reading datadir from the MariaDB server failed. Got the following error when executing the 'mysql' command line client
FATAL ERROR: Upgrade failed”
There are no user permissions issues, because I used admin access to run this. All the files are in the correct folder, i think there is an issue inside the ".exe" that's not working properly.
Can someone check this, i read other comments about that on the MariaDB website, so I'm not the only one.
Thanks for your help.
Attachments
Issue Links
- duplicates
-
MDEV-30639 Upgrade to 10.6 and later does not work on Windows
- Closed
- relates to
-
MDEV-31891 Unable to upgrade on Windows
- Closed