to copy the database of mysql-3.22.32 (/usr/local/mysql/var)
>on version
>4.0.20 (/usr/local/mysql_new/var)?
>
>There is possibility that they work?
>
>My O.S. is Solaris 8
>
>
>Thank's
>Alessio
>
>P.S.
>In that case I must use the function
It is possible to copy the database of mysql-3.22.32 (/usr/local/mysql/var) on
version 4.0.20 (/usr/local/mysql_new/var)?
There is possibility that they work?
My O.S. is Solaris 8
Thank's
Alessio
P.S.
In that case I must use the function "mysqlhotcopy"? I don't have
Shon,
Tuesday, March 19, 2002, 7:48:30 PM, you wrote:
SS> i am running mysql version 3.22.32. yes i am planning an upgrade. in the
SS> meantime, i need to check (and possibly) repair my tables without bringing
SS> down the mysql daemon.
For version 3.22.32 you can use only isamchk/myisamchk for
i am running mysql version 3.22.32. yes i am planning an upgrade. in the
meantime, i need to check (and possibly) repair my tables without bringing
down the mysql daemon.
thanks,
Shon Stephens
540.942.7292 office
540.649.3508 mobile
shon8work aim
---
ly in Red Hat Linux 7.2+mysql
3.22.32
On Red Hat 6.2+mysql 3.22.32 or Red Hat 7.2+mysql 3.23.44 all work fine.
---cut---
[root@rh72]# rpm -qa | grep mysql
mysql-server-3.23.44-1
mysql-devel-3.23.44-1
mysql-3.23.44-1
[root@rh72]# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end
> is it true that dots were legal in MySQL 3.22.32?
i think they were legal.. but it's a very good question - because this leads
to an error:
show tables from test.db
-> You have an error in your SQL syntax near '.db' at line 1
If there is a db with a dot in it, you ha
Hi,
is it true that dots were legal in MySQL 3.22.32?
Thanks
Marc Delisle
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request
http://www.mysql.com/doc/R/E/RENAME_TABLE.html says:
As long as two databases are on the same disk you can also rename from one
database to another:
RENAME TABLE current_database.table_name TO other_database.table_name;
And as the user comments say, you can use ALTER TABLE with 3.22.
Copying c
Hi,
I am using mySQL 3.22.23 on a Linux platform. How can I copy or move Tables between
different Databases? Is there a simple command for that? We do not have the
mysqlhotcopy command; is it safe to download and use for our mySQL version, and can it
do what I want it to do? I cannot find anyt
]'
Subject: mySQL 3.22.32-1
Hi,
Does mySQL 3.22.32-1 work on Windows 98? My ISP is using Chili!Soft ASP
which only talks to mySQL 3.22.32-1, therefor mySQL 3.23 is out of the
question.
Any reply is greatly appreciated.
Putri Alam
US-ASEAN Business Council
>Does mySQL 3.22.32-1 work on Windows 98? My ISP is using Chili!Soft ASP
>which only talks to mySQL 3.22.32-1, therefor mySQL 3.23 is out of the
>question.
>Any reply is greatly appreciated.
>
>Putri Alam
>US-ASEAN
Hi,
Does mySQL 3.22.32-1 work on Windows 98? My ISP is using Chili!Soft ASP
which only talks to mySQL 3.22.32-1, therefor mySQL 3.23 is out of the
question.
Any reply is greatly appreciated.
Putri Alam
US-ASEAN Business Council
Washington, DC
houda chraibi wrote:
>
> Hello everybody,
> I have some pb to administrate mysql, I can't create a new database error:
> you are an anonymous localhost
> I just can create a new tables in database already exist.
> what can I do , please help m!!!
Read chapter 6sss!!!
--
ed Hat 7.0 with Apache 1.3.12, PHP 3.0.18,
> and MySQL 3.22.32 (I know its an older version, but our web hosting service
> has not upgraded their version and it does not sound as though they plan to
> do so any time soon). All seems to be running well, except for the
> unfortunate
Hello everybody,
I have some pb to administrate mysql, I can't create a new database error:
you are an anonymous localhost
I just can create a new tables in database already exist.
what can I do , please help m!!!
Hello,
I'm a MySQL newbie (hopefully, there's a few others of me around so I won't
feel like I stick out so much).
I've setup a Linux box running Red Hat 7.0 with Apache 1.3.12, PHP 3.0.18,
and MySQL 3.22.32 (I know its an older version, but our web hosting service
ha
jatin writes:
> Hello Sinisa,
>
> I have mailed you regarding Installation on .rpm binary of mysql.
> I am once again telling you,
>
> I have a Linux6.2 OS , and want to install MySql3.22.32 client and development.
>But it give imediate following error
>
> error:MySql-client-3.22.32
Hello Sinisa,
I have mailed you regarding Installation on .rpm binary of mysql.
I am once again telling you,
I have a Linux6.2 OS , and want to install MySql3.22.32 client and development. But
it give imediate following error
error:MySql-client-3.22.32-1.i386 cannot be installed
and same er
jatin wrote:
>
> Hello Sinisa,
>
> I have mailed you regarding Installation on .rpm binary of mysql.
> I am once again telling you,
>
> I have a Linux6.2 OS , and want to install MySql3.22.32 client and development.
>But it give imediate following error
>
> error:MySql-client-3.22.32-1.i386
On Mon, Jan 29, 2001 at 11:48:29PM +0100, Tonu Samuel wrote:
> On Mon, 29 Jan 2001, Brian Reichert wrote:
>
> > In pawing though the source for mysql-3.22.32 (our current version
> > in production), I noticed in acconfig.h, a macro 'USE_RAID', which
> >
On Mon, 29 Jan 2001, Brian Reichert wrote:
> In pawing though the source for mysql-3.22.32 (our current version
> in production), I noticed in acconfig.h, a macro 'USE_RAID', which
> in term seems to set up the use of .
>
> But, I can't find any documentati
In the create table documenttation, it explains the USE_RAID, and a few
other options pertaining to it.
Gregg
- Original Message -
From: Brian Reichert <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 29, 2001 4:22 PM
Subject: 'USE_RAID' in mysq
In pawing though the source for mysql-3.22.32 (our current version
in production), I noticed in acconfig.h, a macro 'USE_RAID', which
in term seems to set up the use of .
But, I can't find any documentation for this, and the configure
program doesn't seem to set it one way
At 09:58 PM 1/23/01 , Manuel Leos wrote:
>Hi everybody, I'm trying to install the RPM on a RH
>7.0 everything looks normal but the server dies
>sending this message
>mysqld: Can't find file: 'host.ISM' (errno: 2)
It's part of the first database/table that MySQL sets up for you.
I get this error
ay, January 24, 2001 7:43 PM
To: MySQL
Subject: MySQL-3.22.32 host.ISM not found. Plz HELP
Hi everybody, I'm trying to install MySQL-3.22.32
on a RH 7.0 everything looks normal but the server
dies sending this message
mysqld: Can't find file: 'host.ISM' (errno: 2)
How
Hi everybody, I'm trying to install MySQL-3.22.32
on a RH 7.0 everything looks normal but the server
dies sending this message
mysqld: Can't find file: 'host.ISM' (errno: 2)
How do I fix this?, Where can I get this file? or How
can
Hi everybody, I'm trying to install the RPM on a RH
7.0 everything looks normal but the server dies
sending this message
mysqld: Can't find file: 'host.ISM' (errno: 2)
How do I fix this, where can I get this file? or how
can I build it?
Thax
__
st" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 1:20 PM
Subject: MySQL 3.22.32 shutting down
We use MySQL 3.22.32 on a high-volume web server with Apache
1.3.14/PHP 4.0.3pl1 on a Compaq RS6000. Randomly, MySQL shuts down
mysteriously with no reason in any of the log files. The
We use MySQL 3.22.32 on a high-volume web server with Apache 1.3.14/PHP 4.0.3pl1 on a
Compaq RS6000. Randomly, MySQL shuts down mysteriously with no reason in any of the
log files. The .err log shows:
mysqld ended on Fri Jan 19 09:50:49 EST 2001
mysqld started on Fri Jan 19 10:04:12 EST 2001
29 matches
Mail list logo