Re: Hi all

2005-10-31 Thread Stewart Smith
On Sun, 2005-10-30 at 00:14 -0300, Fabricio Mota wrote: > Anybody has worked as a developer to MySQL Database Server features? If you mean people who work for MySQL hacking on Cluster, then yes, we exist. -- Stewart Smith, Software Engineer MySQL AB, www.mysql.com Office: +14082136540 Ext: 6616 V

Re: Hi all.

2004-01-27 Thread mos
At 03:41 AM 1/27/2004, you wrote: I am just starting to work with SQL and Mysql server language and am embedding some queries into another program I am developing. The database I have created needs to store Documents and I have used Blob type columns for this. If I want to: Select USERID,NAME,L

Re: Hi all.

2004-01-27 Thread Chris Nolan
MySQL can help you out here, but there are many questions you need to answer first. 1. What exactly is in the DOC column? Binary data of some disgusting, inferior proprietary word processor document format, plain text, XML, LaTeX files? 2. If you answered "But I like Clippy!" to the above, go to

RE: Hi all.

2004-01-27 Thread Ugo Bellavance
> -Message d'origine- > De : Andy Fletcher [mailto:[EMAIL PROTECTED] > Envoyé : Tuesday, January 27, 2004 4:42 AM > À : [EMAIL PROTECTED] > Objet : Hi all. > > > I am just starting to work with SQL and Mysql server language > and am embedding some queries into another program I am deve

RE: Hi,All ,About mysqldump and mysqlimport

2003-03-30 Thread Cal Evans
Edit the script created by mysqldump. Add create database if not exists databaseName; to the beginning of the script. Or what I usually do is create the database first then use: mysql -A databaseName < test.sql to load it. =C= * Cal Evans * http://www.christianperformer.com * Stay plugged i

Re: Hi all,

2001-09-26 Thread Paul DuBois
At 3:07 PM -0500 9/26/01, Dan Liu wrote: >Hi all, >I am running a query on mysql.The query is simple.It retrieves 2800 >rows and 250 columns data.I created index for the query.But it still >takes over a minute. >Could somebody tell me what should I do?And why it is so slow? >Thanks! >Dan You ma