2017-01-09 6 views

답변

0

에 사용하려는 mysql 폴더에있는 eds-app-actions.php 파일에서 다음 행을 변경하십시오.

// Update datadir 
//$replacement = '${1}' . str_replace('\\', '/', __DIR__) . '/data/$3'; // original 
$replacement = '${1}' . 'your/new/path/$3'; 
// don't change the other lines 

// Update innodb_data_home_dir 
//$replacement = '${1}' . str_replace('\\', '/', __DIR__) . '/data/$3'; // original 
$replacement = '${1}' . 'your/new/path/$3'; 
// don't change the other lines 

// Update innodb_log_group_home_dir 
//$replacement = '${1}' . str_replace('\\', '/', __DIR__) . '/data/$3'; // original 
$replacement = '${1}' . 'your/new/path/$3'; 
// don't change the other lines