+Creating database
+=====================
+
+OSM server use databse with follow name :
+
+openstreetmap
+
+You may create it with your prefrable client or run next (linux) command :
+
+$ mysqladmin -u <uid> -p create openstreetmap
+
+(change <uid> with appropriate username of administrativ user eg. root )
+
+Creating user, password, and access rightts
+=============================================
+
+$ mysql -u <uid> -p
+
+(change <uid> with appropriate username of administrativ user eg. root )