I thin'k MySQL will be the 'Oracle Personal Edition'

2009-04-22 Thread José I . Merino
The main question is: Will Oracle permits a cheaper DB in his portfolio with almost the same reliability than his main and expensive DB? Ok. MySQL is the main database in a wide 'open source' community. That people never will bought Oracle to build a phpBB forum or to install Joomla, but what hap

MySQL unixsocket to tcp connection

2004-12-28 Thread José Miguel Fernandes
My question is: Is there any program that opens a connection to mysql, and that I could use to connect to the database using unixsocket using always the same connection? Anyone have anyother ideia how I could speed up my connection phase? Thanks everyone, José Miguel Fernandes -- My

help with dbf and dbt

2004-11-08 Thread José Antonio Viadas O.
Can someone help me, i have two files one dbf and one dbt thant i need to import it in mysql, can someone help me telling me how can i do this. Thanks. José Antonio Viadas O. Director de Desarrollo Denumeris Interactive <http://www.denumeris.com/> TEL. Oficina: 56.64.31.7

MyODBC and Windows XP

2004-03-18 Thread José Angel Blanco Linares
t be? TIA __ José Angel Blanco Linares Depto Servicios de Apoyo Académico Centro de Enseñanza Técnica Industrial 3641-3250, ext: 264 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Visual Foxpro

2003-06-17 Thread José Angel Blanco Linares
) ) > *!* ENDCASE > m.sRet = strtran( m.sRet, '@3', alltrim( str( > m.iYear, 4, 0 ) ) ) > return m.sRet > enddefine && COdbc > * // > > > > * //

Unicode (UTF-8) and full text searching

2003-06-10 Thread José Antonio Calvillo Ardila
Hi List, This is my first mail in this list and thanks in advance. Does anyone know what version of Mysql has Unicode support for full text searching? I have a database with information in four languages (english, german, greek and spanish) in unicode and I would like to do full text searching. R

Re: Cannot add new user to newly created database, help needed

2003-04-02 Thread José
Cool!. That solved my problem; I don't understand why doing a grant all didn't fix the permissions but here is my ant output now: [EMAIL PROTECTED] cvebrowser]$ ant test Buildfile: build.xml init: build: jar: test: [echo] Testing using the following classpath: /usr/share/java/junit.jar:te

Cannot add new user to newly created database, help needed

2003-04-01 Thread José
Greetings, I'm trying to create a database and then adding a specialized user so it can work with it, but so far i got no luck: [EMAIL PROTECTED] josevnz]$ mysql -u root -p -h localhost.localdomain Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id

libmysql.dll(v4.0.10) + delphi 7 + dbexpress

2003-03-02 Thread José Longo
’t use some of the new features of version 4.0)… I’m correct ??? There is any workaround ??? TIA José Longo - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

How much stable is MySQL in a production environment?

2002-09-24 Thread José Fernández
Recently I have had some problems to start mysqld and finally I have found that this was due to the mysql database has disappear from the hard disk. I have solved this problem, but I do not remember to delete this database. Now, I have a question and I would like that experimented MySQL users help

re: How can I retrieve the table 'mysql.host' ?

2002-09-24 Thread José Fernández
Please, can you give me more information about this? I think that in Windows NT the privilege tables are built during installation I think that I have not changed anythink. How can I find if there are problems to MySQL see the privilege tables? Many Thanks. José --- Egor Egorov <[EM

How can I retrieve the table 'mysql.host' ?

2002-09-24 Thread José Fernández
ve found that I start up MySQL with: "mysqld-max -Sg --standalone", then it works. Please, how can I rebuild the 'mysql.host' table to all is OK again? Thanks in advance José Fernández ___ Yahoo! Messenger Nueva ve

Sudden problem with Grant Tables on Windows NT

2002-09-23 Thread José Fernández
he installation process (MySQL was woriking fine at the beginning). Please, can you help me? Thanks in advance José Fernández ___ Yahoo! Messenger Nueva versión: Webcam, voz, y

Privilege tables and mysqld-max wiht -Sg option

2002-09-20 Thread José Fernández
at the origin of this problem was that I have not privilege tables on my PC. Please, can you help me? Thanks in advance José Fernández ___ Yahoo! Messenger Nueva versión: Webca

Problems to create privilege tables on Windows NT

2002-09-20 Thread José Fernández
in any of the hard disks that has my PC, where I have installed MySQL. Please how can I create the privilege tables in my Windows NT system? Many Thanks José Fernández ___ Yahoo! Messenger Nueva versión: Webcam, voz, y mucho más ¡Gratis

MySQL was working fine, but now it doesn't work

2002-09-20 Thread José Fernández
lem to be able to start up mysqld-max with the full functionality (without use -Sg option)? Please, can you help me? Thanks in advance José Fernández ___ Yahoo! Messenger Nueva versión: Webcam, voz, y

Problem with my mysqld-max on Windows NT

2002-09-20 Thread José Fernández
quot;mysqld-max --standalone" (as usually) I have get the message: "mysqld-max: TAble 'mysql.host' doesn't exist" in the 'mysql.err' file. I have looking for information about this at google.com, but up to now, I have not been able to solve this problem. Plea

MySQL with Delphi 5.0

2002-04-23 Thread José Haroldo Filho
I've installed MyODBC and then I've set up ODBC and I saw the driver for MySQL DB, when I try to create a new alias wiht MySQL it does not apear to select the DB, acording a book wich is guiding it should has to appear. Can anybody help to set up the ALIAS with MySQL Thanks Jo

problem when trying to start MySQL on windows server XP

2002-03-29 Thread José Blanch
QL n'a pu être lancé - une erreur system s'est produite - l'erreur 1067 s'est produite - le processus s'est arreté inopinément How can solve this problem ? Thank you for your reply. M. Blanch josé _

MySQL with Delphi 5.0

2002-03-06 Thread José Haroldo Filho - Transaliança
I've already installed MyODBC and configured the driver correctly (accoriding a book I'm reading) at ODBC User DNS. But, when I run Database Desktop and gonna make a "New Table" the option of MySQL does not appear (according the book appear as show a figure). Is there lefting something else? Tha

Re: Retrieving a numeric series from a SELECT

2002-02-13 Thread José Angel Blanco Linares
, and it returns a consecutive serie from 1 to 100. Thanks again. __ José Angel Blanco Linares Depto Servicios de Apoyo Académico Centro de Enseñanza Técnica Industrial 3641-3250, ext: 266 --

Retrieving a numeric series from a SELECT

2002-02-12 Thread José Angel Blanco Linares
, somebody wrote a sample that do exactly what I need. In fact, I took that sample and saved it to my HD, but i can't find it, hehehe. TIA __ José Angel Blanco Linares Depto Servicios de Apoyo Académico Centro de Enseñanza Técnica Industrial 3641-3250, ext

Re: Retrieving a numeric series from a SELECT

2002-02-08 Thread José Angel Blanco Linares
, and it returns a consecutive serie from 1 to 100. Thanks again. __ José Angel Blanco Linares Depto Servicios de Apoyo Académico Centro de Enseñanza Técnica Industrial 3641-3250, ext: 266 --

Retrieving a numeric series from a SELECT

2002-02-08 Thread José Angel Blanco Linares
, somebody wrote a sample that do exactly what I need. In fact, I took that sample and saved it to my HD, but i can't find it, hehehe. TIA __ José Angel Blanco Linares Depto Servicios de Apoyo Académico Centro de Enseñanza Técnica Industrial 3641-3250, ext

RE: mySql and Visual FoxPro

2002-01-23 Thread José Angel Blanco Linares
Hi! I was using MySQL and Visual FoxPro but I don't know if exists an API to do it with. I had working with MyODBC and I have no problem at all. With VFP I use to work with both Remote Views and SQL Pass Throu. Bye. :- ) __ José Angel Blanco Linares

MySQL performance and limit

2001-10-05 Thread José León Serna
Hello: I want to setup a machine with 3000 databases, each database will have 41 tables. Does MySQL support this configuration? What machine do you think will support this configuration? The purpose is to create a website with PHP+MySQL, is this possible? Best Regards. ---

Re: Backup a database

2001-05-14 Thread José León Serna
Hello: I have already searched on the archives, but any of the solutions are valid for me because I only have remote access to a windows server to get the data+structure, and to the new server I only have mySQLAdmin access to the database. Best Regards Visual PHP Studio, RAD deve

Backup a database

2001-05-14 Thread José León Serna
Hello: This is my first message to this list, I want to know how to make a backup of a database that has memo fields, those memo fields are html articles (it's a php-nuke web), I use mySQLFront, to extract the .sql with structure+data, and then I uses mySQLAdmin to create the new database+data

STD function

2001-02-02 Thread José Ernesto Jardim
Hi I'm doing a simple query using the function STD but I'm getting zeros as answer. I know that zero is a perfectly good answer for standart deviation but in this case I should get some positive values :-) Is there something wrong with this function ? My sql string is the folowing and I'm using

RV: Error: 1130 desde ODBC

2001-01-22 Thread Juan José Pedraza Penoucos
mi red es TCP/IP y ni siquiera se dónde puedo poner la opción para que utilice NAMED PIPES. -Mensaje original- De: GE Rincon [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 22 de enero de 2001 3:15 Para: Juan José Pedraza Penoucos Asunto: RE: Error: 1130 desde ODBC y estas usando tpcip o

Error: 1130 desde ODBC

2001-01-21 Thread Juan José Pedraza Penoucos
Acabo de instalar MySQL 3.22.32 para pc-linux-gnu 386 cuando intento hacer una conexión ODBC me sale. ERROR 1130 is not allowed to connect to this MySQL server Gracias, Thank. - Before posting, please check: http://www.mys