13 / MySQL database username */14 define( 'YOURLS_DB_USER', 'Пользователь_имябазы' );1516 / MySQL database password */17 define( 'YOURLS_DB_PASS', 'ПарольБазыДанных' );1819 / The name of the database for YOURLS20 Use lower case letters [a-z], digits [0-9] and underscores [_] only */21 define( 'YOURLS_DB_NAME', 'Пользователь_имябазы' );2223 / MySQL hostname.24 If using a non standard port, specify it like 'hostname:port', e.g. 'localhost:9999' or '127.0.0.1:666' */25 define( 'YOURLS_DB_HOST', 'localhost' ); /*не меняем данную переменную*/26 27 / MySQL tables prefix28 YOURLS will create tables using this prefix (eg yourls_url, yourls_options, ...)29 Use lower case letters [a-z], digits [0-9] and underscores [_] only */30 define( 'YOURLS_DB_PREFIX', 'yourls_' );40 define( 'YOURLS_SITE', 'https://сайт.ru/имя_папки_yourls' );60 define( 'YOURLS_COOKIEKEY', 'lyuboyTextKakoyZahotite2312312321' );