MySQL Forums
Forum List  »  PHP

Re: I will try to solve this one Mario it is not easy many setups avalebel!!
Posted by: Mario Oestert
Date: October 18, 2006 03:32PM

I have to make the remark that all the programes I installed are working together on my computer!

Your problem regarding multibyte charset I don't even know what it is yet!

One more Config file I use on my WebSite that offcase is different.
The config file I use for this looks like this!


I can not highlight the points which are different in this forum but I will place it in to my help webpage I made!

The link to my just created WebPage page is: http://mario.110mb.com/download/install_help_php_apache_mysql_phpmyadmin/myhelp1.php



-------Now this is the one I use in my Website------and is working
I will fill in the area with X and 0 you have to place your personal data on this points!

$cfg['Servers'][$i]['controluser'] = 'XXXXXX'; // X =insert your real username
$cfg['Servers'][$i]['controlpass'] = 'OOOOOOO'; // 0= insert you real password




===============start of config file=======Change the to entry's===========


<?php

/* $Id: config.sample.inc.php,v 2.1.2.2 2006/08/28 08:14:14 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:

/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use scripts/setup.php
*
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki http://wiki.cihar.com.
*/

/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'abcde'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

/*
* Servers configuration
*/
$i = 0;

/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$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';
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'XXXXXXXXXXXXXXXXXX';
$cfg['Servers'][$i]['controlpass'] = '000000000000000000';
/* 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';

/*
* End of servers configuration
*/

/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

===================================================end===================

================================================================================
Note: My Web Host has some maintenance operation,should you get error page just try again!!

Look at any of my Help links:
http://mario.110mb.com/download/install_help_php_apache_mysql_phpmyadmin/myhelp1.php
http://mario.110mb.com/download/install_help_php_apache_mysql_phpmyadmin
http://manadocity.50megs.com/download/install_help_php_apache_mysql_phpmyadmin
http://manadocity.50megs.com/download/indexo.html
http://oestert.110mb.com/download/indexo.html

Link to Download files:]/i]
http://manadocity.50megs.com/download
http://mario.110mb.com/download
http://manadocity.50megs.com/download/indexo.html

Regards ____________________________________________________ mario100mb@Yahoo.com
Mario



Edited 2 time(s). Last edit at 12/18/2006 06:48AM by Mario Oestert.

Options: ReplyQuote


Subject
Written By
Posted
October 17, 2006 11:45PM
October 18, 2006 09:46AM
Re: I will try to solve this one Mario it is not easy many setups avalebel!!
October 18, 2006 03:32PM
November 14, 2006 01:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.