Skip to content

Commit f18ea95

Browse files
committed
replaced key LOCALE with CHARSET
1 parent 2432838 commit f18ea95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_add_db_base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ increase_user_value "$user" '$U_DATABASES'
8989

9090
# Adding db to db conf
9191
v_str="DB='$database' USER='$db_user' HOST='$host' TYPE='$type'"
92-
v_str="$v_str LOCALE='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'"
92+
v_str="$v_str CHARSET='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'"
9393
echo "$v_str">>$V_USERS/$user/db.conf
9494

9595
# Hiding password

0 commit comments

Comments
 (0)