Problem solved on XAMPP
-
I have long been using WP DBManager. On the server everything works normally. But, the plugin does not work on XAMPP. I looked at the settings and compared with XAMPP installation on Windows 7. The error is in the settings.
Database > Options > Paths
Plugin automatically detects the wrong path:
Path To mysqldump: C:/xampp/mysqlbin/mysqldump.exe
Path To mysql: C:/xampp/mysqlbin/mysql.exeNOT “mysqlbin“. It should be “mysql/bin“
I have entered the correct path that should be:
Path To mysqldump: C:/xampp/mysql/bin/mysqldump.exe Path To mysql: C:/xampp/mysql/bin/mysql.exe
Now plugin works great on localhost with XAMPP.
Lester, please, can you fix this bug and enter a correction in the next update?
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem solved on XAMPP’ is closed to new replies.