Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 10:38 am EST
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.
11
10
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'; ?>
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'; ?>
But my experience is Windows based so I don't know the Unix layout.
<?PHP echo is_executable('/var/lib/mysql/mysqldump'; ?>
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'; ?>
But my experience is Windows based so I don't know the Unix layout.
11
16
Quote
All times are EST. The time is now 10:38 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