Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Thanks Girvin and Alex

(I wont echo all your comments here)

OK - I'm using MySQL 5.1.55 and phpMyAdmin 3.5.4. Everything is on 'localhost' with just me as the user.

I've just checked in PCC and both httpd and MySQL are set to Start on Boot and are running.

I found my config.inc.php file (I do not seem to have a config.sample.inc.php file that I can rename!!) and this is what it contains ...

/<?php//
///* vim: set expandtab sw=4 ts=4 sts=4: *///
///**//
// * Config file view and save screen//
// *//
// * @package PhpMyAdmin-setup//
// *///
//
//if (!defined('PHPMYADMIN')) {//
//    exit;//
//}//
//
///**//
// * Core libraries.//
// *///
//require_once './libraries/config/FormDisplay.class.php';//
//require_once './setup/lib/index.lib.php';//
//require_once './setup/lib/ConfigGenerator.class.php';//
//
//$config_readable = false;//
//$config_writable = false;//
//$config_exists = false;//
//check_config_rw($config_readable, $config_writable, $config_exists);//
//?>//
//<h2><?php echo __('Configuration file') ?></h2>//
//<?php display_form_top('config.php'); ?>//
//<input type="hidden" name="eol" value="<?php echo htmlspecialchars(PMA_ifSetOr($_GET['eol'], 'unix')) ?>" />//
//<?php display_fieldset_top('', '', null, array('class' => 'simple')); ?>//
//<tr>//
//    <td>//
// <textarea cols="50" rows="20" name="textconfig" id="textconfig" spellcheck="false"><?php//
//            echo htmlspecialchars(ConfigGenerator::getConfigFile())//
//        ?></textarea>//
//    </td>//
//</tr>//
//<tr>//
//    <td class="lastrow" style="text-align: left">//
// <input type="submit" name="submit_download" value="<?php echo __('Download') ?>" class="green" />// // <input type="submit" name="submit_save" value="<?php echo __('Save') ?>"<?php if (!$config_writable) echo ' disabled="disabled"' ?> />//
//    </td>//
//</tr>//
//<?php//
//display_fieldset_bottom_simple();//
//display_form_bottom();//
//?>/

I added in the following two lines ..

/$cfg['Servers'][$i]['root'] = 'root';//
//$cfg['Servers'][$i]['password'] = 'xxxxx';/

I then tried again to log in via phpMyAdmin. The screen does start OK and I enter 'root' as the user and 'xxxxx' as the Password but still get the same error (1045)!!

I've re-read all the links you sent me but other than renaming the sample file (which I don't have) I can see no other suggestion.

Thanks Guys.

IanW
Pretoria RSA




--
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.