problems with mysql and php after system software upgrade

2012-11-25 Thread Wayne G Leslie
During a recent system software upgrade (CentOS) on the front-end of our computing cluster, the mysql area was upgraded without our realizing that it was going to be. Now, php and mysql do not communicate well with one another. The version of mysql on the system after the upgrade is 5.1.61. T

Re: problems with mysql 4.1+suse 10

2008-01-02 Thread Peter
mario henriquez wrote: > hi, i got a problemas in mysql with suse 10 enterprise server, the error: > > #1064 - You have an error in your SQL syntax; check the manual that > corresponds to your MySQL server version for the right syntax to use near '' > at line 1. > > when i treat to create a new d

problems with mysql 4.1+suse 10

2008-01-02 Thread mario henriquez
hi, i got a problemas in mysql with suse 10 enterprise server, the error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1. when i treat to create a new data base, appears this message. pleas

Problems with MySQL load

2007-09-27 Thread Toke Herkild
Hi all, I've a server where between 1-2 there comes a high load from less than 1k queries there's a jump to 60+k queries. It all started after adding more RAM to the server. Anyone seen this before ? Regards, Toke Herkild -- MySQL General Mailing List For list archives: http://lists.mysql.com/m

Re: Installation problems with MySql 5.0.41 (source distribution)

2007-06-17 Thread Geoffroy Cogniaux
Hi, You're running MySQL with a mysql linux user, verify that he have write access on mysql datadir. You should specify it with --datadir= at command line invoking mysql_install_db too. 2007/6/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi everybody, I am trying to compile/configure MySQl 5.0.

Installation problems with MySql 5.0.41 (source distribution)

2007-06-15 Thread anandv
Hi everybody, I am trying to compile/configure MySQl 5.0.41 on a Mandrake 10 linux box. In doing so, I am getting some errors with mysql_install_db (ERROR: 1049 Unknown database 'mysql', Installation of system tables failed!) Please let me know how to solve the problem. Thanks in advance for

Re: Problems with: MySQL 5.0.21 - 64bit

2006-07-02 Thread Jeremy Cole
Hi Gabriel, Yesterday MySQL died again... there is nothing in the log files... (be it mysqld.log, .err, or /var/log/messages). The hosting provider is running an application called 'big-brother' and a lot of sef-faults appear in the logs from this. I don't know if thins is the cause... if this

Re: Problems with: MySQL 5.0.21 - 64bit

2006-07-02 Thread Gabriel PREDA
Spoken too soon... Yesterday MySQL died again... there is nothing in the log files... (be it mysqld.log, .err, or /var/log/messages). The hosting provider is running an application called 'big-brother' and a lot of sef-faults appear in the logs from this. I don't know if thins is the cause... if

Re: Problems with: MySQL 5.0.21 - 64bit

2006-06-27 Thread Gabriel PREDA
Yup... For now the problem stopped... These humongos values were because they were initialized at MAX_INT on that 64bit machine... In the my.cnf file they were not mentioned at all ! 2^64 - 1 == 18446744073709551615 Now look at the values below ! -- Gabriel PREDA Senior Web Developer On 6/22

Re: Problems with: MySQL 5.0.21 - 64bit

2006-06-22 Thread Dan Buettner
Gabriel, in your SHOW VARIABLES, I see a handful of settings that are much, much larger than normal: | max_binlog_cache_size | 18446744073709551615 | max_join_size | 18446744073709551615 | max_seeks_for_key | 18446744073709551615 | max_write_lock_coun

Re: Problems with: MySQL 5.0.21 - 64bit

2006-06-22 Thread Dilipkumar
Hi, Please let us know what all variables you have configured in your my.cnf files. what is your total size of memory in box. eg : max_connections key_buffer_size sort_buffer_size. Gabriel PREDA wrote: Hi list, Since we bought a better hardware for our dedicated MySQL Server we

Problems with: MySQL 5.0.21 - 64bit

2006-06-22 Thread Gabriel PREDA
Hi list, Since we bought a better hardware for our dedicated MySQL Server we have been running into some problems. We are using: - Fedora Core 3 - 64bit version - Kernel: 2.6.9-1.667smp - x86_64 - MySQL 5.0.21-standard - for 64bit - RAM: 4 GB - RAID 5 matrix with 3 SCSI disks at 15k rotations

Re: Problems with Mysql 5 and Visual Basic 5

2006-04-24 Thread James Harvard
I think you will need to give the list some more information! What error message do you get? Is it an error when running SQL queries, or a problem connecting to the database? James Harvard At 9:22 am -0300 24/4/06, Gabriel Mahiques wrote: >I migrated to mysql 5 but the applications with Visual

Problems with Mysql 5 and Visual Basic 5

2006-04-24 Thread Gabriel Mahiques
I migrated to mysql 5 but the applications with Visual Basic 5 return error in data. We have installed ODBC 3.51 -- Saludos cordiales. Ing. Gabriel Mahiques Dto. Control de Gestión ELECTROINGENIERA S.A. Telefono: 474 1414 Us

Problems with MySQL Migration Toolkit

2006-03-20 Thread Reynier Perez Mira
I have downloaded sucesfully the MySQL Migration Toolkit tool. After start the error with Java appears. I have Java installed on my PC because I work with Eclipse 3.1.1 + PHPEclipse Plugin. The JDK installed is 1.5. So if any can help me ... Regards, -- ReynierPM 4to. Ing. Informática Linux

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-22 Thread Michael Stassen
John Trammell wrote: #!perl use strict; use warnings; sub foo { warn "wantarray() in foo() is: ", wantarray(), "\n"; my @r = 3 .. 8; return @r; } my @x = foo() or warn "in ... or warn() #1\n"; warn "[EMAIL PROTECTED]: @x\n"; my $x = foo() or warn "in ... or warn() #2\n"; warn "\$

Re: Problems with mysql scheduled backup

2005-06-21 Thread Gleb Paharenko
Hello. These are some active bugs with different versions of MySQL Administrator. Check if your problem remains with the latest one. >Hi All, > >I'm trying to take scheduled backup from mysql administrator and it >always >gives me a popup with this message. > >"Enter user name and

RE: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread John Trammell
"in ... or warn() #2\n"; warn "\$x: $x\n"; > -Original Message- > From: Michael Stassen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 21, 2005 12:48 PM > To: olly@lfix.co.uk > Cc: debian-user@lists.debian.org; mysql@lists.mysql.com > Subject: Re: Sarge problem

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Michael Stassen
Oliver Elphick wrote: We have an application that has just upgraded to Debian sarge with mysql upgrading from 3.23.49 to 4.0.24. As far as I know I have followed all the procedures for upgrading the database. Some queries always fail in DBD::mysql (in DBI) although they work OK with the mysql

Problems with mysql scheduled backup

2005-06-21 Thread rtroiana
Hi All, I'm trying to take scheduled backup from mysql administrator and it always gives me a popup with this message. "Enter user name and password for the account under which the task will be executed." it shows me username and password for my windows account and when I click "ok" on the po

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Adam Majer
Oliver Elphick wrote: >which returns 0 rows, works correctly in mysql. But when it is passed >through this statement in Perl: > >my @row = $dbh->selectrow_array($sql) or >&failed(__FILE__, __LINE__, > "Failed to run the sql statement with error >

Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Oliver Elphick
We have an application that has just upgraded to Debian sarge with mysql upgrading from 3.23.49 to 4.0.24. As far as I know I have followed all the procedures for upgrading the database. Some queries always fail in DBD::mysql (in DBI) although they work OK with the mysql client. For example, thi

Re: Still having problems with MySQL 4.1 on Fedora Core 3

2005-04-14 Thread gerald_clark
C.F. Scheidecker Antunes wrote: Hello all, I now have disabled my SELinux and so it should work. However it still does not work. I have a bunch of errors now on my .err file that I am copying bellow. I've tried to create the tables again by issuing mysql_install_db and then tried to run the daemon

RE: Still having problems with MySQL 4.1 on Fedora Core 3

2005-04-14 Thread Joey
I am running MySQL-server-4.1.8-0 without problem on FC3. This could also be hardware related. Joey -Original Message- From: C.F. Scheidecker Antunes [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 1:24 PM To: Mysql List Subject: Still having problems with MySQL 4.1 on

Still having problems with MySQL 4.1 on Fedora Core 3

2005-04-14 Thread C.F. Scheidecker Antunes
Hello all, I now have disabled my SELinux and so it should work. However it still does not work. I have a bunch of errors now on my .err file that I am copying bellow. I've tried to create the tables again by issuing mysql_install_db and then tried to run the daemon. Is there any ideias on how to f

Problems with MySQL 4.1.7 under Solaris 9

2004-11-28 Thread Martynas Buozis
Hello I have two problems with latest MySQL (4.1.7) under Solaris 9. I am using SUN provided C compiler (cc: Sun C 5.6 2004/07/15) to compile packages. I need urgently to use MySQL, so any fast response will be highly appreciated. First problem is, that when I try to compile MySQL 4.1.7 from sou

Re: Problems with Mysql database and PHPAdmin

2004-08-25 Thread Rusty Wright
Creating a database is a separate thing from adding permissions for a database to the grant tables. When you create a database it's a "free floating" database that nobody (except root) has permission to access until you issue the grant statements to make someone "own" it. But nobody actually owns

Problems with Mysql database and PHPAdmin

2004-08-25 Thread Keith Brownmiller
Greetings All, A seemingly strange problem. If I go to the mysql prompt on a linux server - mysql version 3.23.14-alpha. I can issue the command create database . I can then issue the command use . No problem. However, if I type use mysql for the mysql database. If I do a select

RE: Problems with MySQL 4.0.20

2004-06-07 Thread Steven Roussey
> Thank you very much for your bug report! > And sorry if I doubted your report at the beginning; I hadn't thought > of the rpm script. No problem. I sometimes get bug reports that I know are impossible! Yet they weren't. This one I would have barely noticed if it had not knocked the slaves all of

RE: Problems with MySQL 4.0.20

2004-05-26 Thread Steven Roussey
> Hmm, I don't see any changes in ft-related files since 4.0.18 that could > cause it (there were bugfixes, but they affect only *searching* - that > is MATCH - and not *updating*). > > Can you create a test case ? Well, I put up a file in the secret folder a few days ago as referenced in a bug r

RE: Problems with MySQL 4.0.20

2004-05-26 Thread Steven Roussey
We start mysql with 'service mysql start' (we install from the RPM for linux). I've never seen mysql create binlog files under the name root before, and after reverting to an old version, it doesn't again. It created a big mess with all the slaves stuck at the end of an older binlog and not advanc

Re: Problems with MySQL 4.0.20

2004-05-26 Thread Jigal van Hemert
From: "Sergei Golubchik" <[EMAIL PROTECTED]> > > 4. Thread stack warnings: > >Warning: Asked for 196608 thread stack, but got 126976 > Same here. OK, we can disable the warnings in the log file, but what's really behind this warning? A brand new, plain vanilla Fedora Core2 (aka RedHat FC2) ins

Re: Problems with MySQL 4.0.20

2004-05-26 Thread Sergei Golubchik
Hi! On May 25, Steven Roussey wrote: > We had some servers that were upgraded from 4.0.17/18 to 4.0.20 and had > several problems thereafter: > > 1. Tables with FTS indices became corrupted, with queries on them causing > segfaults on the servers. Hmm, I don't see any changes in ft-related files

Problems with MySQL 4.0.20

2004-05-25 Thread Steven Roussey
We had some servers that were upgraded from 4.0.17/18 to 4.0.20 and had several problems thereafter: 1. Tables with FTS indices became corrupted, with queries on them causing segfaults on the servers. 2. BinLog files were getting created with ownership of root, not mysql. Then Mysql complains tha

Re: Problems with Mysql 4.0.15+Tomcat 4.0

2004-03-08 Thread Sasha Pachev
Abubakr wrote: Hi, i m using mysql 4.0.15 and tomcat 4 as a webserver on linux 8 machine, now the problem that i am facing is that while testing my web application when i send too many refresh requests to the web page, the server's CPU utilization reaches to 100% for a very long duration of

Problems with Mysql 4.0.15+Tomcat 4.0

2004-03-05 Thread Abubakr
Hi, i m using mysql 4.0.15 and tomcat 4 as a webserver on linux 8 machine, now the problem that i am facing is that while testing my web application when i send too many refresh requests to the web page, the server's CPU utilization reaches to 100% for a very long duration of time and on che

Re: Problems with mysql

2004-02-29 Thread Victor Medina
Two things first, first of all you obviously don't have mysql correctly installed, message "a" means mysql dead unexpectedly while trying to start, mysql cannot start. Why? I just don't know you didn't detailed your install procedure. Message "b" means that you cannot connect to the db because me

RE: Problems with mysql

2004-02-29 Thread J.R. Bullington
First of all, get rid of Windows and use Linux =) Secondly, try downloading the newest version 4.0.18-nt from mysql.com. That will help you out. I run both Windows, Mac, and Linux versions of MySQL and haven't had any problems with the MySQL installer for any OS. If you have any other questions,

Problems with mysql

2004-02-29 Thread Farryls
Hi, I am currently experiencing a few problems getting mysql to run on my PC. I have a windows XP machine P4 2.6 GHZ. I have downloaded the version mysql 4.0.15 from mysql.com and am struggling to get the program to work. I have follwed the instructions listed in a book i purchased called mysql

Problems with MySQL 4.0.16

2003-12-17 Thread Sven Dzepina
Hello, I am using MySQL 4.0.16 on Debian GNU/Linux at the moment. In this database there are over 4,5 Mio. entries! The Database crashs with follow errors: 031217 19:21:06 mysqld started /opt/lampp/sbin/mysqld: ready for connections. Version: '4.0.16-log' socket: '/opt/lampp/var/mysql/mysql.so

Re: Problems with MySQL on Linux (Linux Newbie)

2003-09-23 Thread Victoria Reznichenko
Donald Tyler <[EMAIL PROTECTED]> wrote: > > I am just learning to use Linux and I am having some problems with > getting MySQL to load. > > > I have successfully installed & tested both Apache & PHP, so I am pretty > comfortable with the whole configure and make processes. > > > I followed the

Problems with MySQL on Linux (Linux Newbie)

2003-09-23 Thread Donald Tyler
Hi, I am just learning to use Linux and I am having some problems with getting MySQL to load. I have successfully installed & tested both Apache & PHP, so I am pretty comfortable with the whole configure and make processes. I followed the MySQL installation docs to the letter, however w

Re: problems with mysql thru command line

2003-08-01 Thread Egor Egorov
"karl james" <[EMAIL PROTECTED]> wrote: > Im kinda new at creating databases thru the command line > When I try to login using. > Mysql -h hostname -username -p > > I get this message on command line. > > C:\Documents and Settings\Karl James>mysql -h hostname -u username -p > -p; > 'mysql' is not

problems with mysql thru command line

2003-07-31 Thread karl james
Hello guys, Im kinda new at creating databases thru the command line When I try to login using. Mysql -h hostname -username -p I get this message on command line. C:\Documents and Settings\Karl James>mysql -h hostname -u username -p -p; 'mysql' is not a recognized as a internal or exteranl comman

Re: Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Problems with MySQL, Windows 2003, IIS6, ASP?

2003-07-24 Thread Bill J. Vallance
can not create the tables. I've posted up asking for help on Snitz support forums, but no one else has been successful with MySQL & Server 2003. http://forum.snitz.com <http://forum.snitz.com/> So my question is has anyone else had problems with MySQL and Windows 2003? If so how

Anyone experiencing replication problems with mysql-max-3.23.57-pc-linux-i686

2003-07-11 Thread Dathan Vance Pattishall
mysql-max-3.23.57-pc-linux-i686 I notice that slaves which never went out of sync are now doing so regularly with the same traffic pattern. Since upgrading to 3.23.57 I've notice a large increase in CPU utilization with the same configuration as the previous version in production 3.23.54. Anyone

AW: Some Problems with MySQL 3.23.54

2003-01-23 Thread Franz, Fa. PostDirekt MA
Hi Shripal, your requests were: >I can't able to do following things with MySQL 3.23.54. >Sub-selects Thats right , subselects come with version 4.1 (out for a view days). About 99% of all subselects are can be done with the right JOIN. >SELECT INTO TABLE Try: INSERT INTO SELECT ... >Tran

Some Problems with MySQL 3.23.54

2003-01-23 Thread Shripal Shah
Dear Sir/Madam, I can't able to do following things with MySQL 3.23.54. Sub-selects SELECT INTO TABLE Transactions Stored Procedures and Triggers Foreign Keys Views But, what can I do if I can't do anything without Transaction Support, Stored Pr

Problems with MySql in AIX

2003-01-15 Thread fdavila
Dear Sr. Sorry, but my english isn't very good. I want to install Mysql in Aix 4.3.3 in RS-6000. First I installed mysql 3.23.49 but insn't very good. When I executed /scripts/my_install_db i recived a lot of error like that:

Problems with MySQL lists internet line

2002-12-05 Thread David Axmark
Hi We are having some problems with high load on our Internet line in the MySQL office in Uppsala. And we might need to temporary ( about 12-24 hours) turn off the MySQL mailing lists. If our current workaround will work we can stay up. We should get a upgrade of our Internet line equipment tomo

Re: NEWBIE: problems with mysql installation

2002-11-01 Thread Paul DuBois
At 16:01 -0500 11/1/02, [EMAIL PROTECTED] wrote: Hello, I am relatively new to using MySQL and cannot understand why when I use mysqladmin or mysql client with any other id than root I get the cannot connect to local MySQL Server though socket '/var/lib/mysql/mysql.sock. Can someone tell me

NEWBIE: problems with mysql installation

2002-11-01 Thread Eric . Pfeifer
Hello, I am relatively new to using MySQL and cannot understand why when I use mysqladmin or mysql client with any other id than root I get the cannot connect to local MySQL Server though socket '/var/lib/mysql/mysql.sock. Can someone tell me if it's a permission's problem or something else.

re: problems with mySQL and server

2002-09-25 Thread Victoria Reznichenko
Nir, Tuesday, September 24, 2002, 6:21:39 PM, you wrote: NG> I am trying to get mySQL set up and am having problems. I am using Win2000. NG> I am using the Apache server and believe I have that set up properly as the NG> server is in the running state. When I type "mysql" in the DOS prompt, the N

problems with mySQL and server

2002-09-24 Thread Nir Goldberg
Hi, I am trying to get mySQL set up and am having problems. I am using Win2000. I am using the Apache server and believe I have that set up properly as the server is in the running state. When I type "mysql" in the DOS prompt, the following error is returned: Can't connect to mySQL server on 'lo

Problems with MySQL on FreeBSD4.5

2002-05-03 Thread webmaster
(Sorry if I am reposting this now, guys...ehe) I'm having trouble with a MySQL installation on a FreeBSD4.5 system (MYSQL version 3.23.49). >From time to time top shows that it runs >98% of CPU time, and of course the site's >response gets sluggish... Sometimes queries even times out or MySQL

Problems with MySQL on FreeBSD4.5

2002-05-02 Thread webmaster
I'm having trouble with a MySQL installation on a FreeBSD4.5 system (MYSQL version 3.23.49). >From time to time top shows that it runs >98% of CPU time, and of course the site's >response gets sluggish... Sometimes queries even times out or MySQL reports that no sockects are free to complete th

Re: strange performance problems with mysql

2002-03-12 Thread Jeremy Zawodny
On Tue, Mar 12, 2002 at 11:37:20AM -0800, Henry Hank wrote: > > Hello All, > > I've recently installed mySQL on a RH7.2 box without any problems > - it runs great. I've been testing some long running queries (full > table scans, etc) under different scenarios, and get wildy differing > result

strange performance problems with mysql

2002-03-12 Thread Henry Hank
Hello All, I've recently installed mySQL on a RH7.2 box without any problems - it runs great. I've been testing some long running queries (full table scans, etc) under different scenarios, and get wildy differing results. Between each test case, I was flushing all tables and re-starting the

Re: Strange Problems with mySQL in general

2002-02-28 Thread Andreas Habereder
Hmm, no, thats not essential. There are three possibilities to access data: If I use mysql_fetch_object i refer to the fields in this way: $query->field If I use mysql_fetch_array I would use $query["field"] If I use mysql_fetch_row I would use $query[1] So this couldn´t the problem. Andreas

Strange Problems with mySQL in general

2002-02-28 Thread Andreas Habereder
Regularily, but not in certain tables, I don´t get the excepted result back from a query which in all other cases works perfect. My opinion is that there could be a problem with the index of the table. Probably there could also a bug in the wrapper script which I use to access the database and

install and upgrade problems with MySQL 3.23.49 via rpms

2002-02-20 Thread flynch
I maintain 3 machines running MySQL. Machine 1: Redhat 6.2 (Pentium 133, 40 megs, 1.5 gig) An attempt to upgrade the server from version 3.23.46 to 3.23.49 via rpm upgrade generated no errors or warnings but the resulting mysqld server crashed. Reinstallation of an earlier version was required

problems with mysql compilation

2001-08-30 Thread Artur Nikitin
Hi! I am trying to compile mysql on one of our new servers. (RH 7.1) Compilation stalles after these messages: ... checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for gawk... gawk checking for gcc... gcc checking whether the C compi

Re: strange problems with MySQL db

2001-08-28 Thread Gerald Clark
When the temp directory runs out of space, the thread executing will wait for space to become free. If you kill the server, this client has not closed the table properly. How do you determine that the server "crashed" ? If it stopped responding, maybe it is just waiting for space to become availa

strange problems with MySQL db

2001-08-28 Thread Wintercom New Media
Hello list. I am having strange problems with my Tables since the partition had been running out of space and mysql crashed. I repaired all the tables and thought it was a success (no errors were detected anymore) but some days later there was an error in another table and I fixed it but the

Re: Explanation: Problems with MYSQL-D-MAX for win 98 DROP TABLE

2001-08-20 Thread Luciano Pulvirenti
: Re: Explanation: Problems with MYSQL-D-MAX for win 98 DROP TABLE At 08:52 16/08/2001 +0200, Luciano Pulvirenti wrote: Hi! Sorry but I wasn't able to repeat the bug reported. However I did my tests with the DOS mysql client and others GUI clients, since the Mascom trial package that I have d

Re: Explanation: Problems with MYSQL-D-MAX for win 98 DROP TABLE

2001-08-18 Thread Miguel Angel Solórzano
At 08:52 16/08/2001 +0200, Luciano Pulvirenti wrote: Hi! Sorry but I wasn't able to repeat the bug reported. However I did my tests with the DOS mysql client and others GUI clients, since the Mascom trial package that I have denied the start on my Win9x machines, so I assume you have an environme

Explanation: Problems with MYSQL-D-MAX for win 98 DROP TABLE

2001-08-16 Thread Luciano Pulvirenti
I will try of to be clearer. Operating system: WIN98 Version of Mysql 3.23.40 EXE : Mysql-d-max I create a table of example. Create table test ( Field1 tinyint not null ) type=BDB The table is created regularly. The statement DROP TABLE testresponds "Error 1051 - Unknown table test" The

Re: Problems with MYSQL-D-MAx for win 98 DROP TABLE

2001-08-14 Thread Sinisa Milivojevic
Luciano Pulvirenti writes: > If you create a Berkeley-DB table (es. CREATE TABLE TEST TYPE BDB) is not > possible delete it after. > The command DELETE TABLE TEST responds Table unknown. > Thank You > Luciano > Your CREATE statement is a bit dubious, so check that there is such a table at all.

Problems with MYSQL-D-MAx for win 98 DROP TABLE

2001-08-14 Thread Luciano Pulvirenti
If you create a Berkeley-DB table (es. CREATE TABLE TEST TYPE BDB) is not possible delete it after. The command DELETE TABLE TEST responds Table unknown. Thank You Luciano - Before posting, please check: http://www.mysql.com/

Re: problems with MySQL GUI

2001-06-25 Thread Sinisa Milivojevic
Arnie Miles writes: > Hi: > > I’m using Windows 2000, and I’m having problems with MySQL GUI. It > works intermittently. Sometimes it just closes out for no apparent > reason. Sometimes it will not let a known good user log in. Sometimes > it will let a known good user log

problems with MySQL GUI

2001-06-25 Thread Arnie Miles
Hi: I’m using Windows 2000, and I’m having problems with MySQL GUI. It works intermittently. Sometimes it just closes out for no apparent reason. Sometimes it will not let a known good user log in. Sometimes it will let a known good user log in, but then will not let that user create a

problems with Mysql and PowerEdge 6450

2001-06-04 Thread Cody Swanson
CTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 7:53 AM Subject: Re: Problems with MySQL and Poweredge 6450.. > Cody, > > did you copy the InnoDB data files, log files, and .frm files > verbatim to the new computer? Have you tried wuith the same my

Re: Problems with MySQL and Poweredge 6450..

2001-05-22 Thread Heikki Tuuri
At 02:05 PM 5/22/01 +0300, you wrote: >Content-Type: message/rfc822 >Content-Description: forwarded message >Content-Transfer-Encoding: 7bit > >Subject: Problems with MySQL and Poweredge 6450.. >From: Cody Swanson <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: M

Re: Problems with MySQL and Poweredge 6450..

2001-05-22 Thread Sinisa Milivojevic
Cody Swanson writes: > Hey, > > We just got a new Dell Poweredge 6450 preloaded with redhat 6.2. Our intention > is to move the database off a smaller machine and load it into this one. We > currently have MySQL 3.23.38 using the innobase driver on redhat 6.2 with kernel > 2.4.4. This is on

Re: Problems with MySQL and Poweredge 6450..

2001-05-21 Thread Sasha Pachev
On Monday 21 May 2001 13:50, Cody Swanson wrote: > Hey, > > We just got a new Dell Poweredge 6450 preloaded with redhat 6.2. Our intention > is to move the database off a smaller machine and load it into this one. We > currently have MySQL 3.23.38 using the innobase driver on redhat 6.2 wi

Problems with MySQL and Poweredge 6450..

2001-05-21 Thread Cody Swanson
Hey, We just got a new Dell Poweredge 6450 preloaded with redhat 6.2. Our intention is to move the database off a smaller machine and load it into this one. We currently have MySQL 3.23.38 using the innobase driver on redhat 6.2 with kernel 2.4.4. This is on a dual PIII650 with 1 gig of r

problems with mysql and access

2001-05-08 Thread Mariella Ricagni
I have downloaded the ODBC driver 2.50 37-nt form www.mysql.com , I have installed it and I have created the ODBC data source called sample_mysql, but when I try to import tables form access I get an error message saying: [TCX][MyODBC] cannot connect to mysql server ……… (10

RE: Problems with MySQL++

2001-04-29 Thread Sinisa Milivojevic
Sander Pilon writes: > The 5_Class.html file online is only a few lines and only describes the > manipulators, as opposed to the old 5_Class.html file distributed with > 1.7.5 and the downloadable one, which is 300Kb and contains descriptions > of much, much more. > > Manipulators is (the only)

Re: Problems with MySQL++

2001-04-29 Thread Jeremy Zawodny
On Sun, Apr 29, 2001 at 02:45:06PM +0200, Sander Pilon wrote: > > The 5_Class.html file online is only a few lines and only describes > the manipulators, as opposed to the old 5_Class.html file > distributed with 1.7.5 and the downloadable one, which is 300Kb and > contains descriptions of much, m

RE: Problems with MySQL++

2001-04-29 Thread Sander Pilon
Sent: 29 April 2001 14:32 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Problems with MySQL++ > > > Sander Pilon writes: > > > > > > It is fine and complete will all chapters and in all formats. > > >

RE: Problems with MySQL++

2001-04-29 Thread Sinisa Milivojevic
Sander Pilon writes: > > > > It is fine and complete will all chapters and in all formats. > > > > This page used to have lots of cool documentation... > > http://www.mysql.com/documentation/mysql++/5_Class.html > > > Yes, and there two versions of manual. One for on-line browsing and th

RE: Problems with MySQL++

2001-04-29 Thread Sander Pilon
> > It is fine and complete will all chapters and in all formats. > This page used to have lots of cool documentation... http://www.mysql.com/documentation/mysql++/5_Class.html - Before posting, please check: http://ww

RE: Problems with MySQL++

2001-04-29 Thread Sinisa Milivojevic
Sander Pilon writes: > > Howdy, > > ./ChangeLog > > > > Indeed, those don't appear to be in the tar archive. > > > > Any ideas? > > Do you need them? > > tar xfz mysql++.tar.gz > cd mysql++- > ./configure; make; make install > > Voila. > > And yes, the mysql online manual has b

Re: Problems with MySQL++

2001-04-28 Thread Michael J. Kobb
Well, cool. If that works I'm happy. I was trying to go by the README and use automake. Thanks! It'd sure be nice if somebody fixed the docs, or at least put a note on the web site that said they're broken. That probably cost me at least a day of confusion. :-( >> Howdy, >> >> I posted th

RE: Problems with MySQL++

2001-04-28 Thread Sander Pilon
> Howdy, > > I posted this question over on the plusplus list, but so > far I've not received a response. This list seems more > active, so perhaps someone here can offer me a hand. > > I'm trying to get the 1.7.8 distribution of MySQL++ to > build as directed in the README -- using auto

Problems with MySQL++

2001-04-28 Thread Michael J. Kobb
Howdy, I posted this question over on the plusplus list, but so far I've not received a response. This list seems more active, so perhaps someone here can offer me a hand. I'm trying to get the 1.7.8 distribution of MySQL++ to build as directed in the README -- using automake. When I run a

Re: Problems with MySQL fulltext searching.

2001-04-06 Thread Sergei Golubchik
Hi! > > mysql> SELECT *,MATCH a,b AGAINST ('collections support') as x FROM t; > +--++--+ > | a| b | x| > +--++

Problems with MySQL fulltext searching.

2001-04-06 Thread devan . goodwin
>Description: The included log >How-To-Repeat: >Fix: >Submitter-Id: Devan Goodwin >Originator: Devan Goodwin >Organization: National Research Council Canada >MySQL support: none >Synopsis: Problems with MySQL full text search >Sever

RE: Problems with Mysql on Sol7 i386

2001-04-04 Thread Quentin Bennett
Hi Matt, Probably worth checking the archives for 'restartable' - there are a few messages there. Quentin -Original Message- From: Matt Mueller [mailto:[EMAIL PROTECTED]] Sent: Thursday, 5 April 2001 9:53 a.m. To: [EMAIL PROTECTED] Subject: Problems with Mysql on Sol7 i386

Problems with Mysql on Sol7 i386

2001-04-04 Thread Matt Mueller
Hello, I am trying to install mysql version 3.23.26 on my sun machine running solaris 7. I have installed gnu make, tar, and gcc-version 2.95.2. I have also tried doing everything that is reccomended for my error such as editing config.cache and even using the reccomended configure line. The

RE: problems with mysql table

2001-03-15 Thread Nuno Ferreira
PROTECTED]] > Sent: Friday, 16 March 2001 10:39 a.m. > To: [EMAIL PROTECTED] > Subject: problems with mysql table > > > > Hi there > > I have a problem with one mysql table and i don't know how to > solve it .. the table has some important stuff. > &g

RE: problems with mysql table

2001-03-15 Thread Quentin Bennett
Hi, Try some of the more aggressive fixing options on isamchk - see the manual for details. Quentin -Original Message- From: Nuno Ferreira [mailto:[EMAIL PROTECTED]] Sent: Friday, 16 March 2001 10:39 a.m. To: [EMAIL PROTECTED] Subject: problems with mysql table Hi there

problems with mysql table

2001-03-15 Thread Nuno Ferreira
Hi there I have a problem with one mysql table and i don't know how to solve it .. the table has some important stuff. when i make a select this is what happens mysql> select * from imp_addr; ERROR 1030: Got error 127 from table handler mysql> and isamchk isamchk imp

Problems with MySQL useing MyODBC and ASP on NT5

2001-03-09 Thread Christian Rytter
Hello I have installed the MySQL server on a Windows 2000 server, and set up passwords and usernames. And one database with 3 tables. Each tables uses auto increment fields. (these are marked as index fields as they should be). And then i have inserted a few test records. When i do a standard

Re: Problems with mysql++ compilation

2001-02-23 Thread Sinisa Milivojevic
Christopher McClan writes: > Hello, > > I've followed the instructions from the MySQL web site entitled "Instructions > for building MySQLGui with the FL_Editor, and am currently trying to install > mysql++1.78. I've made the modifications to sqlinst/connection1.hh && > sqlinst/result1.h

Problems with mysql++ compilation

2001-02-23 Thread Christopher McClan
Hello, I've followed the instructions from the MySQL web site entitled "Instructions for building MySQLGui with the FL_Editor, and am currently trying to install mysql++1.78. I've made the modifications to sqlinst/connection1.hh && sqlinst/result1.hh however when I make I get the following out

Re: Problems with mySQL and DBTools

2001-02-08 Thread webmaster
; > Cc: [EMAIL PROTECTED] > Subject: Re: Problems with mySQL and DBTools > > > > On Thu, 8 Feb 2001, Curtis, Lorenzo wrote: > > > 2. Is there a detailed outline to use to compile Apache with PHP and mySQL > > effectively? > > www.devs

Re: Problems with mySQL and DBTools

2001-02-08 Thread clay bond
On Thu, 8 Feb 2001, Curtis, Lorenzo wrote: > 2. Is there a detailed outline to use to compile Apache with PHP and mySQL > effectively? www.devshed.com/Server_Side/PHP/Soothingly_Seamless/print.html -- /"\ \ /ASCII RIBBON CAMPAIGN X AGAINST HTML EMAIL / \AND POSTINGS --

  1   2   >