import database directadmin in classic mysql

juliengefi

Verified User
Joined
Nov 23, 2006
Messages
5
hello

i have a probleme when i import directadmin database in classic mysql.

the mysql.user encoding password is special and mysql-cient don't support this.

PHP:
localhost  	toto002_db1  	*6C01DCDB30B210568D2E8F75401281FB0EC87AA8

when i want to connect in mysqldatabase

PHP:
Warning: mysql_connect(): Client does not support authentication protocol requested by server;
 consider upgrading MySQL client in ...


And i don't find directadmin mysql config file, where ar they ?


thanks


sorry for my english
 
DA doesn't include a mysql config file by default.

You can create on at /etc/my.cnf and restart MySQL. Then MySQL will use your config file.

An example config file can be found in these forums.

Jeff
 
hello

i don't want to create or modify mysql config file, i just want to view this, but if it's doesn' t exist ....


Why the mysql.user password encoding is so specials ?

how can i use this special encoding in mysql classic ?

thanks in advance
 
hello

i don't want to use old password but new password

all password has a new hashage and i want to use it

thanks
 
Back
Top