[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] phpMyAdmin-2.2.6



Ray,

i thought php-myadmin has a .conf file where u enter the user / password for
your mysql db.
try looking for that in the directory where u installed phpmyadmin.  edit
that with your current mysql password.

you can change your mysql password by doing ::

[root /root]# mysql -u root -p
Enter password:cobalt-mysql

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5718 to server version: 3.23.36

Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> UPDATE user SET Password = password('mynewpassword') WHERE User =
'root';
press return.
mysql > quit;

then

[root /root]# mysqladmin flush-privileges -u root -p
<Enter Old Password>

You have to flush the privileges in order for the new password to take
effect.

does this help ?

fragga

----- Original Message -----
From: "Ray Healy (Data Net Services)" <ray@xxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, July 02, 2002 11:34 AM
Subject: [cobalt-users] phpMyAdmin-2.2.6


> Dear All
>
> I am trying to install the phpMyAdmin 2.2.6 to run with mySQL 3.23.37-1
and
> PHP 4.1.2-3
>
> Have been reading the RAQFAQ pages and it there is an installation guide
> from Steve Bassi
>
> In this he says that you have to change the root password to his password
> for installation only by using:
> su -
> {ENTER YOUR ROOT PASSWORD WHEN PROMPTED}
> mysqladmin -uroot -pYOURPASSWORDHERE password bassi-mysql
>
> Every time I key this is I get an error of
>
> mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: YES)'
>
> Does this mean I am using the wrong root password that came with the RAQ
or
> mySQL. Ihave not played with PHOP or mySQL at all so it is still the
default
> installation. I have emailed the supplier of my RAQ to ask for the
passoword
> but they will probably take some time to respond. I have also been using
the
> passowrd of 'cobalt-mysql' which I got from the PKGMaster website.
>
> So could anyone advise what I am doing wrong or is it just a matter of
> passwords and if so it there a default one
>
> Thanks for any advice
>
> Ray Healy
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>