RE: Information Schema

2009-04-29 Thread John Daisley
---+ > | information_schema | > | hgallery | > ++ > 2 rows in set (0.00 sec) > > mysql> > > Ok, so how do I disable that? > > - Mark > > > -Original Message- > From: John Daisley [mailto:john.dais...@my

RE: Information Schema

2009-04-29 Thread Mark
postoffice.co.uk] Sent: woensdag 29 april 2009 5:58 To: Scott Haneda Cc: mysql@lists.mysql.com Subject: Re: Information Schema Scott Information_schema is a virtual database only. I think it was added in MySQL 5.0.2 to comply with SQL:2003 specifications. information_schema provides the same info

Re: Information Schema

2009-04-28 Thread John Daisley
Scott Information_schema is a virtual database only. I think it was added in MySQL 5.0.2 to comply with SQL:2003 specifications. information_schema provides the same info as you can get from 'SHOW' commands. Every user automatically has select privs for information_schema and its not possible to

Re: Information schema question.

2008-03-19 Thread Rob Wultsch
On Tue, Mar 18, 2008 at 9:58 AM, Carlos Savoretti <[EMAIL PROTECTED]> wrote: > Hi all! > > Well, question is how could I to retrieve information about > types supported . In PostgreSQL the query would be: > > -- > SELECT pg_type.oi

Re: Information schema question.

2008-03-18 Thread Sebastian Mendel
Carlos Savoretti schrieb: Hi all! Well, question is how could I to retrieve information about types supported. IMHO, no -- Sebastian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: information from another table for custom engine

2008-03-13 Thread Scara Maccai
> are you asking how is it you can access information in a MySQL DB without > connecting to MySQL DB? > > please elaborate > No, the thing is that I'm already running in the mysqld process because I'm talking about a custom engine library that I wrote. So my code runs inside mysql, hence I don

Re: Information request

2004-03-04 Thread Joshua J. Kugler
Currently, everything you listed can be done via queries to the server. Take a look at the MySQL manual for all the queries and their requisite responses. And I'm quite sure what you want to do has already been done. Please take a look at MySQL CC and MySQL Administrator (both available from

Re: Information required

2003-09-26 Thread Victoria Reznichenko
Waseem Ahmad Zia <[EMAIL PROTECTED]> wrote: > > I require information that latest version(4.0.15) of mysql provides support for > executing subqueries and prepared statement,if it is possible in this new version of > mysql then i require information about drivers for prepared state ment and how

Re: Information required

2003-09-26 Thread Joseph Bueno
Waseem Ahmad Zia wrote: Hello hi I require information that latest version(4.0.15) of mysql provides support for executing subqueries and prepared statement,if it is possible in this new version of mysql then i require information about drivers for prepared state ment and how to user sub quries in

Re: information

2002-10-16 Thread Gustavo Vieira Gonçalves Coelho Rios
Florian Litot wrote: > > hi, > > Somebody saw comparaisons of productivity for mysql and others RDBMS? > or somebody do comparaisons? > > thanks > > - > Before posting, please check: >http://www.mysql.com/manual.php (th

Re: information about the tables in the database

2002-10-10 Thread Chris Stoughton
I do this with select db; show tables; then parse through the result. Niclas Hedhman wrote: >On Wednesday 09 October 2002 21:43, Inbal Ovadia wrote: > > >>Hi all, >>There is a way to know if I have table x in my db? >>Let's say some catalog tables that hold information about the db like >

Re: information about the tables in the database

2002-10-09 Thread Niclas Hedhman
On Wednesday 09 October 2002 21:43, Inbal Ovadia wrote: > Hi all, > There is a way to know if I have table x in my db? > Let's say some catalog tables that hold information about the db like > tables name etc. > and i can do query like "select tables from catalogName" and get all the > tables in t

Re: information about the tables in the database

2002-10-09 Thread gerald_clark
Sure you can. show tables like 's%' from mydatabase; Iikka Meriläinen wrote: >On Wed, 9 Oct 2002, Inbal Ovadia wrote: > > > >>Hi all, >>There is a way to know if I have table x in my db? >>Let's say some catalog tables that hold information about the db like tables >>name etc. >>and i can do

RE: information about the tables in the database

2002-10-09 Thread Jeremy Tinley
show tables; show tables from catalogName; show tables from catalogName like 'order%'; -J -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Iikka Meriläinen Sent: Wednesday, October 09, 2002 10:09 AM To: Inbal Ovadia Cc: '[EMAIL PROTECTE

Re: information about the tables in the database

2002-10-09 Thread Iikka Meriläinen
On Wed, 9 Oct 2002, Brian Reichert wrote: > On Wed, Oct 09, 2002 at 03:43:15PM +0200, Inbal Ovadia wrote: > > Hi all, > > There is a way to know if I have table x in my db? > > Let's say some catalog tables that hold information about the db like tables > > name etc. > > and i can do query like "

Re: information about the tables in the database

2002-10-09 Thread nellA hciR
show tables; On Wednesday, Oct 9, 2002, at 05:43 America/Anchorage, Inbal Ovadia wrote: > Hi all, > There is a way to know if I have table x in my db? > Let's say some catalog tables that hold information about the db like > tables > name etc. > and i can do query like "select tables from cata

Re: information about the tables in the database

2002-10-09 Thread Iikka Meriläinen
On Wed, 9 Oct 2002, Inbal Ovadia wrote: > Hi all, > There is a way to know if I have table x in my db? > Let's say some catalog tables that hold information about the db like tables > name etc. > and i can do query like "select tables from catalogName" and get all the > tables in the db Hi, I g

Re: information about the tables in the database

2002-10-09 Thread Brian Reichert
On Wed, Oct 09, 2002 at 03:43:15PM +0200, Inbal Ovadia wrote: > Hi all, > There is a way to know if I have table x in my db? > Let's say some catalog tables that hold information about the db like tables > name etc. > and i can do query like "select tables from catalogName" and get all the > table

Re: information on mysql 4.0.2

2002-02-15 Thread Fournier Jocelyn [Presence-PC]
Hi, No problem so far with mysql 4.0.x, no crash at all on a production server with a really high load. If you want to use mysql 4.0.2, take a look here : http://www.mysql.com/doc/I/n/Installing_source_tree.html Best Regards, Jocelyn Fournier Presence-PC - Original Message - From: "Je

Re: information on mysql 4.0.2

2002-02-15 Thread Jean-Francois Dionne
So it's better using 4.0.1 of 4.0.2? Jean-Francois Dionne - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Jean-Francois Dionne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 8:12 PM Subject

Re: information on mysql 4.0.2

2002-02-15 Thread Jeremy Zawodny
On Fri, Feb 15, 2002 at 08:03:19PM -0500, Jean-Francois Dionne wrote: > I see people speaking about mysql 4.0.2... but where you get it? > they write some thing about it on web page but 4.0.2 is not in the > download list... It's from the MySQL source tree. See this url: http://www.mysql.com

RE: information retrieval from database

2001-11-28 Thread Sander, Ryan
Hmmm. That's a pretty generic statement. There are lots of different ways to get information from a database. Need more info. Ryan Sander Web Developer [EMAIL PROTECTED] http://www.cantonrep.com > -- > From: sunil nair > Sent: Wednesday, November 28, 2001 8:20 AM > To

Re: information retrival from database

2001-11-28 Thread Gerald R. Jensen
Read The Manual! - Original Message - From: "sunil nair" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 7:20 AM Subject: information retrival from database please mail me a detailed note on information retrival from database. address:[EMAIL PROT

Re: Information

2001-08-22 Thread chikhing
http://devshed.com/Server_Side/MySQL/Intro/ At 11:22 AM 8/22/2001 -0500, randys wrote: >I am a user whom it loves to use the services of mysql, but do not have >like beginning, please to send the manuals to me of as to begin to work >this fabulous manejador of data base > >att. randy ochoa Ch

Re: Information

2001-08-22 Thread Claudia M. Castaneda
http://www.mysql.com/ es la pagina de mysql. Desde alli puede encontrar la documentacion - en varios formatos- es de las mejores que pueda conseguir. Happy reading, --- Claudia M. Castaneda Phone 301 286 3397 On Wed, 22 Aug 2001, randys wrote: > I am a user whom it loves to use the se

Re: information needed

2001-06-03 Thread Jeremy Zawodny
On Sat, Jun 02, 2001 at 04:30:29PM +0200, Nimeesh Patel wrote: > i want to know is there any size limit(no. of rows) for mysql > created table. In my case table contain only four cloumn > date,ip_address(varchar[20],tx_bytes(integer),rx_bytes(integer). i > want to maintain a huge database of t

Re: Information Technique

2001-04-23 Thread Van
Ken Menzel wrote: > > Bonjour Hassan, > Il y a une liste français du MySQL que je viens de trouver. > Peut-être ça t'aide. > [EMAIL PROTECTED] > > En Plus, il y a php-france, > envoyez un mail à [EMAIL PROTECTED] > > Je suis un participant tous les deux. J'espère que je t'y verra! > > Amica

Re: Information Technique

2001-04-23 Thread Ken Menzel
icalement, Ken - Ken Menzel ICQ# 9325188 www.icarz.com [EMAIL PROTECTED] - Original Message - From: "hassan el forkani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Samir Baghdadi" <[EMAIL PROTECTED]>; <[EMAIL PROTE

Re: Information Technique

2001-04-23 Thread hassan el forkani
At 01:56 23/04/01 -0700, Van wrote: >hassan el forkani wrote: > > > > j'ai eu le meme probleme mais en environnement de développement, ce que je > > sait c'est que ca dépend du characterset de votre base de donnée faut > > demander à votre hebergeur le characterset (dans les "environnement > > var

Re: Information Technique

2001-04-23 Thread Ken Menzel
TED] - Original Message - From: "hassan el forkani" <[EMAIL PROTECTED]> To: "Samir Baghdadi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 22, 2001 6:21 AM Subject: Re: Information Technique > j'ai eu le meme probleme mais

Re: Information Technique

2001-04-23 Thread Van
hassan el forkani wrote: > > j'ai eu le meme probleme mais en environnement de développement, ce que je > sait c'est que ca dépend du characterset de votre base de donnée faut > demander à votre hebergeur le characterset (dans les "environnement > variables") du serveur mysql ou votre base est he

Re: Information Technique

2001-04-22 Thread hassan el forkani
j'ai eu le meme probleme mais en environnement de développement, ce que je sait c'est que ca dépend du characterset de votre base de donnée faut demander à votre hebergeur le characterset (dans les "environnement variables") du serveur mysql ou votre base est hebergée At 23:33 21/04/01 +020

Re: Information Technique

2001-04-22 Thread Van
Samir Baghdadi wrote: > > Salut Mr/Mme, > > J'ai une question précise : Comment coder les > caractères spéciaux (de type à, é,..) dans une BDD > MySql > > Le problème c'est que j'ai developpé avec JSP un site > en utilisant le Système d'exploitation Windows (les > essais étaient positifs). > Lo

Re: information

2001-03-29 Thread Sinisa Milivojevic
Chidamparam writes: > Hi, > We are a Telecom Software Product Development company, developed a product > on Windows NT platform with MS SQL Server 2000 Database, > inserting around 3 million records/month (in one table), the database grows > to 20GB/month and the database will be accessed sim

RE: information

2001-03-29 Thread Cal Evans
1: No 2: No 3: Not Yet Cal http://www.calevans.com -Original Message- From: Chidamparam [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 5:46 AM To: '[EMAIL PROTECTED]' Subject: information Hi, We are a Telecom Software Product Development company, developed a product on Wind

Re: information request

2001-03-18 Thread Colin Faber
1) How was it 'installed' Did you use RPMs, the source, or a bindist? 2) Did you make sure mysqld wasn't already running? 'ps auxwww | grep mysqld' Mani kandan Ramachandran wrote: > > Respected Sir/Madam > > While i configure mysql in my RedHat 7.0,it gives problem.And i do not > know how t