Displaying 7 results from an estimated 7 matches for "mysqlmanager".
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
...Time(s)
//phpMyAdmin-2.5.5-rc2/scripts/setup.php: 1 Time(s)
/muieblackcat: 1 Time(s)
/myadmin/scripts/setup.php: 2 Time(s)
/mysql-admin/scripts/setup.php: 1 Time(s)
/mysql/scripts/setup.php: 1 Time(s)
/mysqladmin/scripts/setup.php: 2 Time(s)
/mysqlmanager/scripts/setup.php: 1 Time(s)
Now these are only a few, though I am probably not being hit as hard as
others out there.
My question is:
Is there a way to shut this nonsense down? Or because I am sending the
404, I am doing all that is reasonable to do?
I am wondering that if this list starts...
2002 Aug 09
2
RMySQL fetch defaults to N=500?
It appears that fetch() gets only the first 500 rows by default. I
don't see this in the documentation, but
timeinfo <- fetch(rs)
gets only 500 rows where
timeinfo <- fetch(rs,n=-1)
gets (correctly) 736 for the same query. Is this an undocumented
feature? I played with this data for an alarming amount of time
before I realized that I was missing a third of the data. I
2002 Jul 03
0
Fwd: RMySQL and Mac OS X
...using the following command:
>
> sudo R CMD INSTALL --configure-args='--with-mysql-
> lib=/usr/local/mysql/lib --with-mysql-inc=/usr/local/mysql/include' RMySQL_0.4-6.tar.gz
>
> Then in R:
>
> > library(RMySQL)
> > m <- MySQL()
> >describe (m)
> <MySQLManager:(1924)>
> Driver name: MySQL
> Max connections: 10
> Conn. processed: 0
> Default records per fetch: 500
> Open connections: 0
> > c <- dbConnect(m, dbname = "r", user="xxx", password="xxx")
> >describe(m)
> <MySQLMana...
2002 Aug 28
0
segfault in RMySQL
Hi all,
I have experimented a segmentation fault error using
RMySQL_0.4-6 library in R 1.5.1.
Look the sequence:
-------------------------------------------
> library(RMySQL)
> m <- dbManager("MySQL")
> m
<MySQLManager:(1137)>
> describe(m)
<MySQLManager:(1137)>
Driver name: MySQL
Max connections: 10
Conn. processed: 0
Default records per fetch: 500
Open connections: 0
> con <- dbConnect(m)
Process R segmentation fault at Wed Aug 28 08:21:11 2002
-----------------------------...
2011 May 08
5
Am I being to paranoid?
...1 Time(s)
//dba/: 1 Time(s)
//dbadmin/: 2 Time(s)
//html/phpMyAdmin/: 1 Time(s)
//html/phpmyadmin/: 1 Time(s)
//lamp/phpmyadmin/: 1 Time(s)
//myadmin/: 1 Time(s)
//mydatabase/: 1 Time(s)
//mydb/: 1 Time(s)
//myphp/: 1 Time(s)
//mysql-admin/: 1 Time(s)
//mysql/: 1 Time(s)
//mysqladmin/: 2 Time(s)
//mysqlmanager/: 1 Time(s)
//phpMyAdmin-2.8.0.2/: 1 Time(s)
//phpMyAdmin-2.8.1-rc1/: 1 Time(s)
//phpMyAdmin-2.8.1/: 1 Time(s)
//phpMyAdmin-2.8.2/: 1 Time(s)
//phpMyAdmin/: 1 Time(s)
//phpadm/: 2 Time(s)
//phpma/: 1 Time(s)
//phpmanager/: 1 Time(s)
//phpmy/: 2 Time(s)
//phpmyadmin/: 1 Time(s)
//pma/: 1 Time(s)
//p...
2012 Jun 19
3
PMA attacks
It appears to be a low-level attack, not so frequent as to be banned
permanently, just a number of times a day.
I did google on this, and I gather it's looking for phpmyadmin. We've been
getting one from one specific network in Russia for weeks
Here are more information about 91.201.64.24:
[Querying whois.ripe.net]
[whois.ripe.net]
<snip>
% Information related to '91.201.64.0
2000 Jul 10
0
RMySQL
Hi!
I'm trying to test the RMySQL package (in Devel). The following error
occured while trying to connet to our MySQL database:
> m <- MySQL()
> getDatabases(m)
Error in newConnection.MySQLManager(dbMgr, ...) :
MySQL driver: (could not open MySQL)
>
Does anybody know what the problem is? How to proceed?
Thanks,
Axel Vischer
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000710/71ac0882/a...