Jump to content

phpmyadmin help


shibbi3

Recommended Posts

hi everyone,

i am trying to use phpmyadmin to configure my database but i cant seem to connect to mysql server but i was able to before. does anyone know how to go about solving this error msg?

Error
MySQL said: 

#2003 - The server is not responding 

I am able to open up mysql command window and mess around with the database there so im not sure why phpmyadmin cant connect to it.
Link to comment
Share on other sites

Alrighty, here is it.

I managed to get into the setup script and make the config.inc file and copy it over to the main folder but it says this:

Error
MySQL said: 

#1130 - Host 'localhost' is not allowed to connect to this MySQL server

im not allowed to connect to my own server!  ???  :-\

[code]
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['auth_type'] = 'config';
[/code]

any suggestions?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.