// ****** MySQLI OPTIONS *****
// PHP can be instructed to set connection paramaters by reading from the
// file named in 'ini_file'. Please use a full path to the file.
// Used to set the connection's default character set
// Example:
// $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
$config['Mysqli']['ini_file'] = '';
// Optionally with Mysql 4.1.13+ or 5.1.10+ and PHP 5.1.0+ we can set the connection's charset
// after completing the database connection.
// $config['Mysqli']['charset'] = 'utf8';
Нужно указать путь это понятно!
Тока непонятно как этот путь найти если быза данных создоётся из меню на сайте hut1.ru.
Может кто подскажет?
// PHP can be instructed to set connection paramaters by reading from the
// file named in 'ini_file'. Please use a full path to the file.
// Used to set the connection's default character set
// Example:
// $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
$config['Mysqli']['ini_file'] = '';
// Optionally with Mysql 4.1.13+ or 5.1.10+ and PHP 5.1.0+ we can set the connection's charset
// after completing the database connection.
// $config['Mysqli']['charset'] = 'utf8';
Нужно указать путь это понятно!
Тока непонятно как этот путь найти если быза данных создоётся из меню на сайте hut1.ru.
Может кто подскажет?