Re: help please

2001-06-01 Thread Rohit Peyyeti
Hello: This is how i defined in conf file: [mysqld_multi] mysqld=/usr/bin/safe_mysqld mysqladmin=/usr/bin/mysqladmin user=multi_admin password=multipass [mysqld2] socket=/var/lib/mysql/mysql.sock2 port=3308 pid-file=/var/run/mysqld/mysqld.pid2 datadir=/var/lib/mysql2 language=/usr/share/mysql/e

Re: domain vs localhost

2001-06-01 Thread Rolf Hopkins
Not quite that easy, I'm afraid. Firstly, I think you misunderstand the meaning of "localhost". "localhost" refers to the computer to which a particular software (usually a server software) is running on. Or have I misunderstood you and you are running the MySQL server on one PC and the Web ser

Re: deceptively simple question

2001-06-01 Thread Paul DuBois
At 2:17 PM -0400 6/1/01, Peter H. Burris wrote: >I know that when it comes to deleting users from the user table, I could >revoke all privileges and use an SQL 'delete from' command, but I wonder >if there's an easier script/method for dropping a user? I've been combing >the manual for a couple d

Re: deceptively simple question

2001-06-01 Thread Rolf Hopkins
You probably don't need to revoke, just delete from the appropriate tables. Sorry, I don't know of any other way. You could try mysqlgui but I don't know as I've never tried it. - Original Message - From: "Peter H. Burris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June

Re: FW: ezmlm response

2001-06-01 Thread Paul DuBois
At 10:13 PM -0400 6/1/01, daddius wrote: >hello everyone... I am very new to mysql and I needed some help creating 1 >admin account for 4 computers. >This is the error I keep getting. > > mysql> grant all on *.* to admin@% identified by "password"; > ERROR 1064: You have an error in

FW: ezmlm response

2001-06-01 Thread daddius
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 9:54 PM To: [EMAIL PROTECTED] Subject: ezmlm response Hi! This is the ezmlm program. I'm managing the [EMAIL PROTECTED] mailing list. This is a generic help message. The message I receive

FW: ezmlm response

2001-06-01 Thread daddius
hello everyone... I am very new to mysql and I needed some help creating 1 admin account for 4 computers. This is the error I keep getting. mysql> grant all on *.* to admin@% identified by "password"; ERROR 1064: You have an error in your SQL syntax near '% identified by "passwo

Re: Unicode

2001-06-01 Thread Rolf Hopkins
My mysql server is English but I have a chinese/english front end and users type in both Chinese & English. - Original Message - From: "md" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 21:22 Subject: Unicode > Does anybody use mysql with Chinese or other Unico

Re: What's the best os?

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 03:50:30PM -0700, Florin Andrei wrote: > On 01 Jun 2001 00:30:20 -0400, David Freeman wrote: > > > > My question is, what is the best OS for a heavy usage, > > multi-processor mysql database driven web site. We could use > > almost anything, but we would prefer to use a f

Re: What's the best os?

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 12:28:17PM +0400, Ilya Martynov wrote: > > JZ> On Fri, Jun 01, 2001 at 01:45:24AM -0400, David Freeman wrote: > >> > > JZ> Assuming you'll use Apache 2.x one day, I'd lean away from FreeBSD > JZ> until the threading issues are resolved. I could envision you running > JZ>

Re: What's the best os?

2001-06-01 Thread Florin Andrei
On 01 Jun 2001 00:30:20 -0400, David Freeman wrote: > > My question is, what is the best OS for a heavy usage, multi-processor > mysql database driven web site. We could use almost anything, but we > would prefer to use a free OS such as freebsd or Linux based OS. Some people reported better pe

Re: myisamchk --sort-records extremely slow

2001-06-01 Thread Michael Villalba
Thanks for your detailed and comprehensive response, Steve. I should have mentioned that the RAID 5 array is provided by an A1000 RAID unit. It is configured to have one logical unit. Both the MySQL data and temporary directories are on the A1000. All 12 drives in the A1000 are 18 GB Seagates

Fw: Newbie Needs Help

2001-06-01 Thread Glenn Emery
Whoops...here is the file - Original Message - From: Glenn Emery To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 3:46 PM Subject: Newbie Needs Help Hi All, I am not sure this is the correct list for this but here goes...If not the correct list any idea where I might find some hel

Newbie Needs Help

2001-06-01 Thread Glenn Emery
- Original Message - From: Glenn Emery To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 3:46 PM Subject: Newbie Needs Help Hi All, I am not sure this is the correct list for this but here goes...If not the correct list any idea where I might find some help? I have a site that is

JOIN-problems

2001-06-01 Thread Ville Mattila
Hi there, I have five tables in the database: customers, orders, ordercontents, products and payments. The problem is that I should get a list which shows some kind of a ledger list (shows who has paid and so on). My first try looks like this: SELECT orders.OrderID, customers.Name, SUM(orderco

Re: MySQL remote connect

2001-06-01 Thread Peter D Bethke
Sinisa, In the first case I was trying to connect to the Linux box using a MySQL client on the Mac called MacSQL. This box is called malacoda.local. I'm still getting the same error, trying to connect from a mysql client on my NT system, called lucifer.local, to a server on Linux. I get Error 11

BACKUP/RESTORE speed and delayed index creation.

2001-06-01 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello mysql, Peter> Today I played a little bit with two different ways of backup - Peter> first one is to use BACKUP TABLE (which works for myisam only) and Peter> the second one is SAVE DATA/LOAD DATA. Peter> In bo

Re: myisamchk --sort-records extremely slow

2001-06-01 Thread Michael Villalba
- Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> > On Wed, May 30, 2001 at 11:32:16PM -0400, Michael Villalba wrote: > > > > I have a rather large MyISAM table (~230 million rows) running under > > MySQL 3.23.30. It has 10 columns and 3 indices. The data and index > > fil

Re: Displaying MySQL database with DATE_FORMAT

2001-06-01 Thread Eric Fitzgerald
I think your doing FAR more work than you need to. I'm also not getting what you mean by it not paying attention to the initial query. I suggest you combine those 3 queries into one, just like this: SELECT somefield1, somefield2, DATE_FORMAT(EventStartDate, '%W %M %D %Y') AS FormattedEventStartD

Re: importing text files

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 03:08:53PM -0400, Longo, Joseph wrote: > > i want to import a series of text files into a MySQL database.. can > anyone point in the direction of good documenation on this?.. Search for "LOAD DATA" in the manual: http://www.mysql.com/doc/ Jeremy -- Jeremy D. Zawodny,

Logging/Stats individual entries..

2001-06-01 Thread Ashwin Kutty
Hi, I was wondering if someone knew of a way to keep stats of records that were being used from a Table in a DB.. i.e. I have a table with URL's in them and when a search is done, it returns a certain number of records.. I want to know, which exact record the user click's on and uses, not the que

Displaying MySQL database with DATE_FORMAT

2001-06-01 Thread Tim Thorburn
Hi, I've developed a simple search engine for a site I'm working on. Its purpose is to display community events based on the users input criteria. The problem is, if I use the DATE_FORMAT command to alter the appearance of the events dates and times - then MySQL begins at the top of the list

importing text files

2001-06-01 Thread Longo, Joseph
i want to import a series of text files into a MySQL database.. can anyone point in the direction of good documenation on this?.. thanks in advance.. - Before posting, please check: http://www.mysql.com/manual.php (the man

Re: Question for a MYSQL expert (I assume this list has some)...

2001-06-01 Thread Kenneth Kopelson
Thank you Steve, I appreciate your response :) I have considered modifying MySQL to do what I have asked for, but I didn't want to do that until I verified it wasn't already available somewhere. I'll bet this feature is something that others would be interested in as well. On the note of wha

Re: MySQL remote connect

2001-06-01 Thread Sinisa Milivojevic
Peter D Bethke writes: > Hello all, > > I'm running MySQL on SuSE Linux 7.0. > > I've been unable to connect to MySQL from a client on a remote system (both > systems behind the firewall) using a username/pw set up locally using the > GRANT ALL ON *.* TO user@% identified by "password" command.

Re: what's the problem????

2001-06-01 Thread Paul DuBois
At 12:12 PM -0500 6/1/01, Jeff Davidson wrote: >We have installed the mySQL binary onto Windows 2000 from a CD. (We >think we installed it) What next?? We've messed around with dos >commands with no luck. We are obviously missing something vital??? >What is it??? Help!!! >Thanks If you're

deceptively simple question

2001-06-01 Thread Peter H. Burris
I know that when it comes to deleting users from the user table, I could revoke all privileges and use an SQL 'delete from' command, but I wonder if there's an easier script/method for dropping a user? I've been combing the manual for a couple days and while I can create users and grant/revoke pr

what's the problem????

2001-06-01 Thread Kari Suomela
Friday June 01 2001 12:12, Jeff Davidson wrote to All: JD> We have installed the mySQL binary onto Windows 2000 from a CD. JD> (We JD> think we installed it) What next?? We've messed around with JD> dos JD> commands with no luck. We are obviously missing something vital??? JD> What

Re: mysqlhotcopy ..

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 03:35:57PM +0800, Alice wrote: > i have no idea on how to run mysqlhotcopy in the query tool or it is > not suppose to run in query tool. is this correct ? mysqlhotcopy > db_name '/downloads/backupDB/' It's a stand-alone tool. If you run it without any command-line argu

MySQL remote connect

2001-06-01 Thread Peter D Bethke
Hello all, I'm running MySQL on SuSE Linux 7.0. I've been unable to connect to MySQL from a client on a remote system (both systems behind the firewall) using a username/pw set up locally using the GRANT ALL ON *.* TO user@% identified by "password" command. I know this is a big security hole t

Re: Problem running old database with 3.23.30-gamma

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 09:13:45AM -0400, Beverly Baird wrote: > Tried that. > > mysql> ALTER TABLE Craft type=MYISAM; > ERROR 1016: Can't open file: 'Craft.ISD'. (errno: 138) > > I have tried to run the mysql_convert_table_format script but I > can't find any examples and I cannot get it to w

Re: Question for a MYSQL expert (I assume this list has some)...

2001-06-01 Thread Steve Ruby
Kenneth Kopelson wrote: > So, how do we get support in MySQL so that multiple instances of the mysqld > daemon running on separate machines can all access the same database files > located on a central server? I can see how the file system of the central > database server could be exported throu

Re: char() problem

2001-06-01 Thread Andreas Karl Wittwer
On Fri, 1 Jun 2001, Toth Dalibor wrote: > I really need to know this: I have a column defined as char(2), default > 'no', not null. > When I create new entry into the table, I skip entering value into mentioned > column > because I expect to be filled with the default value, that is 'no'. Bu

Re: what's the problem????

2001-06-01 Thread Jorge del Conde
Hi Have you installed the service in the CSM (console service manager) yet ? Go to the command prompt and type [mysql_dir]\bin\mysqld-nt --install (mysqld-max-nt for MySQL MAX). Afterwards start the service by either going to the CSM and starting it or by typing "net start mysql" from the comma

Re: Question for a MYSQL expert (I assume this list has some)...

2001-06-01 Thread Steve Ruby
What you are asking to do is not built into MySQL :( Mysql matintains its own internal database locking that would not be shared amongs the other computers, if you have multiple machines reading a writing to the same database file you will corrupt it in short order. Your best bet in such an en

Re: what's the problem????

2001-06-01 Thread Jeremy Zawodny
On Fri, Jun 01, 2001 at 12:12:47PM -0500, Jeff Davidson wrote: > > We have installed the mySQL binary onto Windows 2000 from a CD. (We > think we installed it) What next?? We've messed around with dos > commands with no luck. We are obviously missing something vital??? You are clearly missin

RE: what's the problem????

2001-06-01 Thread Simon Green
Hi Jeff Can you give us a bit more step by step info Then we will pont you the right way.. Simon -Original Message- From: Jeff Davidson [mailto:[EMAIL PROTECTED]] Sent: 01 June 2001 18:13 To: [EMAIL PROTECTED] Subject: what's the problem We have installed the mySQL binary onto W

Re: Wanted: Convert Mysql-Logfile to Plain SQL

2001-06-01 Thread Jeremy Zawodny
On Fri, May 25, 2001 at 10:53:52AM +0200, Dorthe Luebbert wrote: > Hi, > > I am looking for a script that reads a mysql-logfile, removes all > non-sql-stuff (like the DB-INIT-Number) and creates a sql-file from > it. The perfect tool could handle different databases stored in the > mysql-logfile

what's the problem????

2001-06-01 Thread Jeff Davidson
We have installed the mySQL binary onto Windows 2000 from a CD. (We think we installed it) What next?? We've messed around with dos commands with no luck. We are obviously missing something vital??? What is it??? Help!!! Thanks

Question for a MYSQL expert (I assume this list has some)...

2001-06-01 Thread Kenneth Kopelson
I am hoping there are people who use MySQL for serious business applications on this list. If so, please answer my question :) If not, will someone please direct me to a source of expert information? HERE IS MY QUESTION: I have need for multiple servers to share the same database files. We

MySQL 3.23.38 documentation - section 7.38 (comments)

2001-06-01 Thread Keith Hatton
This may not be a bug, but rather a limitation, and should definitely be added to section 7.38 of the manual dealing with comments. Scripts (or commands entered interactively) contatining comments that contain a backslash character are parsed as if the \ was a MySQL command. For example, /* \. d

domain vs localhost

2001-06-01 Thread Marco Bleeker
Newby speaking here; I've just managed to get PHP and MySQL working, now creating my first database. When I do that off-line ('localhost'), the data are entered in a MySQL subdirectory \MySQL\data. Not on a localhost subdirectory (where the php script is running). But I don't see a MySQL subdi

Re: help please

2001-06-01 Thread Paul DuBois
At 7:19 PM +0530 6/1/01, Rohit Peyyeti wrote: >hello all: > >how can i run multiple instances of mysql server? i also looked >at mysqld_multi but i guess there is a problem with that too. >here is the error what it gave: > >ABORT: Bad GNR: mysql2 See mysqld_multi --help > >i also defined GNR in /e

Help me with mysql_store_result()

2001-06-01 Thread Carlos Savoretti
Hello, mysql: Can anyone say if exist some function in the C API that do not store all the requested rows before returning but it returns inmediatly for each one and the storing be in the remote server. Thanks a lot ! [EMAIL PROTECTED] ---

Dates not compared properly, part II

2001-06-01 Thread Christopher P. Lindsey
As soon as the new month rolled over, it happened again. The problem went away sometime in mid-May. The only difference between the current problems and the old is that we're now running 3.23.38. Any ideas? Chris -- Forwarde

Re: Crossdatabase queries

2001-06-01 Thread Dibo Chen
Boryniec Adam wrote: > > Hello, > > I have a following problem: > I created two simple tables and a query that uses both of > them. This works perfectly. See the example below. > The question is: is the same query possible when the two > tables are located in diffrent databases. > What I mean: I

Re: BACKUP/RESTORE speed and delayed index creation.

2001-06-01 Thread Heikki Tuuri
Hi! At 05:44 PM 6/1/01 +0400, you wrote: >Hello mysql, > > Today I played a little bit with two different ways of backup - > first one is to use BACKUP TABLE (which works for myisam only) and > the second one is SAVE DATA/LOAD DATA. > > In both cases if I'm not mistaken the file is wrote by m

mysql hosting. how to do with quotas.

2001-06-01 Thread Dennis S.Davidoff
does anyone setting up mysql with quotas?? i need it for hosting. -- %whois -R NULL-RIPN PGP: http://null.magelan.ru/null.asc Pager: +7 095 974-0003, #30369 - Before posting, please check: http://www.mysql.com/manual.php

Re: I'm after an mysql_info() example

2001-06-01 Thread Basil Hussain
Hi, > Using PHP4 and Mysql > > After reading the manual and doing vaious searchs around > the net, I'm damned if I can work out the syntax for > mysql_info(). I'm looking at the manual for PHP4 here and there is no such mysql_info() function! The only listed *_info() functions are: mysql_get_c

Re: BACKUP/RESTORE speed and delayed index creation.

2001-06-01 Thread Sinisa Milivojevic
Peter Zaitsev writes: > Hello mysql, > > Today I played a little bit with two different ways of backup - > first one is to use BACKUP TABLE (which works for myisam only) and > the second one is SAVE DATA/LOAD DATA. > > In both cases if I'm not mistaken the file is wrote by mysqld server

Redirection to www.innodb.com seems to work now: please report if you have problems

2001-06-01 Thread Heikki Tuuri
Hi! Redirection from www.innobase.fi to www.innodb.com now works from my own computer. Please report to me if it does not work from your computer. The official InnoDB website is now www.innodb.com My email address still stays the same [EMAIL PROTECTED], but also that will probably change to [EMA

help please

2001-06-01 Thread Rohit Peyyeti
hello all: how can i run multiple instances of mysql server? i also looked at mysqld_multi but i guess there is a problem with that too. here is the error what it gave: ABORT: Bad GNR: mysql2 See mysqld_multi --help i also defined GNR in /etc/my.cnf Any idea why the error? ...Rohit

BACKUP/RESTORE speed and delayed index creation.

2001-06-01 Thread Peter Zaitsev
Hello mysql, Today I played a little bit with two different ways of backup - first one is to use BACKUP TABLE (which works for myisam only) and the second one is SAVE DATA/LOAD DATA. In both cases if I'm not mistaken the file is wrote by mysqld server so there is no communication overh

RE: Problem running old database with 3.23.30-gamma

2001-06-01 Thread Beverly Baird
Tried that. mysql> ALTER TABLE Craft type=MYISAM; ERROR 1016: Can't open file: 'Craft.ISD'. (errno: 138) I have tried to run the mysql_convert_table_format script but I can't find any examples and I cannot get it to work either. I'm quite sure it's operator error in this case. We have pulle

Alternative for storing results...

2001-06-01 Thread Carlos Savoretti
Hi. I'm using the C API to access mySQL database (trying to reuse a lot of existing software, mixing an old database & mySQL, but it's not the point). Due the way the old database (named Ideafix) run the keys sometimes the translated query produce too many rows (running out ot memory) although

Re: ACT2 Conversion

2001-06-01 Thread Mikel King
Hi guys, Are we talking about Symantec's ACT product? Cheers, Mikel Rolf Hopkins wrote: > I've never heard of ACT2 but if you can export the data to a delimited text > file, you could import it into mysql. You may have to edit the file a bit > though. > > - Original Message - > Fr

Re: Bug in my sql ......mysql.exe?

2001-06-01 Thread VVM Ravikumar Sarma Chengalvala
Hi, I donot think it is supposed to show the number of rows deleted or it should not show anything at all.I agree if it is not a bug,at least it is an unwanted thing . When it always shows the affected number of rows as zero though it actually deletes a million records,it must be removed or made o

Re: problem wtih mysql GUI

2001-06-01 Thread Sinisa Milivojevic
D. Veerasamy writes: > Dear Sir/ Madam > > Can you please help me with the GUI client running under linux. > I'm having an error message saying: > Can't connect to local MySQL server through socket " (111) > > > > Thanking you. > > -

Re: Can get safe_msqld to run in background!!

2001-06-01 Thread Sinisa Milivojevic
Joseph Bueno writes: > Hi, > > [EMAIL PROTECTED] wrote: > > > > I know this is bound to be something REALLY simple, but I can't seem to get > > "safe_mysqld" to run in background (Solaris 7/MySQL 3.23.37) > > > > If I try, as the "root" user, to start "safe_mysqld" from the "/usr/local/mysql" >

Re: Some minor MySQL v.3.23.38 fixes and Help corrections

2001-06-01 Thread Sinisa Milivojevic
Roberto de Martin Serqueira writes: > Hi > > I'm forwarding you the attached file MYSQL_3.23.38_FIXES.ZIP which contains files >with some minor improvements > and fixes done by me, updated to MySQL version 3.23.38, and presenting the following: > > - Directory \LIBMYSQL: > > - file ERRMSG

InnoDB website is now at www.innodb.com

2001-06-01 Thread Heikki Tuuri
Sorry, the website is now at www.innodb.com It should redirect users from www.innobase.fi, but that does not seem to work now. Thank you for the notice. Heikki Innobase Oy At 04:44 PM 5/31/01 -0700, you wrote: >On Tue, May 22, 2001 at 07:26:40PM +0300, Heikki Tuuri wrote: >> Hi! >> >> I wrot

Re: I'm after an mysql_info() example

2001-06-01 Thread Howard Picken
Using PHP4 and Mysql After reading the manual and doing vaious searchs around the net, I'm damned if I can work out the syntax for mysql_info(). Could anyone give me an example please? feelin' a bit dumb Howard Picken (Server, SQL, Query... etc) [EMAIL PROTECTED] -

Re: I'm after an mysql_info() example

2001-06-01 Thread Peter van Dijk
On Fri, Jun 01, 2001 at 09:26:08PM +1000, Howard Picken wrote: > After reading the manual and doing vaious searchs around > the net, I'm damned if I can work out the syntax for > mysql_info(). > > Could anyone give me an example please? In what programming language? Greetz, Peter.

I'm after an mysql_info() example

2001-06-01 Thread Howard Picken
After reading the manual and doing vaious searchs around the net, I'm damned if I can work out the syntax for mysql_info(). Could anyone give me an example please? feelin' a bit dumb Howard Picken (Server, SQL, Query... etc) [EMAIL PROTECTED] ---

How to Configure MySQL with JRUN

2001-06-01 Thread AVDHUT SHEDGE
We want to Configure MySQL database to JRUN as a jdbc datasource (Native). If Anybody knows ,Please give reply. _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com --

Trouble with select! Please Help!!!

2001-06-01 Thread Dimiter Atanasov
Hello to all! I'm useing MySql 3.23.33 for unknown-freebsdelf4.2 when i trt to select anything from command line mysql> select * from base.table where name like '%%'; i resieve many unuseful results (all DB) it happends with diferent words it does not matter in what kind of encoding i do this

Trouble with select! Please Help!!!

2001-06-01 Thread Dimiter Atanasov
On Fri, 1 Jun 2001 11:38:05 +0200 Toth Dalibor <[EMAIL PROTECTED]> wrote: > database,sql,query > Hi! > > I really need to know this: I have a column defined as char(2), default > 'no', not null. > When I create new entry into the table, I skip entering value into mentioned > column > because I

char() problem

2001-06-01 Thread Toth Dalibor
database,sql,query Hi! I really need to know this: I have a column defined as char(2), default 'no', not null. When I create new entry into the table, I skip entering value into mentioned column because I expect to be filled with the default value, that is 'no'. But that doesn't happen! Why? Tha

Newbie querry................

2001-06-01 Thread vk . talwar
Hello everybody, I am learning sql but i am not new to programming. I have a small problem, any help on this will be great. :) I have table name category,..with the following details SQL> desc category; NameNull?Type --- -

Re: help!!!!

2001-06-01 Thread zhenlei
What OS? >Where do you enter the commands to install mySQL?? I know it's a stupid question, >but please, enlighten me. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql

Re: What's the best os?

2001-06-01 Thread Ilya Martynov
JZ> On Fri, Jun 01, 2001 at 01:45:24AM -0400, David Freeman wrote: >> >> The server is a quad xeon lh4, it will host a web site written in >> php, and using a mysql database which holds 125,000 squ's and >> descriptions. The server's only job is to host this site. JZ> Assuming you'll use Apach

Urgent:MySql problem

2001-06-01 Thread sachin
Hello, I am working on RH Linux 7.0 MySql is not working at all. My MySql files are under /usr/bin. It gives the following error on running any mysql command Can't connect to localMySql server through socket 'var/lib/mysql/mysql.sock'(111) Please Help me. Thank You Sachin

mysqlhotcopy ..

2001-06-01 Thread Alice
i have no idea on how to run mysqlhotcopy in the query tool or it is not suppose to run in query tool. is this correct ? mysqlhotcopy db_name '/downloads/backupDB/'   if i want it to backup in my c:\downloads\backupDB folder ?? /---

Crossdatabase queries

2001-06-01 Thread Boryniec Adam
Hello, I have a following problem: I created two simple tables and a query that uses both of them. This works perfectly. See the example below. The question is: is the same query possible when the two tables are located in diffrent databases. What I mean: Is it possible to write a crossdatabase

MySQL-DBI-perl-bin , error

2001-06-01 Thread Jean-Philippe Durrios
Hi, Thx Rolf for your help I did setup the password Now, I have installed the RPM called mysql-DBI-perl-bin...rpm But when I want to install the MySQL-bench...rpm it asks me for the MySQL-DBI-perl..rpm Can someone tell me how to solve this probem? thx JP __