Bug #6644 | Error when trying to connect via shared memory on clean 4.1 install | ||
---|---|---|---|
Submitted: | 15 Nov 2004 22:03 | Modified: | 17 Nov 2004 3:02 |
Reporter: | Mike Hillyer | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
Version: | 4.1.7 | OS: | Windows (Windows XP SP2) |
Assigned to: | CPU Architecture: | Any |
[15 Nov 2004 22:03]
Mike Hillyer
[17 Nov 2004 3:02]
MySQL Verification Team
I wasn't able to repeat: c:\mysql\bin>mysql -u root -p --protocol=memory Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.7-nt-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show variables like "%shared%"; +-------------------------+-------+ | Variable_name | Value | +-------------------------+-------+ | shared_memory | ON | | shared_memory_base_name | MYSQL | +-------------------------+-------+ 2 rows in set (0.07 sec) mysql>