#!/bin/sh

/usr/bin/mysql mysql <<END_OF_DATA
alter table user change password password char(16) NOT NULL;
END_OF_DATA
