Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 09:35 am EST

Geeklog Forums

Database Backup Error ???


Newbie

Anonymous
When I attempt to back up the database I get the following error ??????

Text Formatted Code
Incorrect path or mysqldump utility not executable.
Check $_DB_mysqldump_path definition in config.php.
Variable currently defined as: /usr/bin/mysqldump
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
So what about that message is not clear to you?

bye, Dirk
 Quote

Newbie

Anonymous
Not understanding php/mySQL too well, I've checked config.php, and assume that standard installation should be OK. My hosting is on Linux/Apache.?????
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Let's see ...

Incorrect path or mysqldump utility not executable.

Geeklog is using the utility "mysqldump" to create the backup. Here it tells you that it either couldn't find it or it did find it but it's not executable.

Check $_DB_mysqldump_path definition in config.php.
Variable currently defined as: /usr/bin/mysqldump

So, it was looking for mysqldump in /usr/bin.

Put the two together and it tells you that either mysqldump is not in /usr/bin or that it is there but it's not executable.

If it's your own server, you should know what to do now. Otherwise, you may want to talk to your hosting service.

Another popular location for mysqldump is in /usr/local/mysql/bin, btw, so you may want to try that first:
Text Formatted Code
$_DB_mysqldump_path = '/usr/local/mysql/bin/mysqldump';

bye, Dirk
 Quote

Newbie

Anonymous
Thanks Dirk, that didn't work either..........but starting to make some sense
 Quote

eki

Anonymous
that's where linux comes handy

try :
Text Formatted Code

$ whereis mysqldump
mysqldump: /usr/bin/mysqldump /usr/share/man/man1/mysqldump.1.gz
 

it shows you where the command is

if the mysqldump is in /usr/bin/mysqldump
your problem must be somwhere else
 Quote

All times are EST. The time is now 09:35 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content