phpMyAdmin Problems

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
john011
-


Joined: 21 Jun 2009
Posts: 16
Location: Netherlands

PostPosted: Fri Jun 26, 2009 2:33 pm    Post subject: phpMyAdmin Problems Reply with quote

Hi sorry that I post this topic in a new topic, but I think that when you post this in a old topic that there comes no responds, so that the reason that I post a new topic on this problem what I can not resolve at my own and need realy help here.


Quote:
cd phpMyAdmin
mkdir config # create directory for saving


To make a directory thats is working


Quote:
chmod o+rw config # give it world writable permissions

'chmod' is not regognized as a internal or externel command, operable program or batch file

what I do I dont get this folder config writable permissions with chmod o+rw

Okay than I did try something else, http://127.0.0.1/phpMyAdmin/setup

Quote:
Warning: Invalid argument supplied for foreach() in D:\Program Files\Abyss Web Server\htdocs\phpMyAdmin\setup\lib\index.lib.php on line 34

Quote:

Warning: Invalid argument supplied for foreach() in D:\Program Files\Abyss Web Server\htdocs\phpMyAdmin\setup\lib\index.lib.php on line 68


And more error's

Bzip2
Quote:
Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.


ZIP
Quote:
Zip decompression requires functions (zip_open) which are unavailable on this system.


Insecure connection
Quote:
You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted! If your server is also configured to accept HTTPS requests follow this link to use a secure connection.


Force SSL connection
Quote:
This option should be enabled if your web server supports it


What I do I don't get this phpMyAdmin to work, what I read from every website iet does not work. So now I need help please.

Hi there all,

Okay I did compleet installation of PhpMy Admin and the page shows up, but with one error.

First error

Quote:
#2003 - The server is not responding


Second error

Quote:
Cannot load mcrypt extension. Please check your PHP configuration.


Last error
Quote:
Connection for controluser as defined in your configuration failed.


Okay to resolve this problem at ones I post here a part of my config

Code:
/* Server parameters */
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpMyAdmin';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';

/* 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';
/* Contrib / Swekey authentication */
$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';


But I did try to chanfe this one to, the same error;

Code:
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1:80/phpMyAdmin';
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Sat Jun 27, 2009 11:11 pm    Post subject: Reply with quote

I don't have time to help you completely, but you are using Windows. chmod is a Linux command, and on Windows that step isn't necessary.

Also it looks like you don't have mcrypt. Check your php.ini and see if you can uncomment the line with mcrypt on it (remove the ; in front of the line).
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.


Last edited by rrinc on Sat Jun 27, 2009 11:45 pm; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
john011
-


Joined: 21 Jun 2009
Posts: 16
Location: Netherlands

PostPosted: Sat Jun 27, 2009 11:13 pm    Post subject: Reply with quote

@rrinc

Ow okay thank you for your answer
Back to top View user's profile Send private message
john011
-


Joined: 21 Jun 2009
Posts: 16
Location: Netherlands

PostPosted: Tue Jun 30, 2009 3:36 am    Post subject: Reply with quote

rrinc wrote:
I don't have time to help you completely, but you are using Windows. chmod is a Linux command, and on Windows that step isn't necessary.

Also it looks like you don't have mcrypt. Check your php.ini and see if you can uncomment the line with mcrypt on it (remove the ; in front of the line).


I found only in the php5 the php.ini, and I have remove from this line the ;

;extension=php_mcrypt.dll

to

extension=php_mcrypt.dll

Okay I try to resolve this problem here

Insecure connection
Quote:

You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted! If your server is also configured to accept HTTPS requests follow this link to use a secure connection.


Sorry I don't know what to with this here, because I did use the

Force SSL connection
Force secured connection while using phpMyAdmin, this is turn ON
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group