Displaying 4 results from an estimated 4 matches for "testpattern".
2015 Mar 30
5
mysql can't connect from localhost -strange behavior
...here's the actual command with actual simplified password that I'm
using. It's on localhost so I don't think it's a security threat unless
someone gets access to the box itself.
mysql> grant all privileges on ftp.* to 'proftpd'@'localhost' identified by
'testpattern';
Query OK, 0 rows affected (0.35 sec)
Here's what it looks like when you select it from the mysql database:
mysql> select User,Host,Password from user where User like 'proftpd';
+---------+-----------+-------------------------------------------+
| User | Host | Passwor...
2002 Nov 14
3
How is the Samba people stress testing Samba.
...go I wrote a DOS program designed to run on multiple client hosts, stress and integrity testing
a shared file on a Windows NT 3.51 file servers. In principal the program continuously locks a random part of the testfile
(on the server), reads the data and test the data for errors, then writes a new testpattern and removes the lock.
Lately I have tried it on different Samba servers with very different results.
When I tried to test a Samba 2.2.5 server (SuSE 8.0 Kernel 2.4.19, oplocks disabled, AMD XP1900+, 256MB) with two Win98
clients, the clients could never run more then maybe 6 hours before one of...
2015 Mar 30
0
mysql can't connect from localhost -strange behavior
> mysql> grant all privileges on ftp.* to 'proftpd'@'localhost' identified by
> 'testpattern';
> Query OK, 0 rows affected (0.35 sec)
mysql> FLUSH PRIVILEGES;
2015 Mar 30
1
mysql can't connect from localhost -strange behavior
...t; mysql> FLUSH PRIVILEGES;
Yup! That was it. Thanks for the reminder! :)
Tim
On Mon, Mar 30, 2015 at 12:15 AM, Steven Tardy <sjt5atra at gmail.com> wrote:
>
> > mysql> grant all privileges on ftp.* to 'proftpd'@'localhost'
> identified by
> > 'testpattern';
> > Query OK, 0 rows affected (0.35 sec)
>
> mysql> FLUSH PRIVILEGES;
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
--
GPG me!!
gpg --keyserver pool.sks-keys...