RE: Limit Which IP Address MySQL Answers On

2005-04-14 Thread Caron, Christian
In your my.cnf, put a "bind-address" directive: bind-address=xxx.xxx.xxx.xxx Christian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Revoke all privileges on *.* doesn't work

2005-03-10 Thread Caron, Christian
> > mysql> show grants for user3; > > +---+ > > | Grants for [EMAIL PROTECTED]| > > +---+ > > | GRANT USAGE ON *.* TO 'user3'@'%' | > > +---+ > > 1 row in set (0.00 sec) > > > > what am

RE: what is select_limit (and what is it used for)?

2005-03-07 Thread Caron, Christian
Ok, thanks. - Christian Caron > -Original Message- > From: Greg Fortune [mailto:[EMAIL PROTECTED] > Sent: 7 mars, 2005 13:58 > To: mysql@lists.mysql.com > Cc: Caron, Christian > Subject: Re: what is select_limit (and what is it used for)? > > > It only affec

what is select_limit (and what is it used for)?

2005-03-07 Thread Caron, Christian
Hi, the default "select_limit" is set to 1000. What does this mean and how can it affect a server? Is there some information out there about this variable? I can't find anything except a one line description on the MySQL site... - Christian Caron -- MySQL General Mailing List For list archives

RE: using mysqldump to export BLOB tables

2004-11-10 Thread Caron, Christian
> > That's because there's nothing particularly remarkable about > dumping BLOB > values. Possibly you could have problems if they're really large. > > However, I take it from your message that you're trying to > dump a table > with BLOB columns and not having success? If so, it'd be a > goo

using mysqldump to export BLOB tables

2004-11-09 Thread Caron, Christian
Hi, I have been looking around (manual, google, etc.) to find out if I can use mysqldump with BLOB tables, but to no avail. Is it possible to do so, and if yes, is there any flag I need to give to mysqldump? Or can you point me to the manual page that describes that? The page http://dev.mysql.c

RE: mysql_config (4.0.21) returning the wrong socket location

2004-10-22 Thread Caron, Christian
> > No it's not a bug. Look up the DBI documentation and change > the mysql_sock= > location in your code OR in /etc/my.cnf define the > mysqld.sock file to be > stored in /tmp. > > Hmmm... It's not a bug but I have to adapt to it? There is something wrong with mysql_config not returning the r

RE: mysql_config (4.0.21) returning the wrong socket location

2004-10-21 Thread Caron, Christian
> When I start MySQL, it does create the socket in > /usr/local/mysql/. When I > (or PHP, or Perl) ask mysql_config about the socket, it returns > "/tmp/mysql.sock"... > > nrn6# ls -l /usr/local/mysql/mysql.sock > srwxrwxrwx 1 mysqlmysql 0 Oct 21 09:30 > /usr/local/mysql/mysql.sock

mysql_config (4.0.21) returning the wrong socket location

2004-10-21 Thread Caron, Christian
Hi, I installed a fresh copie of MySQL 4.0.21 on Solaris 8 (Sparc). I did put the following in the my.cnf file: == [mysqld] User=mysql Port=3306 Socket=/usr/local/mysql/mysql.sock log [client] socket=/usr/local/mysql/mysql.sock ==

RE: permissions questions...

2002-08-01 Thread Caron, Christian
Yes, but when I create a user with any other grants, it generates automatically this "grant usage on *.*": mysql> use Liste_MP3; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> grant select

permissions questions...

2002-08-01 Thread Caron, Christian
mysql> show grants for nouveau@localhost; +--- + | Grants for nouveau@localhost| +--- + | GRANT USAGE ON *.* TO 'nouveau'@