|
|
@@ -45,7 +45,7 @@ case "$cmd" in
|
|
|
shift
|
|
|
fi
|
|
|
if [ ".$db_type" = .mysql ]; then
|
|
|
- # FIXME: MySQL doesn't allow easy relocation of tablespaces AFAIK --rse
|
|
|
+ # FIXME: MySQL 5.0 still doesn't allow easy relocation of tablespaces
|
|
|
@l_prefix@/bin/mysqladmin --user="$db_suser" --password="$db_spass" create "$db_name"
|
|
|
( echo "GRANT ALL PRIVILEGES ON $db_name.* TO $db_user@localhost IDENTIFIED BY '$db_pass';"
|
|
|
echo "FLUSH PRIVILEGES;"
|