Fwd: Unknown system variable

2016-10-29 Thread aRaviNd
rationalError: (1193, "Unknown system variable 'TRANSACTION'") Mysql server version is *mysql*-community-server-5.6.33 Please let me know whats causing the error. Thank You - Aravind

Re: Unknown database error

2012-10-29 Thread Michael Dykman
mysql:mysql $datadir I honestly cannot think of a scenario where the datadir should be permissioned any other way. On 2012-10-29 6:26 AM, "javad bakhshi" wrote: Hi, I get an Unknown database error when I am trying to connect to mysql using C API. I have created the database in mysql prom

Unknown database error

2012-10-29 Thread javad bakhshi
Hi, I get an Unknown database error when I am trying to connect to mysql using C API. I have created the database in mysql prompt as root: CREATE DATABASE Lr0; I am pretty sure that the problem is a ownership issue, because when I do ls -l in my datadir I get: [javad64@udbl64 data]$ ls -l

RE: need help with -- unknown variable

2011-06-13 Thread Brown, Charles
l.com Subject: Re: need help with -- unknown variable Check if this is in the [mysqldump] section of your my.cnf file(s). Of course it might not be a valid option in mysqldump...I haven't checked... On 13 Jun 2011 17:00, "Brown, Charles" mailto:cbr...@bmi.com>> wrote: > He

Re: need help with -- unknown variable

2011-06-13 Thread Andrew Moore
Check if this is in the [mysqldump] section of your my.cnf file(s). Of course it might not be a valid option in mysqldump...I haven't checked... On 13 Jun 2011 17:00, "Brown, Charles" wrote: > Hello All ~ I attempted to do a mysqldump when I got this message -- see below: >

need help with -- unknown variable

2011-06-13 Thread Brown, Charles
Hello All ~ I attempted to do a mysqldump when I got this message -- see below: mysqldump: unknown variable 'datadir=/var/lib/mysql' Please can someone help me. Thanks This message is intended only for the use of the Addressee and m

Re: Unknown column 'users.users_id' in 'where clause'

2011-02-04 Thread Tompkins Neil
res_results > > WHERE (fixtures_results.away_users_id = *users.users_id*) > > > Any ideas why I'm getting Unknown column 'users.users_id' in 'where > clause' > > for the part of the statement that I've marked as *bold* and how I can > over > > come this pro

Re: Unknown column 'users.users_id' in 'where clause'

2011-02-03 Thread Simcha Younger
On Thu, 3 Feb 2011 13:55:36 + Tompkins Neil wrote: > SELECT DISTINCT(away_teams_id) AS teams_id > FROM fixtures_results > WHERE (fixtures_results.away_users_id = *users.users_id*) > Any ideas why I'm getting Unknown column 'users.users_id' in 'where clause&

Unknown column 'users.users_id' in 'where clause'

2011-02-03 Thread Tompkins Neil
y_teams_id = users_teams.teams_id) AND fixtures_results.status = 'approved' ORDER BY fixtures_results.last_changed ASC LIMIT 1) <> '' ORDER BY time_at_team ASC, time_registered ASC Any ideas why I'm getting Unknown column 'users.users_id' in 'where clause&#x

Re: Error Unknown column in 'where clause'

2010-11-17 Thread Paul DuBois
eams_id > WHERE players_bids.bid_status = 'accepted' > AND players_bids.players_id = 279 > AND players_bids.worlds_id = 1 > ORDER BY players_bids.bid_type ASC, players_bids.bid_value DESC, > manager_points DESC, players_bids.bid_date ASC > > but the problem I have is that when referenci

Re: Error Unknown column in 'where clause'

2010-11-16 Thread Michael Dykman
ing players_bids.users_id_from >> within the UNION I get back the following error : >> >> Error Code: 1054 >> Unknown column 'players_bids.users_id_from' in 'where clause' >> >> Any ideas how to overcome this problem ? >> >> Chee

Error Unknown column in 'where clause'

2010-11-16 Thread Tompkins Neil
id = 1 ORDER BY players_bids.bid_type ASC, players_bids.bid_value DESC, manager_points DESC, players_bids.bid_date ASC but the problem I have is that when referencing players_bids.users_id_from within the UNION I get back the following error : Error Code: 1054 Unknown column 'players_bids.users_id_from' in &#x

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
--- Original Message - From: "Joerg Bruehe" To: "Meng-Ju, Hsieh" Cc: Sent: Saturday, May 22, 2010 12:35 AM Subject: Re: Mysqltest Unknown system variable, failed: 1193 Hi! Meng-Ju, Hsieh wrote: Thank for your reply. I've tried to use Version 5.1, but it cannot

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Joerg Bruehe
Hi! Meng-Ju, Hsieh wrote: > Thank for your reply. > > I've tried to use Version 5.1, but it cannot work. > Did you have used the system variable - 'DEBUG_SYNC' ? I don't know what you are doing exactly, but I guess you are not using the correct options in your call to "configure". "DEBUG_SYNC"

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
2010 6:25 PM Subject: Re: Mysqltest Unknown system variable, failed: 1193 Hi! Meng-Ju, Hsieh wrote: I also read the URL http://forge.mysql.com/wiki/MySQL_Internals_Test_Synchronization#Test_Synchronization But it cannot work. Sorry, mysql version is "mysql-6.0.0-alpha" Development on

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Joerg Bruehe
Hi! Meng-Ju, Hsieh wrote: > I also read the URL > http://forge.mysql.com/wiki/MySQL_Internals_Test_Synchronization#Test_Synchronization > > But it cannot work. > > > Sorry, mysql version is "mysql-6.0.0-alpha" Development on the 6.0 branch is stalled, almost all current effort is on the MySQL

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Meng-Ju, Hsieh
Thank you for your reply. Thank for your suggest. I'll try to send question to the mail address. Thank you very much. - Original Message - From: "Johan De Meersman" To: "Meng-Ju, Hsieh" Cc: Sent: Friday, May 21, 2010 4:29 PM Subject: Re: Mysqltest Unknow

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-21 Thread Johan De Meersman
You may want to try this on the mysql-dev list, I think. 2010/5/21 Meng-Ju, Hsieh > I also read the URL > > http://forge.mysql.com/wiki/MySQL_Internals_Test_Synchronization#Test_Synchronization > But it cannot work. > > > Sorry, mysql version is "mysql-6.0.0-alpha" > > > -- > MySQL General Maili

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread Meng-Ju, Hsieh
I also read the URL http://forge.mysql.com/wiki/MySQL_Internals_Test_Synchronization#Test_Synchronization But it cannot work. Sorry, mysql version is "mysql-6.0.0-alpha" -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/m

Re: Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread Meng-Ju, Hsieh
t; To: Sent: Friday, May 21, 2010 10:29 AM Subject: Fw: Mysqltest Unknown system variable, failed: 1193 Hi, I'm beginner to try to fix a mysql bug by myself, but i got a trouble that "mysqltest: set debug_sync= 'RESET'' failed: 1193: Unknown system variable '

Fw: Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread 謝孟儒
Hi, I'm beginner to try to fix a mysql bug by myself, but i got a trouble that "mysqltest: set debug_sync= 'RESET'' failed: 1193: Unknown system variable 'debug_sync'" Could someone know that? Thank you very much..

Mysqltest Unknown system variable, failed: 1193

2010-05-20 Thread 謝孟儒
Hi, I'm beginner to try to fix a mysql bug by myself, but i got a trouble that "mysqltest: set debug_sync= 'RESET'' failed: 1193: Unknown system variable 'debug_sync'" Could someone know that? Thank you very much..

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-15 Thread Kris
Jörg, thanks again for your help and your patience with this issue. You also caught oversights with strace and clarified that this is not a PATH issue. I've filed it at: http://bugs.mysql.com/bug.php?id=53667 > You don't state it explicitly, but I take your text to mean > "If the MySQL tools are

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
Hi Kris, all, Kris wrote: > Joerg, thanks again for the help. > > I disagree with you. that's perfectly fine - combining our two different viewpoints, we will be able to show more of the issue at hand than from one point alone. > >>> I doubt many more users try to create a clean test installa

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
>Do not install software in /tmp in Linux. >/tmp is not guaranteed to survive a reboot. Thank you for the heads up. Well... there is *another* bug where if one specifies in their my.cnf filepaths that are over 100 characters, the filenames are truncated at 100, hence making it impossible to really

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
= 34 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 pipe([3, 4])= 0 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0 rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
Kris, all, Kris wrote: > On Fri, 2010-05-14 at 10:28 +0200, Joerg Bruehe wrote: >>> The following error just won't go away: >>> >>> 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option >>> '--skip-bdb' >>> >>&

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Gerald L. Clark
Kris wrote: Hello, I am trying to produce an automated, reliable, and repeatable way of testing mysql releases, and I am finding an error that makes this impossible to accomplish. I am trying to compile mysql and install it in a non-standard directory. I do notwant mysql installed in /usr or /u

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
On Fri, 2010-05-14 at 10:28 +0200, Joerg Bruehe wrote: > > The following error just won't go away: > > > > 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option > > '--skip-bdb' > > > > ... even after I manually search for the l

Re: libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Joerg Bruehe
fails: > > [[...]] > > The following error just won't go away: > > 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option > '--skip-bdb' > > ... even after I manually search for the location where this flag is > passed, and manually edit

libexec/mysqld: unknown option '--skip-bdb'

2010-05-14 Thread Kris
atabase tables fails: $ /tmp/msource/bin/mysql_install_db --basedir=/tmp/msource --datadir=/tmp/msource/data Installing MySQL system tables... 100513 21:53:35 [ERROR] /tmp/msource/libexec/mysqld: unknown option '--skip-bdb' 100513 21:53:35 [ERROR] A

Re: Slow query, unknown why

2010-04-26 Thread mos
Yves, What happens if you replace the "tk.UserId IN (22943, 10899)" with just one argument " tk.UserId = 22943". Does it run much faster? If so, the In() statement may not be using an index. You could try using a Union instead of In() to see if that is any faster. I have also found tha

Re: Slow query, unknown why

2010-04-25 Thread Rob Wultsch
On Sun, Apr 25, 2010 at 9:12 AM, Yves Goergen wrote: > Hi, > > I'm still stuck with my SQL query that is slow but really shouldn't be. > > The problem is that I cannot create a simple test case. I could only > provide you a whole lot of pages of PHP code and SQL queries to explain > the problem. >

Slow query, unknown why

2010-04-25 Thread Yves Goergen
Hi, I'm still stuck with my SQL query that is slow but really shouldn't be. The problem is that I cannot create a simple test case. I could only provide you a whole lot of pages of PHP code and SQL queries to explain the problem. I have now three versions of my query. One with a sub select, whic

Re: mysqldump Unknown command '\''.

2009-10-14 Thread Michael Dykman
the mysqldump binaries from its > version, > We tried to import this in 5.0.82 and we have the error. > >  mysqldump Unknown command '\''. > > It seems the the extended import (multiple inserts) is somewhere too big > since the single insert dump works but takes

mysqldump Unknown command '\''.

2009-10-14 Thread Claudio Nanni
We dumped a mysql 4.1.22 database using the mysqldump binaries from its version, We tried to import this in 5.0.82 and we have the error. mysqldump Unknown command '\''. It seems the the extended import (multiple inserts) is somewhere too big since the single insert dump works

RE: [ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'

2009-09-18 Thread Gavin Towey
Edit your /etc/my.cnf file and remove the option. Regards, Gavin Towey -Original Message- From: Manoj Burande [mailto:manoj.bura...@artificialmachines.com] Sent: Friday, September 18, 2009 7:17 AM To: mysql@lists.mysql.com Subject: [ERROR] /usr/sbin/mysqld: unknown option '--ndbcl

[ERROR] /usr/sbin/mysqld: unknown option '--ndbcluster'

2009-09-18 Thread Manoj Burande
Dear All, Can anyone brief me about this error. I am unable to start the mysql so please suggest me work around on how to fix this error. I am installing "mysql Ver 14.14 Distrib 5.1.38, for pc-linux-gnu (i686) using readline 5.1" [ERROR] /usr/sbin/mysqld: unknown option &#x

Re: column exists but unknown

2009-03-03 Thread Richard Whitney
t; adman_ad_spaces.campaign_id > INNER JOIN adman_users ON adman_users.user_id = adman_campaigns.user_id > WHERE adman_ad_spaces.status = 'Active' > AND adman_ad_spaces.scheme_id = adman_pricing_schemes.scheme_id > AND adman_ad_spaces.status_admin = 'Active' > AND adman_users.name LI

column exists but unknown

2009-03-03 Thread Richard Whitney
ROM adman_ad_spaces, adman_pricing_schemes INNER JOIN adman_campaigns ON adman_campaigns.campaign_id = adman_ad_spaces.campaign_id INNER JOIN adman_users ON adman_users.user_id = adman_campaigns.user_id WHERE adman_ad_spaces.status = 'Active' AND adman_ad_spaces.scheme_id = adman_pricing_s

Fatal error: Illegal or unknown default time zone 'UTC'

2008-11-18 Thread Jimmy Soho
DB: Started; log sequence number 0 3703190066 081119 11:30:00 [ERROR] Fatal error: Illegal or unknown default time zone 'UTC' 081119 11:30:00 mysqld ended The only way to get mysqld starting again was to edit /etc/my.cnf, and comment out this line: #default-time-zone = UTC I also tried u

Re: Unknown column error after upgrading from 4.0 to 5.0

2007-08-29 Thread Johan Höök
legal due to the implicit grouping of t1,t2 as (t1,t2). Now the JOIN takes precedence, so the operands for the ON clause are t2 and t3. Because t1.i1 is not a column in either of the operands, the result is an Unknown column 't1.i1' in 'on clause' error. To allow the join to be

Re: Unknown column error after upgrading from 4.0 to 5.0

2007-08-29 Thread Baron Schwartz
d and pd.language_id = '1' and p2c.categories_id = '1' give the following error: ERROR 1054 (42S22): Unknown column 'p.products_id' in 'on clause' What's wrong with that command? And why it worked correctly under 4.0? I tried to eliminate the al

Unknown column error after upgrading from 4.0 to 5.0

2007-08-29 Thread Federico Giannici
= s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '1' give the following error: ERROR 1054 (42S22): Unknown column 'p.products_id' in &#x

mysqld fails to start with error unknown option '--enable-named-pipe'

2007-08-27 Thread Aaron Stromas
ls with error 070827 10:52:04 [ERROR] /usr/sbin/mysqld: unknown option '--enable-named-pipe' This error happened right at install: [EMAIL PROTECTED] ~]# ls /tmp/MySQL-server-community-5.0.45-0.rhel5.i386.rpm /tmp/MySQL-server-community-5.0.45-0.rhel5.i386.rpm [EMAIL PROTECTED] ~]# r

Re: left join , Unknown column 't1.itemid' in 'on clause'

2006-11-16 Thread wang shuming
Hi, select * from t1,t2 left join t3 on t3.itemid=t1.itemid left join t4 on t4.f2=t1.f2 mysql4.1 works, but mysql5.0 shows Unknown column 't1.itemid' in 'on clause' If change into select * from t2,t1 left join t3 on t3.itemid=t1.itemid left join t4 on t4.f

Re: left join , Unknown column 't1.itemid' in 'on clause'

2006-11-04 Thread Rolando Edwards
This is makes more sense because it causes a SQL developer to group the joined tables in a logical manner. - Original Message - From: wang shuming <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Sent: Friday, November 3, 2006 8:04:20 PM GMT-0500 US/Eastern Subject: left join , U

left join , Unknown column 't1.itemid' in 'on clause'

2006-11-03 Thread wang shuming
Hi, select * from t1,t2 left join t3 on t3.itemid=t1.itemid mysql4.1 works, but mysql5.0 shows Unknown column 't1.itemid' in 'on clause' If change into select * from t2,t1 left join t3 on t3.itemid=t1.itemid mysql5.0 works Shuming Wang

Re: Unknown tables

2006-06-26 Thread Jesse
Oh, OK. Well, guess which driver I'm using... InnoDB. :-) Oh well. Thanks, Jesse - Original Message - From: "Quentin Bennett" <[EMAIL PROTECTED]> To: "Jesse" <[EMAIL PROTECTED]>; "MySQL List" Sent: Sunday, June 18, 2006 5:28 PM Subjec

RE: Unknown tables

2006-06-18 Thread Quentin Bennett
"but I assume you mean to check the information_schema "database" and the schemata table?" No, Rich meant "check the mysql data directory for a karate directory." MySQL databases (for MyISAM tables) are stored in their own directory, and each table is a set of 3 files, so its easy to check f

Re: Unknown tables

2006-06-18 Thread Jesse
IL PROTECTED]> To: "MySQL List" Sent: Wednesday, June 14, 2006 1:26 PM Subject: RE: Unknown tables I think there are lots of possible reasons, but first thing to do is to check the mysql data directory for a karate directory. Look inside it. That's where your tables should be. I had a

RE: Unknown tables

2006-06-14 Thread Duzenbury, Rich
> -Original Message- > From: Jesse [mailto:[EMAIL PROTECTED] > Sent: Monday, June 12, 2006 1:48 PM > To: MySQL List > Subject: Unknown tables > > When I do a SHOW TABLES in MySQL, it shows me a list of tables. But when > I > try to do a "select * from c

Unknown tables

2006-06-12 Thread Jesse
When I do a SHOW TABLES in MySQL, it shows me a list of tables. But when I try to do a "select * from countries", I get the error ERROR 1146 (42S02): Table 'karate.countries' doesn't exist. I cannot drop the table. I cannot drop the entire schema, and I cannot view the tables themselves. Doe

Re: Unknown option --install

2006-05-15 Thread sheeri kritzer
;trying to install mysqld2, like so: >> >>C:\PROGRA~1\xampp\mysql\bin>mysqld-nt --install mysqld2 >>--defaults-file=C:/Program Files/xampp/mysql/bin/my_opts5.cnf >> >>Which returns this error: >>060510 12:18:34 [ERROR] mysqld-nt: unknown option '--install&

Re: Unknown option --install

2006-05-15 Thread Miles Thompson
ml The installation of mysqd1 went fine, but I consistently get an error when trying to install mysqld2, like so: C:\PROGRA~1\xampp\mysql\bin>mysqld-nt --install mysqld2 --defaults-file=C:/Program Files/xampp/mysql/bin/my_opts5.cnf Which returns this error: 060510 12:18:34 [ERROR] m

Re: Unknown option --install

2006-05-12 Thread sheeri kritzer
opts5.cnf Which returns this error: 060510 12:18:34 [ERROR] mysqld-nt: unknown option '--install' Huh? It's listed as one of the parameters after issuing mysqld-nt --help --verbose. More background: The previous instances of MySQL services have been removed.

Unknown option --install

2006-05-10 Thread Miles Thompson
stall mysqld2 --defaults-file=C:/Program Files/xampp/mysql/bin/my_opts5.cnf Which returns this error: 060510 12:18:34 [ERROR] mysqld-nt: unknown option '--install' Huh? It's listed as one of the parameters after issuing mysqld-nt --help --verbose. More background: The previous

Re: Import from unknown format (.bdd .ind .mor .ped)

2006-04-28 Thread Remo Tex
http://perso.easynet.fr/cibderf/tout.html HTH Pedro mpa wrote: Greetings. I'm building an application and I need to import data to mysql from a db format I don't know. Unfortunately the person in charge of the data won't be reachable for the next 2 weeks and I want to continue my work.

RE: Import from unknown format (.bdd .ind .mor .ped)

2006-04-27 Thread George Law
006 2:05 PM To: mysql@lists.mysql.com Subject: Import from unknown format (.bdd .ind .mor .ped) Greetings. I need to import data to mysql from a db format I don't know. Unfortunately the person in charge of the data won't be reachable for the next 2 weeks and I want to continue my work. Doe

Import from unknown format (.bdd .ind .mor .ped)

2006-04-27 Thread Pedro mpa
Greetings. I need to import data to mysql from a db format I don't know. Unfortunately the person in charge of the data won't be reachable for the next 2 weeks and I want to continue my work. Does anyone knows the db format extensions like: .bdd .ind .mor .ped Thanks in advance. Apologies for m

Import from unknown format (.bdd .ind .mor .ped)

2006-04-25 Thread Pedro mpa
Greetings. I'm building an application and I need to import data to mysql from a db format I don't know. Unfortunately the person in charge of the data won't be reachable for the next 2 weeks and I want to continue my work. I was wondering if anyone knows the format extensions like: .bdd

Re: Unknown command '\'' during load

2006-03-23 Thread Jack Baty
On 3/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > When you generated this dump file, did you remember to use the > --max_allowed_packet parameter to make sure that mysqldump didn't create any > extended insert statements larger than your server wants to handle? It could > be crapping out

Re: Unknown command '\'' during load

2006-03-23 Thread SGreen
to restore a database from a dump as part of my > > > make-sure-this-will-restore-just-in-case process and I get the > > > following error... > > > > > > ERROR at line 1189: Unknown command '\''. > > > > > > The only thing I'

Re: Unknown command '\'' during load

2006-03-23 Thread Jack Baty
et the > > following error... > > > > ERROR at line 1189: Unknown command '\''. > > > > The only thing I've been able to find is this bug report... > > > > http://bugs.mysql.com/bug.php?id=9756 > > > > ...which claims that this (

Re: Unknown command '\'' during load

2006-03-23 Thread sheeri kritzer
What does line 1189 look like? -Sheeri On 3/17/06, Jack Baty <[EMAIL PROTECTED]> wrote: > I'm trying to restore a database from a dump as part of my > make-sure-this-will-restore-just-in-case process and I get the > following error... > > ERROR at line 1189: Unknown

Unknown command '\'' during load

2006-03-17 Thread Jack Baty
I'm trying to restore a database from a dump as part of my make-sure-this-will-restore-just-in-case process and I get the following error... ERROR at line 1189: Unknown command '\''. The only thing I've been able to find is this bug report... http://bugs.mysql.com/

RE: Unknown column 'testcase_root.Test' in 'order clause'

2006-03-01 Thread Bartis, Robert M (Bob)
Sorry:-\ Meant to say I do not understand why mySQL is pointing to this as an error Bob -Original Message- From: Bartis, Robert M (Bob) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 5:30 PM To: 'mysql' Subject: Unknown column 'testcase_root.Test' i

Unknown column 'testcase_root.Test' in 'order clause'

2006-03-01 Thread Bartis, Robert M (Bob)
I am receiving an error "Unknown column 'testcase_root.Test' in 'order clause' I do not understand why the error is pointing to this as an error, nor if it means anything that the name of the column is correctly identified in the query below as testcase_root.TestID.

Unknown error - processes/queries hangs

2006-02-15 Thread Mattias Andersson
Hi. We are seeing problems when trying to upgrade from version 4.0.23 to version 5.0.18 (using standard RPM's) The upgrade includes new hardware and we are exporting our databases with mysqldump and reading them in on the new database server. All seams to be just fine and enabling some traffi

Help on Unknown field error

2006-01-31 Thread pedro mpa
> -Mensagem original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > "pedro mpa" <[EMAIL PROTECTED]> wrote on 01/31/2006 12:49:48 AM: > > > Greetings. > > > > I need help on the following query. > > I get an error like

Re: Help on Unknown field error

2006-01-31 Thread SGreen
"pedro mpa" <[EMAIL PROTECTED]> wrote on 01/31/2006 12:49:48 AM: > Greetings. > > I need help on the following query. > I get an error like "Unknown/Invalid column total_price [...]" when I try > filter by total_price. > How can I do this correctl

Re: Help on Unknown field error

2006-01-30 Thread Michael Stassen
pedro mpa wrote: Greetings. I need help on the following query. I get an error like "Unknown/Invalid column total_price [...]" when I try filter by total_price. How can I do this correctly? SELECT receipts.*, (SELECT SUM(receipt_itens.price) FROM receipt_i

Help on Unknown field error

2006-01-30 Thread pedro mpa
Greetings. I need help on the following query. I get an error like "Unknown/Invalid column total_price [...]" when I try filter by total_price. How can I do this correctly? SELECT receipts.*, (SELECT SUM(receipt_itens.price) FROM receipt_itens WHERE receipt_itens.

Re: Unknown problem with backup restore

2006-01-18 Thread SGreen
Gleb Paharenko <[EMAIL PROTECTED]> wrote on 01/18/2006 11:02:15 AM: > Hello. > > > MyISAM table of about 1.8 GB it stops restoring with no error output. > > It looks strange. Get the debug binary of mysql command line tool > and create a trace file to find out the place where if fails. See: >

Re: Unknown problem with backup restore

2006-01-18 Thread Gleb Paharenko
Hello. > MyISAM table of about 1.8 GB it stops restoring with no error output. It looks strange. Get the debug binary of mysql command line tool and create a trace file to find out the place where if fails. See: http://dev.mysql.com/doc/refman/5.0/en/debugging-client.html Jose Maria de Dios w

Unknown problem with backup restore

2006-01-17 Thread Jose Maria de Dios
I am trying to restore a backup on a two processor machine with a Debian installation with 2.4 kernel and 2GB or RAM, but when it reaches a MyISAM table of about 1.8 GB it stops restoring with no error output. The MySQL version is Distrib 5.0.16. I have tried to restore it in many other systems (un

Re: ERROR 1105: Unknown error with flush logs

2005-03-29 Thread Gleb Paharenko
gt; the mysqladmin flush-logs gave me error: /usr/bin/mysqladmin: refresh fai= > led; error: 'Unknown error' > When I login to server, do 'flush logs' in command line, got error ' ERRO= > R 1105: Unknown error ' > > Anyone has idea on how to resolve t

ERROR 1105: Unknown error with flush logs

2005-03-28 Thread Sun, Jennifer
Hi, We are running mysql-4.0.22 on Gentoo Linux. We do regular mysqlhotcopy of all databases and do regular flush logs for transaction logs. However, My flush logs failed since yesterday, the mysqladmin flush-logs gave me error: /usr/bin/mysqladmin: refresh failed; error: 'Unknown error&

Re: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread Michael Dykman
The easiest route is to use mysqldump with the --no-data option. it will dump the full schema info including feign keys, etc. -- michael dykman On Wed, 2005-02-02 at 13:31, Dan Stromberg wrote: > I have a system with set of web pages that use PHP and a MySQL database. > > Apparently the old w

RE: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread Erich Beyrent
> I have a system with set of web pages that use PHP and a MySQL database. > > Apparently the old webmaster has disappeared, and a new webmaster has been hired. She needs to know the schema of the database. > > So my question is: Is there a way of querying MySQL not for values of fields, but rat

RE: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread Tim Hayes
PROTECTED] Subject: Pulling a database schema out of a unknown MySQL database? I have a system with set of web pages that use PHP and a MySQL database. Apparently the old webmaster has disappeared, and a new webmaster has been hired. She needs to know the schema of the database. So my question is

RE: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread John Trammell
ubject: Pulling a database schema out of a unknown MySQL database? > > > I have a system with set of web pages that use PHP and a > MySQL database. > > Apparently the old webmaster has disappeared, and a new webmaster has > been hired. She needs to know the schema of t

Re: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread SGreen
Dan Stromberg <[EMAIL PROTECTED]> wrote on 02/02/2005 01:31:17 PM: > > I have a system with set of web pages that use PHP and a MySQL database. > > Apparently the old webmaster has disappeared, and a new webmaster has > been hired. She needs to know the schema of the database. > > So my questi

Re: Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread Balazs Rauznitz
You mean "show databases", "show tables" and "describe $table_name" for every table in the database ? Balazs On Wed, Feb 02, 2005 at 10:31:17AM -0800, Dan Stromberg wrote: > > I have a system with set of web pages that use PHP and a MySQL database. > > Apparently the old webmaster has disappe

Pulling a database schema out of a unknown MySQL database?

2005-02-02 Thread Dan Stromberg
I have a system with set of web pages that use PHP and a MySQL database. Apparently the old webmaster has disappeared, and a new webmaster has been hired. She needs to know the schema of the database. So my question is: Is there a way of querying MySQL not for values of fields, but rather for t

mysql_store_result -> Error: 2000 (CR_UNKNOWN_ERROR) Message: Unknown MySQL error

2005-01-17 Thread David Jonas
: Line 387: if (!(res_read = mysql_store_result(&mysql_read))) { One line above does not fail, called on the same MySQL struct: Line 381: if (mysql_query(&mysql_read,SqlBufRead)) { Dumping mysql_errno and mysql_error to syslog show this: errno=2000 error=Unknown MySQL error The mysql e

Re: Unknown table ... in where clause

2004-10-04 Thread Ted Byrne
At 04:05 PM 10/4/2004, [EMAIL PROTECTED] wrote: I guess the docs aren't totally clear on this as you are not the first person to have problems forming a multiple-table UPDATE statement. Thanks for the quick response. It's somewhat gratifying to hear that I'm not alone in my confusion... Ted --

Re: Unknown table ... in where clause

2004-10-04 Thread SGreen
ing illegal), but I'd > appreciate any feedback on why MySQL is returning the "Unknown table" error > when the table does indeed exist (see output below). I can do this > manually (v. small number of records involved) but for cases where doing it > by hand would be

Re: Unknown table ... in where clause

2004-10-04 Thread Martijn Tonies
m missing > something simple in the SQL syntax (like this being illegal), but I'd > appreciate any feedback on why MySQL is returning the "Unknown table" error > when the table does indeed exist (see output below). I can do this > manually (v. small number of records involve

Unknown table ... in where clause

2004-10-04 Thread Ted Byrne
ething simple in the SQL syntax (like this being illegal), but I'd appreciate any feedback on why MySQL is returning the "Unknown table" error when the table does indeed exist (see output below). I can do this manually (v. small number of records involved) but for cases where doi

RE: 4.1.3-beta-nt-log Select Count(1) returns as unknown type in

2004-07-08 Thread Ian Gibbons
: [EMAIL PROTECTED] > Sent: 7/8/04 7:08 AM > Subject: 4.1.3-beta-nt-log Select Count(1) returns as unknown type in > ASP/vbscript > > Hi, > > Whilst testing some asp websites with Mysql Beta 4.1.3-nt-log I have > noticed that > doing a > > Select Count(

RE: 4.1.3-beta-nt-log Select Count(1) returns as unknown type in ASP/vbscript

2004-07-08 Thread Victor Pendleton
Does the older MyODBC version properly work? I have run into some oddities with the latest MyODBC driver. -Original Message- From: Ian Gibbons To: [EMAIL PROTECTED] Sent: 7/8/04 7:08 AM Subject: 4.1.3-beta-nt-log Select Count(1) returns as unknown type in ASP/vbscript Hi, Whilst

4.1.3-beta-nt-log Select Count(1) returns as unknown type in ASP/vbscript

2004-07-08 Thread Ian Gibbons
Hi, Whilst testing some asp websites with Mysql Beta 4.1.3-nt-log I have noticed that doing a Select Count(1) as var FROM tableName returns as an unknown variable type in vbscript. Previously with the 3 / 4.0 version it returned as a long. I am using the latest MyODBC 3.51.08.00 Is

Re: Unknown error, urgent help please

2004-05-24 Thread Brian Reichert
On Tue, May 18, 2004 at 10:08:32AM -0400, Ronnie Regev wrote: > Hi, > Before I go on, I know nothing about mysql, but my db admin is out of town > and I need to be pointed in the right direction please. > Running red hat 7.3, mysql-3.23.58-1.73, phpMyAdmin 2.5.0-rc2, in a virtual > hosting environm

RE: Unknown error, urgent help please

2004-05-18 Thread Ronnie Regev
[mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:16 AM To: [EMAIL PROTECTED] Subject: Re: Unknown error, urgent help please "Ronnie Regev" <[EMAIL PROTECTED]> wrote: > Hi, > Before I go on, I know nothing about mysql, but my db admin is out of town > and I need t

Re: Unknown error, urgent help please

2004-05-18 Thread Egor Egorov
"Ronnie Regev" <[EMAIL PROTECTED]> wrote: > Hi, > Before I go on, I know nothing about mysql, but my db admin is out of town > and I need to be pointed in the right direction please. > Running red hat 7.3, mysql-3.23.58-1.73, phpMyAdmin 2.5.0-rc2, in a virtual > hosting environment on Ensim webppli

Unknown error, urgent help please

2004-05-18 Thread Ronnie Regev
Hi, Before I go on, I know nothing about mysql, but my db admin is out of town and I need to be pointed in the right direction please. Running red hat 7.3, mysql-3.23.58-1.73, phpMyAdmin 2.5.0-rc2, in a virtual hosting environment on Ensim webppliance-3.5.20-7. When using phpMyAdmin and attempting

Re: Unknown character set: 'latin1_swedish_ci'

2004-04-25 Thread Paul DuBois
At 8:04 -0500 4/25/04, Peter Brawley wrote: Anybody know the fix in MySQL 5.0.0-alpha for this error? PB What's the context in which you see this error? latin1_swedish_ci is a collation name, not a character set name. -- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.m

Unknown character set: 'latin1_swedish_ci'

2004-04-25 Thread Peter Brawley
Anybody know the fix in MySQL 5.0.0-alpha for this error? PB

Re: Please help with this: ERROR 1047: Unknown command

2004-03-24 Thread Victoria Reznichenko
"Hiep Ho" <[EMAIL PROTECTED]> wrote: > i have problem adding user to mysql. I can create a database and there is no > problem however I got this ERROR 1047: Unknown command when I tried to add > new user. I don't think I have this problem before. > > I ru

  1   2   3   >