Re: Auto Reply: How can I obtain the corrosponding Signature file for a MySQL package to verify package Intergrity Using GnuPG?

2010-12-02 Thread Varuna Seneviratna
ager, Americas > Oracle MySQL > Seattle, Washington USA > [image: Green Oracle] <http://www.oracle.com/commitment>Oracle is > committed to developing practices and products that help protect the > environment > > > > On Dec 2, 2010, at 6:12 AM, Varuna Seneviratna wrot

Re: How can I obtain the corrosponding Signature file for a MySQL package to verify package

2010-12-02 Thread Varuna Seneviratna
paste the provided build key in the manual and gpg --import > could be a solution > > ~viraj > > On Thu, Dec 2, 2010 at 10:58 PM, Varuna Seneviratna > wrote: > > I want to know about veryfing the Signature not the Md5 as described in > the > > page > http://dev.

Re: How can I obtain the corrosponding Signature file for a MySQL package to verify package

2010-12-02 Thread Varuna Seneviratna
se to the download button > > ~viraj > > On Thu, Dec 2, 2010 at 7:48 PM, Varuna Seneviratna > wrote: > > According to the Doc > > http://dev.mysql.com/doc/refman/5.1/en/checking-gpg-signature.html the > > Signature file for a MySQL package can be obtained from

How can I obtain the corrosponding Signature file for a MySQL package to verify package

2010-12-02 Thread Varuna Seneviratna
According to the Doc http://dev.mysql.com/doc/refman/5.1/en/checking-gpg-signature.html the Signature file for a MySQL package can be obtained from the download page.But I am not able to locate it? -- Kind Regards Varuna Seneviratna

Re: Changing the location of my.ini and the order option files are read

2008-10-06 Thread Varuna Seneviratna
will be used when the server starts > as a service. > > e.g. > > net stop mysql > > mysqld-nt --remove > mysqld-nt --install MYSQL "--defaults-file=\"c:\program > files(x86)\mysql\my.ini\"" > > net start mysql > > Regards, > Armin. > > &

Changing the location of my.ini and the order option files are read

2008-10-06 Thread Varuna Seneviratna
I added a line to the [mysqld) group As --defaults-file="C:\WINDOWS\my.ini" and then I restarted the service.Everything was fine.Then I took out the my.ini file in the MySQL instalation directory the result was an error message AS Could Not start the MySQL Service on Local Computer Error 1067 Th

Re: mysqld, mysqld-nt, mysqld-debug

2008-10-05 Thread Varuna Seneviratna
why the "mysqld" binary is not installed. You could also try > installing the server as a Server Machine, not a Developer Machine. > > Try these and see if you get any further. > > Regards, > Andy > > > Varuna Seneviratna wrote: > >> Dear Andy >>

Re: mysqld, mysqld-nt, mysqld-debug

2008-10-05 Thread Varuna Seneviratna
Hello Steven I have installed it as an service, I first stopped the service form the Service Control Manager and I went to the directory "C:\Program Files\MySQL\MySQL > Server 5.0\bin" ran the command "mysqld" --console. and out put was C:\Program Files\MySQL\MySQL Server 5.0\bin>"mysqld" --con

mysqld, mysqld-nt, mysqld-debug

2008-10-04 Thread Varuna Seneviratna
Hello Everybody 1 In the reference manual there are three server types how can I start the mysqld server? 2 What is the difference between installing MySQL as a server and a service, Is it only that when installed as a service MySQL server starts when Windows starts and when Windows stops

server mysqld how to start in WindowsXP

2008-10-04 Thread Varuna Seneviratna
Why can't I start mysqld server on WindowsXp, The reference manula for 5.0 says that there are three servber types.But I am able to start only on mysqld, and only mysqld-nt gets installed.Am I doing something wrong? Varuna

Please the whole message?

2008-10-04 Thread Varuna Seneviratna
I have WindowsXP I stopped the service from the services shortcut in the Administrative tools.then according to to the reference manual to start the server for the first time the command to run is given as C:\>"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" --console But it didn't work, the f

What is the user account's password, Why is most of the things in the reference manual does not work as stated?

2008-10-04 Thread Varuna Seneviratna
What is the user account's password.I used the command C:\>mysql -u user -p Enter password: ** ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: Y ES) How can I find it? Varuna

How to start mysqld server, What is the difference between a server and a server?

2008-10-04 Thread Varuna Seneviratna
Hello Every body! I stopped the service from the services shortcut in the Administrative tools.then according to to the reference manual to start the server for the first time the command to run is given as C:\>"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld" --console But it didn't work, the

Re: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'ODBC'@'localhost' (using password: YES)'

2008-10-04 Thread Varuna Seneviratna
m looks like it is with the command you issued. The correct > syntax is: > > mysqladmin -uroot -p shutdown > > then supply root password. > > Without giving the -uroot argument, it doesn't know that you are trying > to log in as the root user, which is why it is telling yo

mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'ODBC'@'localhost' (using password: YES)'

2008-10-04 Thread Varuna Seneviratna
I am using WinXP.I am wanted to shutdown MySQL service from the command line and ran the command "mysqladmin" -p root shutdown next the root password was asked for,I entered the correct password, when I entered the password the below displayed error was the result mysqladmin: connect to server at