[BlueOnyx:05717] Re: Admin GUI phpMyAdmin errors

Dr. Blunt cleardata at earthlink.net
Thu Nov 4 19:29:05 -05 2010


If you have never set a root password for MySQL, the server does not 
require a password at all for connecting as root.
To setup root password for first time, use mysqladmin command at shell 
prompt as follows:

$ mysqladmin -u root password NEWPASSWORD
However, if you want to change (or update) a root password, then you need 
to use following command

$ mysqladmin -u root -p'oldpassword' password newpass

For example, If old password is abc, and set new password to 123456, enter:
$ mysqladmin -u root -p'abc' password '123456'

At 04:50 PM 11/4/2010, you wrote:
>I've just setup a new BO box and I'm having the same issue.
>I have also set up a password as mentioned by Michael.
>But still no joy.
>Is there anything else I should be looking at?
>
>Best Regards,
>Howie
>
>-----Original Message-----
>From: blueonyx-bounces at blueonyx.it [mailto:blueonyx-bounces at blueonyx.it] On
>Behalf Of Michael Stauber
>Sent: 28 November 2009 17:36
>To: BlueOnyx General Mailing List
>Subject: [BlueOnyx:02972] Re: Admin GUI phpMyAdmin errors
>
>Hi Gerald,
>
> > Admin GUI Security/phpMyAdmin comes up with blank page.
> > The domain does resolve, there are no virtual sites.
> > Error at bottom of page reads;
> > =========
> > Waiting for host.domain.tld:81/base/phpmyadmin/signon.php...
> > then
> > Waiting for host.domain.tld:81/base/phpmyadmin/index.php/phpMyAdm
> > then repeats
> > =========
> > I see nothing in the log files
> >
> > ideas?
>
>Did you set the MySQL "root" password under "Network Services" / "MySQL" /
>"Server"?
>
>On that very page the line "MySQL Status:" should say "MySQL connection
>possible with this settings."
>
>If that is not the case, then MySQL enabled applications like phpMyAdmin or
>others cannot poll CODB for the MySQL login detains and will then fail.
>
>--
>With best regards
>
>Michael Stauber
>
>_______________________________________________
>Blueonyx mailing list
>Blueonyx at blueonyx.it
>http://www.blueonyx.it/mailman/listinfo/blueonyx
>
>_______________________________________________
>Blueonyx mailing list
>Blueonyx at blueonyx.it
>http://www.blueonyx.it/mailman/listinfo/blueonyx
>
>
>-----
>No virus found in this message.
>Checked by AVG - www.avg.com
>Version: 10.0.1153 / Virus Database: 424/3233 - Release Date: 11/02/10

..... 




More information about the Blueonyx mailing list