[Erp5-users] Many ERP5 site instances in one zope

Łukasz Nowak lukasz.nowak at ventis.com.pl
Wed Jun 7 16:14:07 CEST 2006


Hello,

Rafael Monnerat napisał(a):
>> mysql> create database custom;
>> mysql> grant all privileges on custom.* to custom;
> 
> USE :
> 
> mysql> create database custom;
> mysql> grant all on custom.* to custom at localhost;
> 
>> And entered 'custom custom' in db connection strings. While adding ERP5
>> Site, I've got such error message:
> 
> AND:
> 
> Try use 'custom at localhost custom ' as db connection.

Same problem. While using 'test' as name for db & user all works
perfect. Tried:
After: create database custom;

grant all on custom.* to custom at localhost;
grant all on custom.* to custom@'%';

Combined with:

'custom custom'
'custom at localhost custom'
'custom at 127.0.0.1 custom'
'custom at 192.168.0.204 custom'

/var/log/mysqld/mysqlmanager.log do not provide any useful information
about that issue. Where should I look for more info on my system (I'm
little unfamiliar with MDK, debian-zealot ;) ).

# lsof -ni4 | egrep ^COMMAND\|^mysql
COMMAND     PID   USER   FD   TYPE   DEVICE SIZE NODE NAME
mysqlmana 17586  mysql    0u  IPv4 24025914       TCP 192.168.0.204:2273
(LISTEN)

Bye,
Luke

PS. That's VPS (linux-vserver.org) which do not have 127.0.0.1 IP, but
it do not work even while connecting via its IP addr.
-- 
Łukasz Nowak R&D Ventis http://www.ventis.com.pl/
tel: +48 32 392 10 60 int 37 fax: +48 32 392 10 61
https://ssl.ventis.com.pl/keys/lukasz.nowak.pub.asc



More information about the Erp5-users mailing list