Bug for adding new mysql host

jocker

Verified User
Joined
Oct 1, 2007
Messages
56
Hi,

if you add a host in the file because you use an external mysql server
/usr/local/directadmin/conf/mysql.conf

it's not used if you want to add a new access host.
Unable to find user='jocker' and host='localhost'

Thanks
 
Hi Zeiter,

The newline caracter is present in the file.

The quotes are added by DA because the mysql.conf only contains

user=da_admin
passwd=******
host=a.b.c.d

That's why I guess that DA doesn't use this file for adding a new host access.
 
Thanks for your reply, I didn't know this debug mod

So after using it here is what i have
Post string: host=a.b.c.d&add=Add+Host&domain=domain.com&name=jocker
so everythink looks fine

I still have this error and still don't knowing where this localhost comes from
Unable to find user='jocker' and host='localhost'

Thanks
 
It would be helpful if you post here the all results of the debug output. Of course if you want you can hide your real passwords and IP/domains.
 
Back
Top