I have added the password using phpmyadmin. What make me curious is that
round cube doesn't even try to connect on mysql. So, the error should be
before mysql_connect() right?

--
Fernando Marcelo Morgenstern

Desenvolvimento de sistemas WEB multiplataforma.


--------- Mensagem Original --------
De: John Dennis <[EMAIL PROTECTED]>
Para: Fernando Marcelo Morgenstern <[EMAIL PROTECTED]>
Cópia: [email protected]
Assunto: Re: Blank Page
Data: 13/04/06 17:03

> On Thu, 2006-04-13 at 16:48 -0300, Fernando Marcelo Morgenstern wrote:
> &gt; Hey, it still not working. Can you tell if the mysql entry is right?
> &gt; 
> &gt; $rcmail_config['db_dsnw'] =
> &gt; 'mysql://roundcube:[EMAIL PROTECTED]/roundcubemail';
> &gt; 
> &gt; For obvious reasons i have hidden my password. I have enabled logging
on
> &gt; mysql but i can't see any connection attempt from roundcube. About
> &gt; php4-mysql, i have it working because i use mysql and php for a long
time
> &gt; with postfixadmin.
> 
> Just to be sure you're aware the password here is the database admin
> password, not a user's imap password, but I'm sure you knew that.
> 
> Did you set the database admin password when you created the database?
> If not you could do this:
> 
> % mysql
> use mysql
> update user set password=PASSWORD(&quot;my_own_pass&quot;) where
user=&quot;roundcube&quot;;
> 
> There are several ways to set the password in MySQL, this is just one
example.
> 
> Better yet, I submitted a script a few weeks ago that creates the MySQL
> database and allows one to reset the password. Much easier :-) It's part
> of the installation support I contributed, see
>
http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1460202&amp;group_id=139281&amp;atid=742847
> 
> 
> -- 
> John Dennis &lt;[EMAIL PROTECTED]&gt;
> Red Hat Inc.
> 
> 




Reply via email to