Skip Menu |

This queue is for tickets about the Net-MySQL CPAN distribution.

Report information
The Basics
Id: 21783
Status: new
Priority: 0/
Queue: Net-MySQL

People
Owner: Nobody in particular
Requestors: webersebastian [...] yahoo.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unknown Database
Date: Fri, 29 Sep 2006 22:37:06 +0200
To: <bug-Net-MySQL [...] rt.cpan.org>
From: "Sebastian Weber" <webersebastian [...] yahoo.de>
I'm trying to use Net::MySQL 0.09 to connect to a MySQL server. Im trying to connect to database "db71058", but I get the error message: Unknown database '?!' This is my debug output: Use INET Socket: 127.0.0.1 3306/tcp Net::MySQL::_get_server_information(): 31 00 00 00 0A 34 2E 30 2E 31 35 2D 6D 61 78 2D 1....4.0.15-max- 64 65 62 75 67 00 0F 00 00 00 2E 2F 42 3D 4B 43 debug.......B=KC 4A 2E 00 2C 20 08 02 00 00 00 00 00 00 00 00 00 J..,............ 00 00 00 00 00 ..... Protocol Version: 10 Server Version: 4.0.15-max-debug Salt: ./B=KCJ. Net::MySQL::_send_login_message(): 42 00 00 01 0D A6 03 00 00 00 00 01 21 00 00 00 B............... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 72 6F 6F 74 00 14 6E C2 06 FA 6C 39 ....root..n...l9 A2 FD 9F 49 3A D7 EC BC 99 FF D3 73 C7 71 64 62 ...I.......s.qdb 37 31 30 35 38 00 71058. Net::MySQL::_request_authentication(): 18 00 00 02 FF 19 04 55 6E 6B 6E 6F 77 6E 20 64 .......Unknown.d 61 74 61 62 61 73 65 20 27 01 21 27 atabase.'..' Unknown database '?!' at ./mysqltest.pl line 4 Looks like a protocol problem. Im using Perl v5.8.7 and Net::MySQL 0.09