Re: Show Tables not working

2010-01-13 Thread mos
it is a special character or two spaces? Mike -Ursprüngliche Nachricht- Von: Ananda Kumar [mailto:anan...@gmail.com] Bereitgestellt: Mittwoch, 13. Jänner 2010 15:07 Bereitgestellt in: gmane.comp.db.mysql.general Unterhaltung: Show Tables not working Betreff: Re: Show Tables not working i

Re: Show Tables not working

2010-01-13 Thread Intell! Soft
Yes, I am sorry, I didn't use Backticks.. - I used ' not ` THX - now it works! -Ursprüngliche Nachricht- Von: Johan De Meersman [mailto:vegiv...@tuxera.be] Bereitgestellt: Mittwoch, 13. Jänner 2010 17:11 Bereitgestellt in: gmane.comp.db.mysql.general Unterhaltung: Show

Re: Show Tables not working

2010-01-13 Thread Johan De Meersman
10 15:07 > Bereitgestellt in: gmane.comp.db.mysql.general > Unterhaltung: Show Tables not working > Betreff: Re: Show Tables not working > > i dont think "my design" is valid. > There should not be any SPACE for a db name. > > > > > On Wed, Jan 13, 2010 at 7:26

Re: Show Tables not working

2010-01-13 Thread Johan De Meersman
> > > > -Ursprüngliche Nachricht- > > > Von: Intell! Soft [mailto:intellis...@fachoptiker.net] > > > Bereitgestellt: Freitag, 08. Jänner 2010 11:06 > > > Bereitgestellt in: gmane.comp.db.mysql.general > > > Unterhaltung: Show Tables not work

Re: Show Tables not working

2010-01-13 Thread Intell! Soft
Nachricht- Von: Ananda Kumar [mailto:anan...@gmail.com] Bereitgestellt: Mittwoch, 13. Jänner 2010 15:07 Bereitgestellt in: gmane.comp.db.mysql.general Unterhaltung: Show Tables not working Betreff: Re: Show Tables not working i dont think "my design" is valid. There should not be any

Re: Show Tables not working

2010-01-13 Thread Ananda Kumar
eas? > > > > > > > > > > -Ursprüngliche Nachricht- > > Von: Intell! Soft [mailto:intellis...@fachoptiker.net] > > Bereitgestellt: Freitag, 08. Jänner 2010 11:06 > > Bereitgestellt in: gmane.comp.db.mysql.general > > Unterhaltung: Show Tabl

Re: Show Tables not working

2010-01-13 Thread Johan De Meersman
t in: gmane.comp.db.mysql.general > Unterhaltung: Show Tables not working > Betreff: Show Tables not working > > Hey > > I try to use: Show Tables from My Design > Where "My Design" is the name of the Database. - But it is not working > Even not with: Show Tables f

Re: Show Tables not working

2010-01-13 Thread Intell! Soft
Hey Nobody any ideas? -Ursprüngliche Nachricht- Von: Intell! Soft [mailto:intellis...@fachoptiker.net] Bereitgestellt: Freitag, 08. Jänner 2010 11:06 Bereitgestellt in: gmane.comp.db.mysql.general Unterhaltung: Show Tables not working Betreff: Show Tables not working Hey I try to

Re: show tables is slow/uncached

2009-08-16 Thread Dan Nelson
In the last episode (Aug 15), Laurence Meyer said: > We have a production database that has 4,000+ tables. For a variety of > reasons, our CGIs always have to run "show tables" to generate a list of > all tables in the database. > > This is by far our slowest query; it

Re: show tables is slow/uncached

2009-08-16 Thread Glyn Astill
- Original Message > From: Laurence Meyer > To: mysql@lists.mysql.com > Sent: Sunday, 16 August, 2009 7:09:25 > Subject: show tables is slow/uncached > > We have a production database that has 4,000+ tables. For a variety of > reasons, > our CGIs always &g

show tables is slow/uncached

2009-08-15 Thread Laurence Meyer
We have a production database that has 4,000+ tables. For a variety of reasons, our CGIs always have to run "show tables" to generate a list of all tables in the database. This is by far our slowest query; it currently takes about 100 milliseconds. It is apparently never cached

Re: show tables

2007-05-01 Thread Octavian Rasnita
Ok, thank you all. It was my mistake. I have quoted the SQL command with single quotes under Windows. Octavian - Original Message - From: "Stijn Verholen" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 01, 2007 1

Re: show tables

2007-05-01 Thread Mogens Melander
On Tue, May 1, 2007 09:57, Stijn Verholen wrote: > Octavian Rasnita wrote: >> >> mysql -u user -p database -e 'show tables;' > file.txt That one works for me, with a litle change. -s (kill's columnnames a.o.). [EMAIL PROTECTED]:~# mysql -s -u rppt test -e

Re: show tables

2007-05-01 Thread Stijn Verholen
Octavian Rasnita wrote: Hi, I want to print the list of tables (one on a line) from a database into an external file. I have tried: mysql -u user -p database -e 'show tables;' > file.txt mysql -u root -p information_schema -e 'select table_name from tables where table_sch

show tables

2007-05-01 Thread Octavian Rasnita
Hi, I want to print the list of tables (one on a line) from a database into an external file. I have tried: mysql -u user -p database -e 'show tables;' > file.txt mysql -u root -p information_schema -e 'select table_name from tables where table_schema="database_name&

Re: Show tables replacement

2006-07-06 Thread Daniel da Veiga
On 7/6/06, Ed Reed <[EMAIL PROTECTED]> wrote: Thanks for the helpful words. The fact of the matter is that I would love to upgrade but since 5.0x doesn't have all the capabilities of 4.1x, an upgrade is out of the question at this time. So I'm left to looking here for help. What? An higher ve

Re: Show tables replacement

2006-07-06 Thread Ed Reed
Thanks for the helpful words. The fact of the matter is that I would love to upgrade but since 5.0x doesn't have all the capabilities of 4.1x, an upgrade is out of the question at this time. So I'm left to looking here for help. Thanks for your time. Anyone else have an idea on this? >>> "Joc

Re: Show tables replacement

2006-07-06 Thread Jochem van Dieten
On 7/6/06, Ed Reed <[EMAIL PROTECTED]> wrote: Anyone have an idea on this? Upgrade. Or at least stop repeating the question. Jochem -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Show tables replacement

2006-07-06 Thread Ed Reed
Anyone have an idea on this? Thanks >>> "Ed Reed" <[EMAIL PROTECTED]> 7/5/06 1:54:25 PM >>> Anyone have an idea on this? Thanks >>> "Ed Reed" < [EMAIL PROTECTED] > 6/30/06 2:51:44 PM >>> Opps! Thanks for the quick reply, Dan. But I forgot to mention I'm running MySQL 4.1.11 Any other sugges

Re: Show tables replacement

2006-07-05 Thread Ed Reed
Anyone have an idea on this? Thanks >>> "Ed Reed" <[EMAIL PROTECTED]> 6/30/06 2:51:44 PM >>> Opps! Thanks for the quick reply, Dan. But I forgot to mention I'm running MySQL 4.1.11 Any other suggestions? Thanks again. >>> Dan Nelson < [EMAIL PROTECTED] > 6/30/06 2:48:57 PM >>> In the last e

Re: Show tables replacement

2006-06-30 Thread Ed Reed
Opps! Thanks for the quick reply, Dan. But I forgot to mention I'm running MySQL 4.1.11 Any other suggestions? Thanks again. >>> Dan Nelson <[EMAIL PROTECTED]> 6/30/06 2:48:57 PM >>> In the last episode (Jun 30), Ed Reed said: > Is there a Select statement I can use to get table names so th

Re: Show tables replacement

2006-06-30 Thread Dan Nelson
In the last episode (Jun 30), Ed Reed said: > Is there a Select statement I can use to get table names so that I > could use other Select statement syntax on the results? > > What I'd like to do is this, > > SHOW Replace(TABLES, 'tbl','') Like 'tbl%'; > > But this doesn't work so I need a Sel

Show tables replacement

2006-06-30 Thread Ed Reed
Is there a Select statement I can use to get table names so that I could use other Select statement syntax on the results? What I'd like to do is this, SHOW Replace(TABLES, 'tbl','') Like 'tbl%'; But this doesn't work so I need a Select statement that can do the same thing. Thanks in adva

Re: SHOW TABLES Problem

2006-06-18 Thread vitaliy . okulov
Здравствуйте, Ivan. Вы писали 14 июня 2006 г., 21:57:16: IR> Hi! IR> I use Visual FoxPro as a front end to a MySQL server, via MyODBC 3.51. IR> Since I have updated MySQL from 4.1.x to 5.0.18 (SuSE RPM), I get no IR> result from SHOW TABLES (used for up/downloading). Any idea

SHOW TABLES Problem

2006-06-18 Thread Ivan Russell
Hi! I use Visual FoxPro as a front end to a MySQL server, via MyODBC 3.51. Since I have updated MySQL from 4.1.x to 5.0.18 (SuSE RPM), I get no result from SHOW TABLES (used for up/downloading). Any ideas? Ivan Russell -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: SHOW TABLES Problem

2005-02-02 Thread shaun thornburgh
Thanks for your reply, I have a query where I select all table names where the table name has PID_1 in i.e. SHOW TABLES LIKE '%PID_1%'; However there may be cases where I need to search for tables where the table name is PID_1 or PID_2. Do you another way I might be able to do t

Re: SHOW TABLES Problem

2005-02-02 Thread Gabriel PREDA
haun thornburgh" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 02, 2005 1:03 PM Subject: SHOW TABLES Problem > Hi, > > The syntax for show tables from the manual is: > > SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern'] > > so whay doesnt the fol

SHOW TABLES Problem

2005-02-02 Thread shaun thornburgh
Hi, The syntax for show tables from the manual is: SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern'] so whay doesnt the following query work: SHOW TABLES LIKE REGEXP 'PID_[0-9]+'; Thanks for your help Shaun -- MySQL General Mailing List For list archives: http://list

Re: show tables query

2003-10-13 Thread Victoria Reznichenko
"Robert Morgan" <[EMAIL PROTECTED]> wrote: > > Hi, I'm populating a dropdown with table names so the user can then choose the table > he/she wishes to > edit. However I just want to show the lookup tables. I tried "show tables from DB > where table li

show tables query

2003-10-13 Thread Robert Morgan
Hi, I'm populating a dropdown with table names so the user can then choose the table he/she wishes to edit. However I just want to show the lookup tables. I tried "show tables from DB where table like 'lkp' ;" but got an error; I'm just wondering whether it ca

Re: SHOW TABLES and ORDER

2003-03-21 Thread Paul DuBois
At 23:36 -0500 3/21/03, Bernard Miville wrote: Hi, I am using MySQL 3.23. I use SHOW TABLES to obtain a list of tables from my database and then put this list in an HTML select form on a web page. What I need to know, is there a way of obtaining this table list, using SHOW TABLES, in

SHOW TABLES and ORDER

2003-03-21 Thread Bernard Miville
Hi, I am using MySQL 3.23. I use SHOW TABLES to obtain a list of tables from my database and then put this list in an HTML select form on a web page. What I need to know, is there a way of obtaining this table list, using SHOW TABLES, in ascending or descending order the same way you

re: Re: show tables .question

2002-10-07 Thread Victoria Reznichenko
Kip, Monday, October 07, 2002, 4:03:05 AM, you wrote: KK> Is it possible to do a "show tables" similar to a select statement KK> where ... KK> similar to: select field where anotherfield like "ABC%" gives matches KK> for all "field" which begins with

Re: show tables .question

2002-10-06 Thread Kip Krueger
Is it possible to do a "show tables" similar to a select statement where ... similar to: select field where anotherfield like "ABC%" gives matches for all "field" which begins with ABC I'd like to say show tables like "ABC%" ie. to get a

Re: show tables

2002-09-10 Thread Nicholas Stuart
each db is completly different (unless they all use the same "SHOW TABLES" command which I don't know if they do or not.) As far as the first way goes you could only do it, as far as I know, in some form of program. -Nick p.s. this really isn't related to MySQL becuase you are asking

Show Tables "Freezing" a MySQL process

2002-04-16 Thread Lloyd Duhon
Hi Everyone. Here's a VERY unusualy problem. We are running a mod_perl application with MySQL. One of the functions in the program performs a "SHOW TABLE" command. This is performed with apparently great regularity within the program. It has begun locking a process up, at 100% CPU (All held by

show tables doesn't work in 3.23.46

2001-12-20 Thread Jeff Holt
After I created the mysql database, the 'show tables' command displayed the empty set. I checked my mysql.log file and found no errors. My permission in mysql.db and mysql.user look good (i.e., usernames seem to be correct and all permission columns are 'Y'). Any help would be

RE: SHOW TABLES; show nothing

2001-12-06 Thread Gill, Vern
good use of it too. I.E. samba. Which SHOULD I be using? -Original Message- From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 12:39 AM To: Gill, Vern Cc: [EMAIL PROTECTED] Subject: Re: SHOW TABLES; show nothing Hi. On Mon, Dec 03, 2001 at 11:41:38PM

Re: SHOW TABLES; show nothing

2001-12-06 Thread Benjamin Pflugmann
Hi. On Mon, Dec 03, 2001 at 11:41:38PM -0800, [EMAIL PROTECTED] wrote: > These areI thinkpre-built > Dunno for sure. > > # rpm -qa | grep -i glibc > compat-glibc-6.2-2.1.3.2 > glibc-devel-2.2-5 > glibc-common-2.2.4-13 > glibc-2.2.4-13 > # mysql --version > mysql Ver 11.6 Distrib 3.23.28

Re: SHOW TABLES; show nothing

2001-12-04 Thread Benjamin Pflugmann
as from any MySQL developers listening? > > -Original Message- > From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 4:22 PM > To: Quentin Bennett > Cc: 'Gill, Vern'; [EMAIL PROTECTED] > Subject: Re: SHOW TABLES; show nothing &

RE: SHOW TABLES; show nothing

2001-12-04 Thread Gill, Vern
r 1 make[1]: Leaving directory `/src/mysql-3.23.46' make: *** [all-recursive-am] Error 2 Any help there? -Original Message- From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 10:44 PM To: Gill, Vern Cc: [EMAIL PROTECTED] Subject: Re: SHOW TABLES; show noth

RE: SHOW TABLES; show nothing

2001-12-03 Thread Gill, Vern
Seems ok to me... -Original Message- From: Quentin Bennett [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 11:19 AM To: 'Gill, Vern'; [EMAIL PROTECTED] Subject: RE: SHOW TABLES; show nothing Hi, Try myisamchk'ing you mysql tables. Regards Quentin -Original Me

RE: SHOW TABLES; show nothing

2001-12-03 Thread Gill, Vern
? -Original Message- From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 4:22 PM To: Quentin Bennett Cc: 'Gill, Vern'; [EMAIL PROTECTED] Subject: Re: SHOW TABLES; show nothing Hi. I remember this beeing reported once before. The answer supposed t

Re: SHOW TABLES; show nothing

2001-12-03 Thread Benjamin Pflugmann
EMAIL PROTECTED]] > Sent: Monday, 3 December 2001 5:40 p.m. > To: [EMAIL PROTECTED] > Subject: SHOW TABLES; show nothing > > [...] > mysql> SHOW DATABASES; > +--+ > | Database | > +--+ > | | > | | > | | > |

RE: SHOW TABLES; show nothing

2001-12-03 Thread Quentin Bennett
Hi, Try myisamchk'ing you mysql tables. Regards Quentin -Original Message- From: Gill, Vern [mailto:[EMAIL PROTECTED]] Sent: Monday, 3 December 2001 5:40 p.m. To: [EMAIL PROTECTED] Subject: SHOW TABLES; show nothing mysql> CREATE TABLE faxblast (company VARCHAR(100), phone

SHOW TABLES; show nothing

2001-12-02 Thread Gill, Vern
mysql> CREATE TABLE faxblast (company VARCHAR(100), phone VARCHAR(12), fax TINYINT (10) UNSIGNED, state CHAR(2), description VARCHAR(80), sic VARCHAR(7)); Query OK, 0 rows affected (0.09 sec) mysql> SHOW TABLES; Empty set (0.00 sec) mysql> DESCRIBE

Re: it shows columns when it should only show tables ( mysql client )

2001-11-13 Thread Benjamin Pflugmann
Hi. It's been a while, but here it goes... As far as I know, the mysql command line client does not know about commands, i.e. the name completion feature (via TAB) is _not_ context sensitive and will just present all completions which fit to the word fragment you typed. So, without knowledge wh

it shows columns when it should only show tables ( mysql client )

2001-10-29 Thread bipbip
>Description: this is how i find the bug. under the mysql console, i tried to drop a table, and i know that the mysql console do the same thing like bash some of the command ... and the command autocomplets. OK .. let me show mysql> drop table categor; categories categor

"Show Tables" not working

2001-10-04 Thread Visation.com
I have a Coldfusion website administration function sitting on a MySQL database. I am using a SQL query (see below) to 'show tables'. I am then using the results to dynamically build database modification pages (enabling administrator to modify the database structure as well as modi

Re: problems with show tables

2001-08-06 Thread Ilya Martynov
hed to a database and that tables exist M> but 'show tables;' doesn't seem to work. I am sure it is user error M> but could you please show me my error. IMHO sounds like a bug. I think you should submit bugreport. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

problems with show tables

2001-08-03 Thread Mike
Thanks for all the replies - it shows me to look a little harder next time before I send a question to the mailing list. Thanks, but ... I did as it told but it still return an empty set. Here are the results: mysql> show tables; Empty set (0.01 sec) mysql> select da

Re: $dbh->tables, SHOW tables, etc.

2001-05-27 Thread Sommai Fongnamthip
t; > Scratch that, normally egcs and gcc are the same, at least on older > > redhat distros. Redhat 7.0 gives you compat-egcs package which isn't the > > same as your gcc. > > > > I symlinked (on a 7.1 redhat box) egcs to gcc (2.96-69) and --rebuild > > 3.2

Re: $dbh->tables, SHOW tables, etc.

2001-05-26 Thread Greg Cope
Daniel wrote: > > Scratch that, normally egcs and gcc are the same, at least on older > redhat distros. Redhat 7.0 gives you compat-egcs package which isn't the > same as your gcc. > > I symlinked (on a 7.1 redhat box) egcs to gcc (2.96-69) and --rebuild > 3.23.38 from

Re: $dbh->tables, SHOW tables, etc.

2001-05-25 Thread Daniel
Scratch that, normally egcs and gcc are the same, at least on older redhat distros. Redhat 7.0 gives you compat-egcs package which isn't the same as your gcc. I symlinked (on a 7.1 redhat box) egcs to gcc (2.96-69) and --rebuild 3.23.38 from the .src.rpm. Both show tables, show database

Re: $dbh->tables, SHOW tables, etc.

2001-05-25 Thread Daniel
recompiling mysql with > gcc 2.96 > > Daniel wrote: > >> Has there been any resolution the >> show tables; >> show databases; >> my @tablenames = $dbh->tables; >> etc... >> >> not w

Re: $dbh->tables, SHOW tables, etc.

2001-05-25 Thread Colin Faber
A few people have said that they've fixed it by recompiling mysql with gcc 2.96 Daniel wrote: > > Has there been any resolution the > show tables; > show databases; > my @tablenames = $dbh->tables; > etc... > > not working on RedHat 7.X machines? > > --

$dbh->tables, SHOW tables, etc.

2001-05-25 Thread Daniel
Has there been any resolution the show tables; show databases; my @tablenames = $dbh->tables; etc... not working on RedHat 7.X machines? -- Daniel Bohling NewsFactor Network - Before posting, please check: h

Re: show tables return nothing. show databases too.

2001-04-20 Thread Daniel
I have had the same problem on a Redhat 7.0 box w/2.4.1 kernel with mysql versions 3.23.32 thru 3.23.37 The tables and databases are there and are usable, but 'show databases' and 'show tables' return nothing. We've installed this version on another machine and

show tables return nothing. show databases too.

2001-04-20 Thread root
>Description: empty show tables >How-To-Repeat: show tables; >Submitter-Id: >Originator:[EMAIL PROTECTED] >Organization: poelzi.org >MySQL support: none >Synopsis: show tables return nothing. show databases too. >Severity: serio

Re: show tables bug - minor update

2001-03-15 Thread Canadian Lumberer
Hi Greg, If you are speaking about show tables returns blank lines, than thank you very much and I hope you will find it! Please, keep us on track! Best regards, Lumberer. On Mon, Mar 12, 2001 at 09:57:28PM +, Greg Cope wrote: > The following C and CXX flags will work (/usr/local/bin/

show tables bug - minor update

2001-03-12 Thread Greg Cope
Dear All The following C and CXX flags will work (/usr/local/bin/gcc is actually pgcc). Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.95.2.1/specs gcc version pgcc-2.95.2.1 20001224 (release). CC='/usr/local/bin/gcc' CFLAGS='-O6 -mpentiumpro -mstack-align-double' CXX='/u