Welcome to Geeklog, Anonymous Tuesday, April 23 2024 @ 05:59 pm EDT

Geeklog Forums

Problem with DB backup


Status: offline

Katsuhito

Forum User
Newbie
Registered: 03/02/07
Posts: 5
I have gone through all the posts about backing up GL and contacted my servers tech dept. Even though I've changed the config.php to reflect the correct path for mysqldump, I am still getting the same basic error: Incorrect path or mysqldump utility not executable. Check $_DB_mysqldump_path definition in config.php. Variable currently defined as: /var/lib/mysql In a test using: <?PHP echo is_executable('/var/lib/mysql'); ?> I get a blank screen with no error. Any suggestions would be welcomed.
 Quote

Status: offline

jmucchiello

Forum User
Full Member
Registered: 08/29/05
Posts: 985
You have to include the filename for is_executable. The error says the

<?PHP echo is_executable('/var/lib/mysql/mysqldump'Wink; ?>

Also, in my experience there will be a /bin/ directory in there so your path may be missing the bin

<?PHP echo is_executable('/var/lib/mysql/bin/mysqldump'Wink; ?>

But my experience is Windows based so I don't know the Unix layout.
 Quote

All times are EDT. The time is now 05:59 pm.

  • 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