|
|||||||||||
|
Re: [Snort-users] Access denied for user: '@192.168.0.1' -SNORT-
From: mike Hughes <mikehughes013(at)hotmail.com>
Date: Wed Feb 12 2003 - 20:39:39 EST
Here is the EXACT commands i did and the output: Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\>cd mysql C:\mysql>cd bin
C:\mysql\bin>mysql -u root mysql
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> SHOW DATABASES;
mysql> CREATE DATABASE snort;
mysql> SHOW DATABASES;
| mysql | | snort | | test | +----------+ 3 rows in set (0.00 sec)
mysql> flush privileges;
mysql> grant SELECT,INSERT,UPDATE,DELETE,CREATE on snort.* to snort; Query OK, 0 rows affected (0.03 sec)
mysql> flush privileges;
mysql> exit
C:\mysql\bin>mysql -u root mysql
Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> GRANT ALL PRIVILEGES on snort.* to Sensor@192.168.0.1; Query OK, 0 rows affected (0.00 sec) mysql> mysql -u snort snort < c:\snortM\snort.db\create_mysql mysql> mysql -u snort snort < c:\snortM\snort.db\create_mysql mysql Ver 11.18 Distrib 3.23.55, for Win95/Win98 (i32) Connection id: 4 Current database: mysql Current user: root@localhost Server version: 3.23.55-nt Protocol version: 10 Connection: localhost via TCP/IPClient characterset: latin1 Server characterset: latin1 TCP port: 3306 Uptime: 1 hour 8 min 28 sec
Threads: 1 Questions: 45 Slow queries: 0 Opens: 18 Flush tables: 1 Open
tab
mysql Ver 11.18 Distrib 3.23.55, for Win95/Win98 (i32) Connection id: 4 Current database: mysql Current user: root@localhost Server version: 3.23.55-nt Protocol version: 10 Connection: localhost via TCP/IPClient characterset: latin1 Server characterset: latin1 TCP port: 3306 Uptime: 1 hour 8 min 28 sec
Threads: 1 Questions: 46 Slow queries: 0 Opens: 18 Flush tables: 1 Open
tab
-> ; Is everyhting right? Or is somehting wrong with that last command? Or if i need to add something beofore i can TEST it now!!! >From: "Kenneth G. Arnold" <bkarnold@cbu.edu>
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users Received on Wed Feb 12 21:00:24 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:11:43 EDT |
||||||||||
|
|||||||||||