Re: Fixed Connection Diagnostic Tool

2010-07-07 Thread michel
Mike, much thanks and I have it fixed! The problem was that I screwed up setting the database permissions. I am really happy that I learned about "mysql -h" It will be a great help! Michel - Original Message - From: "Michael Dykman" To: "michel"

Re: Fixed Connection Diagnostic Tool

2010-07-06 Thread michel
that the reason is that the C3P0 connection pooling cannot work on a 'remote' machine. Michel - Original Message - From: "Rob Wultsch" To: "michel" Cc: Sent: Tuesday, July 06, 2010 1:52 AM Subject: Re: Connection Diagnostic Tool On Mon, Jul 5, 2010

re: Connection Diagnostic Tool

2010-07-05 Thread michel
d how to run it? Thanks! - Original Message - From: "Michael Dykman" To: "michel" Sent: Saturday, July 03, 2010 11:37 PM Subject: Re: Connection Diagnostic Tool You are right.. Java never coonnects on that domain socket, it *always* used TCP. Check your credentials at

Connection Diagnostic Tool

2010-07-03 Thread michel
I am setting up the Softslate web store package that uses Hibernate to connect to MySQL. Softslate fails to connect to MysQL on the c3p0 connection pooling. While I would love to solve this little problem it would be wiser if I learn to diagnose the problem. Is there a tool that can run on the

Install mysql-workbench bug

2009-08-10 Thread michel
I am installing mysql-workbench- oss-5.1.16. tar.gz on Linux and I hit this bug during "./configure" "cannot find install-sh or install.sh" I checked and the file install-sh is in the directory ... /mysql-workbench- oss-5.1.16. I have also installed a lot of other software in the server withou

Setting up host password on a shared server

2009-06-19 Thread michel
I have MySQL set up and running, but I am under the impression that I am unable to password protect it properly because I can't protect it as root user. From what I've been reading I should be setting it up as mysqladmin -u root password _thepassword_ But with phpMyAdmin I can still log in as

Re: Still going in cicrles

2009-05-10 Thread michel
Message - From: "Simon J Mudd" To: Sent: Sunday, May 10, 2009 8:03 AM Subject: Re: Still going in cicrles compu...@videotron.ca (michel) writes: I might have it fixed! I tried /home/qsys/mysql-5.1.32/libexec/mysqld and I would get /home/qsys/mysql-5.1.32/libexec/mys

Re: Still going in cicrles

2009-05-10 Thread michel
sages - Original Message - From: "Simon J Mudd" To: Sent: Sunday, May 10, 2009 5:20 AM Subject: Re: Still going in cicrles compu...@videotron.ca (michel) writes: I set up MySQL and when I try to start it it fails telling me that I need to run 'mysql_upgrade'.

Still going in cicrles

2009-05-09 Thread michel
I set up MySQL and when I try to start it it fails telling me that I need to run 'mysql_upgrade'. When I run 'mysql_upgrade' it runs 'mysqlcheck' which is supposed to only be run when the server works ...

my.cnf file

2009-05-06 Thread michel
I set up mysql and can't start it because I need to hard code the IP address parameter (bind-address) into my.cnf ... but I have three of them in different sub directories of /mysql/mysql-test/suite Should there not be one basic one?

configure parameters

2009-05-04 Thread michel
Is there a place on the net that has detailed documentation on the possible parameters? I am doing a quick google and can't find it. Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Fw: mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'

2009-05-03 Thread michel
Sorry for the bad end of lines in the first message! I am trying to set up MySQL on a GNU/Linux box with this script:cd /home/qsys gzip -cd /home/qsys/mysql-5.1.32.tar.gz | tar xf - mv /home/qsys/mysql-5.1.32 /home/qsys/mysql-5.1.32.source cd /home/qsys/mysql-5.1.32.source ./configure --pref

mysqlcheck: Got error 202: Can't connect to local MySQL server through socket '/home/qsys/mysql-5.1.32/temp/mysql.sock'

2009-05-03 Thread michel
I am trying to set up MySQL on a GNU/Linux box with this script:cd /home/qsys gzip -cd /home/qsys/mysql-5.1.32.tar.gz | tar xf - mv /home/qsys/mysql-5.1.32 /home/qsys/mysql-5.1.32.source cd /home/qsys/mysql-5.1.32.source ./configure --prefix=/home/qsys/mysql-5.1.32 \ --with-unix-socket

Re: avoiding use of NullsA

2009-03-14 Thread Michel Durand
of nulls its is better to place the important indexed fields toward the beginning of the table. michel --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 090313-0, 03/13/2009 Tested on: 3/14/2009 10:23:29 AM avast! - copyright (c) 1988-2009 ALWIL Software. http://www.avast.com

Installing MySQL from source

2009-02-13 Thread michel
>From the different documentation I was reading that after going to the root >directory I should execute /.configure; but there is no configure file in the >root source directory, just configure.in

INSERT queries hang on amd64

2005-02-16 Thread Michel Buijsman
= join_buffer_size=8M set-variable = thread_concurrency=4 set-variable= myisam_sort_buffer_size=64M skip-innodb -- Michel Buijsmantty.nl -- 2dehands.nl -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: [MySQL General] INSERT queries hang on amd64

2005-02-16 Thread Michel Buijsman
On Wed, Feb 16, 2005 at 12:41:04PM +0100, Michel Buijsman wrote: > My problem: INSERT queries hang on amd64. Sorry about the multiple mails, mysql.com's mailinglist software does annoying things with the wrong adresses... -- Michel Buijsmantty.nl -- 2de

INSERT queries hang on amd64

2005-02-16 Thread Michel Buijsman
= join_buffer_size=8M set-variable = thread_concurrency=4 set-variable= myisam_sort_buffer_size=64M skip-innodb -- Michel Buijsmantty.nl -- 2dehands.nl -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

INSERT queries hang on amd64

2005-02-16 Thread Michel Buijsman
tmp_table_size=16M set-variable= interactive_timeout=600 set-variable= wait_timeout=600 set-variable= max_connections=1024 set-variable= query_cache_type=2 set-variable= query_cache_size=100M set-variable= join_buffer_size=8M set-variable= thread_concurrency=4 set-variable

importing datas

2004-12-02 Thread Michel RENON
that export/import of datas ? What to do if I want to upload bigger datas on the existing website ? (I only have a phpMyAdmin access) Sorry if the answer is obvious, but I'm new to MySQL, phpMyAdmin. My local config is PowerMac G4, Mac OS X 10.3.5, MySQL 4.0.21 Thanks in advance Michel R

Terminology question

2003-07-21 Thread Michel Albert
I've read it now a few times around here and was curious what "innodb" means. Is it a table-type for MySQL or a completely different DBMS? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Problem with ADO, MyOLEDB and BigInt columns

2002-12-04 Thread Andre Michel Descombes
Hi, I am trying to access a third party MySQL table containing a BigInt field, using ADO with a MyOLEDB driver. The problem is that all this field ever returns are 0's. I tried using ODBC with the Convert BigInt to Int option but then the numbers get truncated. Is there a way around this? Than

Problem compiling MySQLGUI source rev 1.7.5

2002-08-21 Thread Michel DROZ
o] Error 1 The others files compile OK. I have spend several days on this and I have not found the error, Is it a known bug ? and have you a solution to this problem. Many thanks for your answer Michel DROZ [EMAIL PROTECTED] -

Re: Copying data from one table to another.

2001-09-10 Thread Sheridan Saint-Michel
I think what you are looking for is the Insert...Select statement http://www.mysql.com/doc/I/N/INSERT_SELECT.html Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Eric Spletzer" <[EMAIL PROTECTED]> To: &

Seemingly Strange Variable Behavior

2001-09-10 Thread Sheridan Saint-Michel
set @count=NULL; but an entire column of 1's when I don't... even though @count returns NULL? Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Before posting, please check: http:/

AW: Setup own DB for each user?

2001-08-22 Thread Ulv Michel
> > > Or you can add > > safe_show_database > > to your my.cnf, or call safe_mysqld with the added option " > --safe_show_database" do you have to compile mysql with some special parameter? My version (3.23.37, SuSE rpm) fails with a "unrecognized command" error when I try to start it after havin

Setup own DB for each user?

2001-08-22 Thread Ulv Michel
Hi all, I am running a webhosting server using SuSE 7.2 /mysql 3.23 /php 4. We are hosting a small amount of virtual servers, allowing our customers to user php and mysql. My problem is that every user sees every other users databases. Is there a way to setup mysql so that every local user has hi

re: deleing exactly the same rows from a table?

2001-08-15 Thread oltra jean-michel
ewhere some-matching-pattern limit 1; jean-michel - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EM

Re: I blew it big time... locked myself out of mysql

2001-08-15 Thread oltra jean-michel
't use GRANT command. That is the same for a bash command you're not allowed to use as normal user. You need add a root password: [shell]mysql -u root mysql mysql> update user set Password=password('x') wher User='root'; jean-michel -

Re: Newbie -- Error codes

2001-08-13 Thread oltra jean-michel
The thing is I'm using an example DB, any help ? Where I can find out what the codes >mean ? > > Regards, > > Rick bonjour, did you ran mysql_install_db script ? jean-michel - Before posting, p

RE: Inserting rows in MySQL using PHP

2001-08-12 Thread oltra jean-michel
sert duplicate rows in a unique field can do this kind of non-inserting problem. query, database jean-michel - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the l

Re: Pattern matching queries

2001-08-12 Thread oltra jean-michel
y. if you mean html tag = and if i do understand what you mean with my poor english... jean-michel - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Re: mysql/php

2001-06-20 Thread oltra jean-michel
ning: Supplied argument is not a valid MySQL result resource in > /home/sites/site197/web/practice/phpmysqlpract.php on line 26 > Genus: Bonjour, mysql_result's syntax seems to be OK. check code for $result jean-michel

Re: GRANT ANNOYANCE REVISITED

2001-06-14 Thread oltra jean-michel
IDENTIFIED BY 'some_pass' WITH GRANT OPTION; > >ERROR 1047: Unknown command Bonjour, Are root privileges really established? I had that error message once a day. If root password is not set, in extenso there is no root, you cannot use GRANT statement. Have

Re: install problem

2001-06-12 Thread oltra jean-michel
-- > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PR

Re: Once again, this doesn't do anything.

2001-06-11 Thread oltra jean-michel
> > echo("Review stored successfully."); > > } } } > ?> > > > > It gives me the success message but the db remains untouched. What have I done this >time? :) > > Thanks in advance. > Bonjour, mysql_select_db(string db_name); So try : m

Re: MySQL Problem -- Please help

2001-06-09 Thread oltra jean-michel
l); > 27: $row = mysql_fetch_array($r); > > I thought using the result identifier returned by mysql_query in mysql_fetch_array >was perfectly legal. bonjour, Try: ...where id = '$id'"; on line 25 jean-michel ---

RE: Compiling an PHP 4.0 module with MySQL

2001-06-08 Thread oltra jean-michel
> >The Linux kernel is 2.2.13 and has been installed from a Mandrake > >distribution. This is also the source of Apache, PHP 3 and MySQL. The > >distribution puts files in non-standard places so I am wondering if the > >solution to my problem is to find the right base directory to use in the >

Re: problem with Grant

2001-05-31 Thread oltra jean-michel
Have you tried 'flush privileges' after having set root password? jean-michel On Thu, 31 May 2001, Damnish wrote: > I am using MySql on linux. > I can start mysqld by "safe_mysqld --user=mysql --skip-grant-tables & > But when i try to start it withour

Re: SQL Problem

2001-05-28 Thread oltra jean-michel
Code NOT IN (SELECT Game.teamCode1 FROM Game, Turn WHERE > Game.gameTurn = 3) > AND Tactic.teamCode NOT IN (SELECT Game.teamCode2 FROM Game, Turn WHERE > Game.gameTurn = 3); > bonjour, You can't use subselect. -- jean-michel

Re: installing mysql(password??)

2001-05-27 Thread oltra jean-michel
& then connect to mysql:mysql -u root then: mysql> update user set password=password(the-password-I-want) where user = 'root'; You use the password() function to set a new password. -- jean-michel - Before posti

Re: mysql/php problem.

2001-05-27 Thread oltra jean-michel
try > mysql_connect. I get no error, but the script just hangs. It never > connects to the database. I've looked through all my logs, and there are no > errors listed anywhere. Any ideas? > > Stephanie DeVille bonjour, Can you give us

Re: MySQL and PHP4

2001-05-27 Thread oltra jean-michel
sqldir' > > > > > >I did a search through the mysqsl (3.23.38) source code after I compiled > > >it, and I don't find that library anywhere? What am I doing wrong? bonjour, I compiled mysql with --prefix=/us

Re: Password security

2001-04-30 Thread oltra jean-michel
ors" when needed in PHP to >access the db. The password is in plain english in all the php files, and can be >easily downloaded by anyone. > > Philippe > > ex: > > mysql_select_db("database"); > ?> and in va

Re: File Not Found Error

2001-04-29 Thread oltra jean-michel
.1. Somes files become uid/gid root/root instead of mysql/mysql. So I need to change file permissions. May be someone get an answer? I apologize for my poor english... -- jean-michel - Before posting, please check: http://www.my

Re: ERROR 1046: No Database Selected

2001-04-22 Thread oltra jean-michel
getting this error > > mysql> create table Product ( > -> productID numeric(10), > -> name varchar(30), > -> primary key(productID) > -> ); > ERROR 1046: No Database Selected > mysql> > > How do I fix that pl

Re: relationship/field design

2001-04-14 Thread oltra jean-michel
ou to have 3 tables like: 1.email_adress_type 2.email_adress_account: user_id, email_adress, adress_type,password, login 3.sub_email_adress_account: email_adress, sub_password, sub_login -- jean-michel - Before posting, ple

Re: client problems

2001-04-12 Thread oltra jean-michel
ash screen when I try to run it. Can you tell me where to get a client > that works? > > Thanks, > Erik > [EMAIL PROTECTED] > I needed to install MySQL rpm AND MySQL-client rpm in Mandrake 7.1 jean-michel -

Pb with configure

2001-04-12 Thread Michel AVERSENG
-socket-path=/var/tmp/mysql.sock --with-low-memory - -with-mit-threads=yes --without-perl --enable-thread-safe-client --with-berk eley-db --with-innobase Perl: This is perl, version 5.005_03 built for sun4-solaris Michel AVERSENG 05 31 34 77 05 --

Re: rpm with php

2001-04-06 Thread oltra jean-michel
with-mysql or > > --with-mysql=/usr/bin or > > --with-mysql=/path/to/mysql ? > > Thanks for any suggestion/comment in advance! > > bonjour, --with-mysql=path/to/mysql is a configure option when com

Re: Duplicate of Everything in Table

2001-04-06 Thread oltra jean-michel
69words words most > > I can't do the delete that I was thinking about: > > Delete FROM Pages Where Pageid=1 and articleid=69 because that would delete BOTH of >them. Doh! Any help? > > > Ryan Shrout > Production Manager > Athlon

Re: Foreign Keys

2001-04-06 Thread oltra jean-michel
way to use them is with the scripting language used to > access the database. bonjour, neither foreign keys nor need for foreign keys using mysql. Use WHERE clause. -- jean-michel - Before posting, please check: http://w

Re: NEW "MAKE" BUG? sigcontext.h

2001-04-04 Thread oltra jean-michel
On Mon, 2 Apr 2001, Derek Sivers wrote: > Date: Mon, 02 Apr 2001 19:42:18 -0700 > From: Derek Sivers <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: NEW "MAKE" BUG? sigcontext.h > > Doing a "make" on the newest MySQL stable 3.23.36 source tarball - on a > stock Cobalt RaQ3 (Linux 386) wh

Can`t connect to local MySQL server...

2001-02-02 Thread Edgard A. Michel
Hi List, Whem I will go start the MySQL in Linux, receive a error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock`(111) What I do? Thanks Edgard Arthur Michel [EMAIL PROTECTED] Brazil

Problem on Installing a MySQL 3.23.32 Source Distribution on Sun Solaris 2.6 ???

2001-01-23 Thread Michel Tignyemb
I have done the source installation of MySQL 3.23.31 on Sun Solaris 2.6. I execute tests found in .../mysql-test directory using 'force' option to continue after aborted tests ( ./mysql-test-run --force). How can I do with those aborted cases, known that I have to install master-slave replica

Is there any probleme with datatype DATE ??

2001-01-19 Thread Michel Tignyemb
t1 VALUES ( "2000-1-5" ); Query OK, 1 row affected (0.00 sec) mysql> SELECT * FROM t1 WHERE datum BETWEEN "2000-1-2" AND "2000-1-4"; +-+ | datum | +-+ | 2000-01-02 00:00:00 | | 2000-01-03 00:00:00 | | 2000-01-04 00:00:00 | | 2000-01-02 00:00:00 | | 2000-01-03 00:00:00 | | 2000-01-04 00:00:00 | +-+ 6 rows in set (0.00 sec) Can somebody tell me the reason ? Michel TIGNYEMB FTeB 01 46 12 69 45

Problem when I want to set password to root user

2001-01-16 Thread Michel Tignyemb
Capabilities: 8325 packet_length: 0 Host: 'localhost' User: 'root' Using password: yes Access: 32768 db: '*none*' ~THD(): info: freeing host end_thread: info: Adding thread to cache process_alarm: info: sig: 14 active alarms: 0 ~ Michel TIGNYEMB FTeB 01 46 12 69 45