Pauvam.com (Heil open source)



Today I had a strange error.

I had all privileges for a user but not able to connect via mysql_connect (PHP) or mysql (command prompt)

Tried all possible things, everything failed. Finally the below commands worked,

grant all on datag.* to ‘datag’@'%’ identified by ‘datag’;
grant all on datag.* to ‘datag’@'localhost’ identified by ‘datag’;

syntax,
grant all on .* to ‘‘@’%/localhost’ identified by ‘‘;

Share
 

Finding Redhat release

On November 1, 2011, in linux, linux administration, by mahesh
0


‘uname -a’ is one way of finding the release,

In redhat flavours of Linux use `cat /etc/redhat-releases` to know the release version.

Share
Tagged with:
 

Thunderbird for x86_64 architecture

On December 27, 2010, in linux, linux articles, linux tips, by mahesh
0


To know more about Thunderbird wiki, Thunderbird home

I searched for 64 bit version of Thunderbird, finally found it in http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-central/

This is just the nighty build and alpha release.


The actual latest stable release for Linux, Mac and windows is available in

http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/

(This link has Thunderbird for Linux i686)


Source code of latest Thunderbird is available in http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/source/

Share
Tagged with: