<?php $mysql['host'] = "localhost"; $mysql['user'] = "blog"; #Пользователь $mysql['pass'] = "123456"; #Пароль $mysql['base'] = "blog"; #База ?>