replaced key LOCALE with CHARSET

This commit is contained in:
Serghey Rodin 2012-01-16 23:16:30 +02:00
commit f18ea95621

View file

@ -89,7 +89,7 @@ increase_user_value "$user" '$U_DATABASES'
# Adding db to db conf # Adding db to db conf
v_str="DB='$database' USER='$db_user' HOST='$host' TYPE='$type'" v_str="DB='$database' USER='$db_user' HOST='$host' TYPE='$type'"
v_str="$v_str LOCALE='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'" v_str="$v_str CHARSET='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'"
echo "$v_str">>$V_USERS/$user/db.conf echo "$v_str">>$V_USERS/$user/db.conf
# Hiding password # Hiding password