Jump to content

phpmyadmin not running


delickate

Recommended Posts

Hi,

I just install vetrigo. its apache server running fine. but when i tried to connect phpmyadmin it gives following error

 

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

 

please help.... it didn't change its default setting.

 

thanks

Link to comment
Share on other sites

Thanks for the link,

actually i don't need phpmyadmin password change. i've already changed port from 80 to 90 coz port 80 was busy. phpmyadmin look and feel opens but gives that error. i think it is related to some socket....

can you guide to about socketing setting.

 

Thanks

Link to comment
Share on other sites

it is running on its default port. i didn't change port for mysql. just change the port for apachi. in my prev installation it works but required password. i tried its default user name and password but no luck. so uninstall and reinstall it. now it starts give that error.

dont know why.............

Link to comment
Share on other sites

Here is my phpmyadmin config file setting:

 

$cfg['Servers'][$i]['auth_type'] = 'http';

/* Server parameters */

$cfg['Servers'][$i]['host'] = 'localhost';$cfg['Servers'][$i]['port'] = '90';

$cfg['Servers'][$i]['connect_type'] = 'tcp';$cfg['Servers'][$i]['socket'] = '/var/run/mysql/mysql.sock';

$cfg['Servers'][$i]['compress'] = false;

/* Select mysqli if your server has it */

$cfg['Servers'][$i]['extension'] = 'mysqli';

 

/* rajk - for blobstreaming */

$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;

$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';

$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;

$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';

 

/* User for advanced features */

$cfg['Servers'][$i]['controluser'] = 'pma';

$cfg['Servers'][$i]['controlpass'] = 'pmapass';

/* Advanced phpMyAdmin features */

$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';

$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';

$cfg['Servers'][$i]['relation'] = 'pma_relation';

$cfg['Servers'][$i]['table_info'] = 'pma_table_info';

$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';

$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';

$cfg['Servers'][$i]['column_info'] = 'pma_column_info';

$cfg['Servers'][$i]['history'] = 'pma_history';

$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

$cfg['Servers'][$i]['tracking'] = 'pma_tracking';

 

 

 

 

well, i think it sucks... leave. can you tell me any best software package instead of vertrigo, xampp and wamp that can be run easily on window vista or 7. and its setting is easy and simple.

Link to comment
Share on other sites

thanks for the reply,

my both servers are working fine.i've restarted a lot of time. it restarted well. just problem with phpmyadmin....

please guide,,,

 

You're not listening to anyone offering help.

 

Both servers cannot be working fine if they're running on the same port.

Link to comment
Share on other sites

thanks for the reply,

sorry my mistake

look my phpmyadmin using port 3406, default was 3606

my apache using port 90, default was 80

these port i set manually because this was not working before. after set ports it turns into red. now apche is working fine. but phpmyadmin is not working fine.

 

so please help

Link to comment
Share on other sites

thanks for reply,

vertrigo shows three defferent singal. it turn ito green only when both apche and mysql starts running. if you move mouseover its icon it show on tool tip that mysql +apache is running. is there any other way where can i check is it running or not???

please help

Link to comment
Share on other sites

I don't what what vertigo is -- nor does it matter.

 

Icons don't mean anything.  Tools don't mean anything.

 

Go to the command line, and try to connect to the server.

 

Start the service, and see if it's started.

 

There's nothing simpler than that.

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.