directadmin to support phpmyadmin 3.0

You can upgrade phpmyadmin at any time. You don't have to use the files at files.directadmin.com.
 
Dont i have to update through custombuild since the DA can make it compatible ?
 
Hello,

I have not yet had a chance to look to see if the config.inc.php is the same or not. I would guess it's not the same, thus the scripts would need to be changed around to support the new version. You're more than welcome to poke at it until we do. If the old configs for 2.x.x. works with 3.x.x then you can install it, if not, then the new config.inc.php has to be changed for our setup.

John
 
John,

Everything I have seen indicates that phpmyadmin is independent of DirectAdmin. I don't see where they cross paths other than the link in DirectAdmin which takes you out of DirectAdmin and into phpmyadmin.

What would have to be changed in config.inc.php?
 
I wouldn't imagine it will be too long until we support it. No eta's, but I wouldn't imagine more than a week.

Correct, that phpMyAdmin is essentially independant of DA. It just needs apache, php and mysql.

The setup for phpMyAdmin that needs to be done is to set it to use a login/pass method. There is a method where the login/pass is stored in the config.inc.php, and other settings like that to get it to work with mysql the way we have it set.

John
 
Bienvenido a phpMyAdmin

El nombre de usuario o la contraseña es incorrecto. El acceso fue denegado.

why I can't enter in phpMyAdmin

I receve this message is in spanish but if you don't understend it says login and passw is incorect

here i can see the login and passw:
/var/www/html/phpMyAdmin-3.1.2-all-languages


phpMyAdmin needs mysql login and passwd ?

thanks for any help:)
 
You have to use the username and password you created for the database you are trying to access.

Or you can use the master mysql da_admin password.

Code:
cat /usr/local/directadmin/conf/mysql.conf
 
Back
Top