search for: 42000

Displaying 20 results from an estimated 59 matches for "42000".

Did you mean: 2000
2006 Oct 02
5
Problems with MySQL
Hello, Sorry for posting this here, but i've posted in MySQL list and no one answered. I'm trying to set a password for a user with the command: mysql> set password for gamito at localhost=password('blabla'); but i always get the error: ERROR 1133 (42000): Can't find any matching row in the user table although i'm pretty sure that the user exists. I'm using MySQL version 4.1.20 from CentOS 4.4 This neves happened to me :( Any help would be appreciated. Best Regards, AR
2003 Mar 15
2
restricing port forwarding ports server-side
...stance, I'm running an IRC server and am allowing users to connect via ssh forwarding (so I can take advantange of using openssh's public key method for authentication). Each client I tell to setup their ~/.ssh/config in a certain way, but the relevant line is: LocalForward 6667 localhost:42000 where port 42000 is what ircd is listening to on the server. This works great, but my concern is a user changing this to localhost:3306 to gain access to MySQL, which is firewalled off. Reading O'Reilly's book on ssh, I see that F-Secure has a config option "AllowForwardingPort&quot...
2013 Apr 18
5
Dynamic realtime + queues
...support???????? ????????????????????????rrmemory??????????? ? There are more fields but these are the most important ? I keep getting this error: ? node1*CLI> queue show No queues. [Apr 18 22:41:06] WARNING[18599]: res_odbc.c:645 ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 42000: [MySQL][ODBC 5.1 Driver][mysqld-5.1.67]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''\' ORDER BY name' at line 1 (202) [Apr 18 22:41:06] WARNING[18599]: res_odbc.c:657 ast_odbc_prepare_and_exe...
2012 Nov 20
3
data after write() is off by 1 ?
...10 1 10 2 2 6 8 5 3 8 5 8 8 6 5 3 7 3 6 6 2 7 8 8 5 10 9 8 9 3 7 8 The complete work of what I did was as follows: # First I load in a dataset, label the first column as a factor > dataset <- read.csv('train.csv',head=TRUE) > dataset$label <- as.factor(dataset$label) # it has 42000 obs. 785 variables > str(dataset) 'data.frame': 42000 obs. of 785 variables: $ label : Factor w/ 10 levels "0","1","2","3",..: 2 1 2 5 1 1 8 4 6 4 ... $ pixel0 : int 0 0 0 0 0 0 0 0 0 0 ... $ pixel1 : int 0 0 0 0 0 0 0 0 0 0 ... $ pixel2...
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:54 am, Noel Butler wrote: > On 15/08/2017 08:18, voytek at sbt.net.au wrote: > Forget looking at dovecot at teh moment, your problem maybe mysql (I'd > hope you meant mariadb but either way...) > > use command line mysql as vmail user from your dovecot machine to test > password further BEFORE tinkering with dovecot. > > ~$ mysql -p -v vmail
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 9:31 pm, Ivan Warren wrote: > MariaDB [test]> GRANT SELECT on test to 'test'@'127.0.0.1' identified by > >> pasword('test1234'); ERROR 1064 (42000): You have an error in your SQL >> syntax; check the manual that corresponds to your MariaDB server version >> for the right syntax to use near 'pasword('test1234')' at line 1 MariaDB >> [test]> >> > A bit OT but... > > > It's either identi...
2013 Apr 19
1
Dynamic realtime + queues.conf Unresolved
...1*CLI> queue show support support has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 60s ?? No Members ?? No Callers [Apr 19 22:37:05] WARNING[18366]: res_odbc.c:645 ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 42000: [MySQL][ODBC 5.1 Driver][mysqld-5.1.67]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''\' AND queue_name = ? ORDER BY interface' at line 1 (226) [Apr 19 22:37:05] WARNING[18366]: res_odbc.c:657...
2002 Apr 09
2
Vorbis rate and bitrate.
Hi I want to encode at 64kbps at a 22050 rate ... this is not possible ... why? For me it seems a waste of cpu to encode at 64kbps with 44100 sample rate (of course I might be wrong :). I saw in the vorbisenc.c that aprox_bitrate_to_vbr returns -1 to every sample rate that is not > 42000 ... is this safe to change ? Thanks, Nicu. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the...
2006 Mar 21
3
ror-generated sql syntax fails at ''where''.
I am working on my first Ruby-on-Rails project after completing "cookbook" and "todo list" tutorials. When "SAVE"ing a new record to a table, the "create" method throws SQL error #42000 for: SELECT * FROM mailboxes WHERE (key = ''TEST'') LIMIT 1 but if i change syntax to fully-qualified column, the query tool is happy with: SELECT * FROM mailboxes WHERE (mailboxes.key = ''TEST'') LIMIT 1 Unfortunately, as a newbie from the 4GL world, I ha...
2007 Jul 06
2
RODBC problem
Hello, I use a RODBC connection to a MySQL server on a Debian machine. The call to odbcConnect() seems to be ok, but the result of the first sqlFetch(channel,"t_studie") retrieves this data frame: [1] "[RODBC] ERROR: Could not SQLExecDirect" [2] "42000 1064 [MySQL][ODBC 3.51 Driver][mysqld-5.0.22-Debian_1bpo1-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\"t_studi(\004" Please note the funny character at the end of the table name in the err...
2006 May 09
4
Agile Web Development with Rails
...a previous Grant problem. On page 54, there are three create database commands...these all worked fine for me. I then tried the following Grant command: Grant all on depot_development.* to ''dave''@''localhost''; I got back the following error message: Error 1133 (42000): can''t find any matching row in the user table Just for the heck of it, I ran the following query: Select host,user,password from mysql.user And sure enuf ''dave'' is not there... So, I figured that I would insert dave into mysql.user. This succeeded and when I tried to...
2017 Aug 29
2
DBI::dbWriteTable syntax error apparently from quotes
..." FLOAT, "cyl" FLOAT, "disp" FLOAT, "hp" FLOAT, "drat" FLOAT, "wt" FLOAT, "qsec" FLOAT, "vs" FLOAT, "am" FLOAT, "gear" FLOAT, "carb" FLOAT ) ' nanodbc/nanodbc.cpp:1587: 42000: [FreeTDS][SQL Server]Incorrect syntax near 'mtcars'. I believe that the complaint is related to the double quotes around "mtcars" (and presumably the other double quotes in the command). I tried searching to see if others have had this problem but I could not find anything. Tha...
2009 Sep 24
2
RODBC problem
...<NA> Sheet3$ SYSTEM TABLE <NA> Everything seems to be fine. Then I did > qry <- paste("SELECT * FROM", tbls$TABLE_NAME[1], sep = ' ') > qry [1] "SELECT * FROM Sheet1$" > sqlQuery(con, qry) and got the error message [1] "42000 -3506 [Microsoft][ODBC Excel Driver] Syntax error in FROM clause." "[RODBC] ERROR: Could not SQLExecDirect 'SELECT * FROM Sheet1$'" Any advise as to why and how to fix it? What's the syntax error that I'm just not seeing? Thanks, Walt -- ____________________...
2004 Feb 13
1
RES: AGREP
"Marcos Sanches" <marcos.sanches at ipsos-opinion.com.br> wrote: Ls1<-length(s1) Ls2<-length(s2) for ( p in 1:ls1){ for (q in 1:ls2){ t1<-levenshteinFast(s1[p],s2[q]) ... Ls1=42000 Ls2=70000 I think I will wait for months untill this program ends. Do you have any sugestion to increase the speed? The first suggestion has to be "search HARD in the on-line literature; as others are bound to have had similar problems." My second suggestion is to consider sorting....
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute (No HTML)
...request: mysql -u root -ppassword -D quant <c:/cline.txt This line works from the command line in windows. In R, when I try to use the system function, it does not work, > system(paste('mysql -u root -ppassword -D quant <c:/cline.txt'),show.output.on.console = TRUE) ERROR 1102 (42000): Incorrect database name '<c:/cline.txt' It seems that the "<" character is not recognized as an attribute. Thanks, Pierre > version _ platform i386-pc-mingw32 arch i386 os...
2008 Apr 04
1
RODBC / odbcConnectExcel Issue
...KS 1 T:\\data\\in\\nameclass <NA> nameclass$ SYSTEM TABLE <NA> > qry = paste("SELECT * FROM '",tbls$TABLE_NAME[1],"'",sep="") > result = sqlQuery(con,qry) > result [1] "[RODBC] ERROR: Could not SQLExecDirect" [2] "42000 -3506 [Microsoft][ODBC Excel Driver] Syntax error in FROM clause." [[alternative HTML version deleted]]
2007 Jan 16
1
system(mysql... Does not recognize < as passing an attribute
...request: mysql -u root -ppassword -D quant <c:/cline.txt This line works from the command line in windows. In R, when I try to use the system function, it does not work, > system(paste('mysql -u root -ppassword -D quant <c:/cline.txt'),show.output.on.console = TRUE) ERROR 1102 (42000): Incorrect database name '<c:/cline.txt' It seems that the "<" caracter is not recognized as an attribute. Thanks, Pierre > version _ platform i386-pc-mingw32 arch i386 os...
2019 Jun 13
2
Problema de INSERT en Windows SQL
...te error: rs <- dbSendStatement(con,query)Error: <SQL> 'INSERT INTO DATOSPERFIL VALUES ( 1 , 13/06/2019 , 170604 , 90 , , Periodista de Antena 3 Autor de El rastro de los rusos muertos Antena 3 Tv News Spain managing editor presenter and author , NA )' nanodbc/nanodbc.cpp:1587: 42000: [Microsoft][ODBC SQL Server Driver][SQL Server]Sintaxis incorrecta cerca de ','. ¿Qué estoy haciendo mal? Conseguí añadir datos en la base con la función dbWriteTable del mismo paquete DBI: dbWriteTable(con, "imdbpelis_copia", dtf, append=FALSE, overwrite=FALSE ,row.names = FAL...
2017 Jul 26
3
How long to wait for process?
...... $ education : Factor w/ 8 levels "1","2","3","4",..: 6 7 6 8 2 4 2 4 2 6 ... $ employment: Factor w/ 9 levels "1","2","3","4",..: 8 4 4 4 3 8 5 8 4 4 ... $ income : num 550000 80000 90000 19000 42000 30000 18000 50000 800000 10000 ... $ home: num 0 0 0 0 0 0 0 0 0 0 ... $ ideol : Factor w/ 7 levels "1","2","3","4",..: 2 7 4 3 2 4 2 3 2 6 ... $ home_lot : Factor w/ 3 levels "1","2","3": 2 2 2 2 2 2 3 3 1...
2005 Jul 18
1
dataframes of unequal size
I have two dataframes C and C1. Each has three columns viz. state, psu and weight. The dataframes are of unequal size i.e. C1 could be 2/25/50 rows and C has 42000 rows. C1 is the master table i.e. C1$state, C1$psu and C1$weight are never the same. ThisA. P., Urban, 0 is not so for C. For example C state, psu,weight A. P., Urban, 0 Mah., Rural, 0 W.B., Rural,0 Ass., Rural,0 M. P., Urban,0 A. P., Urban, 0 ... C1 state, psu, weight A. P., Urban, 1.3 A. P., R...