|
Hi This is regarding the query by Andreas on ExportToMySQL. While trying to export reports from the client to MySQL database this error ExportToMySQL(): Unable to connect to MySQL server is displayed. I tried to search this function ExportToMySQL in the source but didn`t find. Can anyone suggest what has to be done. Regards, Rincy NessusWX export to MySQL-4.1.7Alex Campoe campoe at usf.eduSat Jan 22 14:17:03 EST 2005
Andy MySQL 4.x uses a new hashing length for passwords. You can keep the old shorter hash until NessusWX is updated. Simply use
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
to reset the password to the shorter hash.
The full write up is here
http://dev.mysql.com/doc/mysql/en/old-client.html
Alex
Andreas Lappe wrote:
> On Sat, Jan 22, 2005 at 07:39:23PM +0100, Andreas Lappe wrote:
>
>>Greetings,
>>
>> after trying to export some reports into my database, I ask
>>myself if the provided libmySQL.dll is capable of connecting to a
>>4.1.7 MySQL?
>
>
> According to Ethereal, it get's back the following:
>
> ``Client does not support authentication protocol requested by server;
> consider upgrading MySQL client''
>
> Two things in my eyes:
>
> 1) NessusWX should report the error-message, at least in the
> debug-logfile
>
> 2) What version is supported? Does any mysql-guru know what
> changed and is now incompatible?
>
> Andy
--
-- Alex Campoe, CISSP Campus Data Security Administrator
-- Associate Director, Systems
-- Academic Computing Phone: (813) 974-1796
-- University of South Florida campoe at usf.edu
********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED] |
_______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
