Posts: 0
Threads: 4
Joined: Nov 2024
Reputation:
0
i am trying to use WP-DBmanager and it needs the
MYSQL Dump Path
and the
MYSQL Path
could you tell me the the absolute path to both of the above?
thanks!
Restored from old drupal forum, for user uid:2736 username:MicroChip123
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Nov 2024
Reputation:
0
you can find as below:
# which mysql
/usr/bin/mysql
# which mysqldump
/usr/bin/mysqldump
but, note that, since open_basedir restriction in effect by default in ehcp, you may not be able to access it directly,
in this case, you need to enable that using "edit apache template".
Restored from old drupal forum, for user uid:2736 username:MicroChip123
You may reset your password to access your new account here.
Posts: 0
Threads: 4
Joined: Nov 2024
Reputation:
0
how do i get to "edit apache template"
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Nov 2024
Reputation:
0
choose your domain in ehcp gui,
under domain operations, bottom of it, 2nd line from bottom,
"Edit apache template for this domain"
Restored from old drupal forum, for user uid:2736 username:MicroChip123
You may reset your password to access your new account here.
Posts: 0
Threads: 4
Joined: Nov 2024
Reputation:
0
what do i edit now?
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Nov 2024
Reputation:
0
remove following:
php_admin_value open_basedir {homedir}
then save.
this way, your domain will not have open_basedir restriction.
But know that, I normally do not suggest this way, because this is something with security weakness....
your site/server will be a bit open to attacks..
I mean, you should not disable open_basedir restriction....
you should find some other solution with the script/program that you wish to use on your site..
Restored from old drupal forum, for user uid:2736 username:MicroChip123
You may reset your password to access your new account here.