Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Nkk.lt DNS

Parašė laimmx· 2011 Rugs. 23 15:09:43
#12

taip naudoju php fusion v7.2.03 ir taip esu susikures MYSQL


stai koki confog.inc.php naudoju: BET MAN SU JUO TIK $cfg['Servers'][$i]['pmadb'] TEISTAISO VISI KITI NOT OK :/

<?php

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
/* authentication type */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'afwtoolt_1';
$cfg['Servers'][$i]['password'] = '*************';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/* advanced phpmyadmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmarktable';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

Redagavo laimmx· 2011 Rugs. 23 16:09:48