Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

PHPMyAdmin के साथ उपयोगकर्ता 'रूट' @ 'लोकलहोस्ट' के लिए प्रवेश निषेध

अपनी phpmyadmin config.inc.php फ़ाइल संपादित करें और यदि आपके पास पासवर्ड है, तो उसे पासवर्ड के सामने निम्नलिखित कोड में डालें:

$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3306';
$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'] = '**your-root-username**';
$cfg['Servers'][$i]['password'] = '**root-password**';
$cfg['Servers'][$i]['AllowNoPassword'] = true;


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. MySQL नमूना डेटाबेस

  2. MySQL सर्वर का रूट पासवर्ड रीसेट करें

  3. कमांड लाइन का उपयोग करके डेटाबेस कैसे आयात करें

  4. योग के आधार पर MySQL में पर्सेंटाइल की गणना करें

  5. SCUMM डैशबोर्ड के साथ MySQL की प्रभावी निगरानी:भाग एक