vitppc
Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
Цитата: $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) | Да я что только не делал !!! варианты | $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = '123456'; // MySQL user $cfg['Servers'][$i]['password'] = '123456'; // MySQL password (only needed // with 'config' auth_type) | $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = '123456'; // MySQL password (only needed // with 'config' auth_type) | $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = 'root'; // MySQL password (only needed // with 'config' auth_type) | $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = ''; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) | Как просил данные, чтобы войти в систему, так и просит, а я из-за этого не могу войти в систему phpMyAdmin А данные, чтобы войти в систему я не запомнил, при создании пользователя и базы. Много чего прочитал, но мало чего понял, так как я в первый раз работаю в этой системе. Если еще не надоел, прошу помощи, заранее спасибо!!! |