Zen Cart Logo
Forums / General Questions / Backup MySQL Plugin Error: 'C:/Program' is not recognized as an internal or external

Backup MySQL Plugin Error: 'C:/Program' is not recognized as an internal or external

Views: 810

Results 1 to 2 of 2
1 Dec 2012, 2:13 AM
#1
tmt1630 avatar

tmt1630

New Zenner

Join Date:
Aug 2012
Posts:
33
Plugin Contributions:
0

Backup MySQL Plugin Error: 'C:/Program' is not recognized as an internal or external

Hi,

First timer here, so please be gentle! :smile:

I loaded v1.5 of the Backup MySQL Plugin to my ZenCart v1.3.8a installation on my Windows 7 laptop. When I go to backup the database, I get:

Result code: 1
0 => 'C:/Program' is not recognized as an internal or external command,
1 => operable program or batch file.

The path to the MySQL binaries is: C:\Program Files\MySQL\MySQL Server 5.5\bin

I've modified the store138a\admin\includes\languages\english\backup_mysql.php file with these changes:

  1. define('LOCAL_EXE_MYSQLDUMP', "C:/Program Files/MySQL/MySQL Server 5.5/bin/mysqldump"); --> Doesn't work
  2. define('LOCAL_EXE_MYSQLDUMP', 'C:/Program Files/MySQL/MySQL Server 5.5/bin/mysqldump'); --> Doesn't work
  3. define('LOCAL_EXE_MYSQLDUMP', "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump"); --> Doesn't work
  4. define('LOCAL_EXE_MYSQLDUMP', "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqldump"); --> Doesn't work

Each change of the file yields

  1. 'C:/Program' is not recognized as an internal or external command..... or
  2. 'C:\Program' is not recognized as an internal or external command.....

It seems to be getting hung up on the space between "Program" and "Files" in C:\Program Files\MySQL.....

What am I missing here?

Thanks!

Tom

3 Dec 2012, 12:58 PM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,280
Plugin Contributions:
37

Re: Backup MySQL Plugin Error: 'C:/Program' is not recognized as an internal or external

Strongly suspect this version is not going to work with Zen cart 1.3.8.

~Melanie