dbTalk Databases Forums  

phpmyadmin help please.

comp.databases.mysql comp.databases.mysql


Discuss phpmyadmin help please. in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Robert Bodley
 
Posts: n/a

Default phpmyadmin help please. - 10-21-2011 , 01:12 PM






I am trying to get Phpmyadmin working on my mac and I have tried
following tutorials but i keep getting the same errors...

Here is my config.ini.php file

<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.4.6 setup script
* Date: Fri, 21 Oct 2011 19:48:23 +0200
*/

/* Servers configuration */
$i = 1;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '#######';
$cfg['Servers'][$i]['verbose_check'] = false;

/* End of servers configuration */

$cfg['blowfish_secret'] = '4ea1b064e7dd31.82253532';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>

and here are a few screen shots of the errors/problems

http://robertbodley.com/1.png
http://robertbodley.com/2.png

I would really love some help on how to get this working
Thanks
-Robert

Reply With Quote
  #2  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: phpmyadmin help please. - 10-21-2011 , 02:19 PM






On 10/21/2011 2:12 PM, Robert Bodley wrote:
Quote:
I am trying to get Phpmyadmin working on my mac and I have tried
following tutorials but i keep getting the same errors...

Here is my config.ini.php file

?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.4.6 setup script
* Date: Fri, 21 Oct 2011 19:48:23 +0200
*/

/* Servers configuration */
$i = 1;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '#######';
$cfg['Servers'][$i]['verbose_check'] = false;

/* End of servers configuration */

$cfg['blowfish_secret'] = '4ea1b064e7dd31.82253532';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?

and here are a few screen shots of the errors/problems

http://robertbodley.com/1.png
http://robertbodley.com/2.png

I would really love some help on how to get this working
Thanks
-Robert
Try PhpMyAdmin support. This newsgroup is for MySQL help, not
third-party tools.

When dealing with a product, your should always check with the support
structure for that product first. They know their code better than
anyone else.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.