Re: Does anyone know how mysql works for mutiple kernels of a cpu.

2007-12-18 Thread Banyan He

Hiya,

I think this one may be helpful.
http://www.mysql.com/search/?q=processorscharset=

Amit Sharma wrote:

Hi Moon's Father,

I thought you meant how mysql works for multiple processors of a cpu. If so,
have a look at
'http://www.google.com/search?q=mysql+for+multiple+processors'

Regards,

Amit Sharma
[EMAIL PROTECTED]


Amit Sharma
E: [EMAIL PROTECTED]
M: +91 9971 490 700
W: www.affle.co.uk
  

-Original Message-
From: Moon's Father [mailto:[EMAIL PROTECTED]
Sent: 18 December 2007 12:33
To: mysql@lists.mysql.com
Subject: Does anyone know how mysql works for mutiple kernels of a cpu.

Any reply is appreciated,thanks.




  


--
Banyan He
MailWeb Security
Mobile: +86 13641777622
MSN: [EMAIL PROTECTED]
Skype: banyan.he
Email: [EMAIL PROTECTED]
AntiSpam Test: [EMAIL PROTECTED]
AntiVirus Test: [EMAIL PROTECTED]
Wemaster Mail: [EMAIL PROTECTED]
Website: http://www.rootong.com



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Anyone get in to hear the MySQL Falcon Event?

2007-12-18 Thread mos
I registered for the MySQL Falcon event and logged in early today and all I 
get is a screen that says event in progress, don't close this window. No 
other window pops up and the browser eventually hangs. Has anyone else been 
able to hear the event?


Mike

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



how to obtain development source tree behind a firewall

2007-12-18 Thread Xuekun Hu
Hi, guys

I am behind a firewall, and have to use http proxy. However seems like
the free bitkeeper client (http://www.bitmover.com/bk-client2.0.shar)
doesn't support HTTP proxy.

export http_proxy=http://xxx:xx/
./bkf clone http://mysql.bkbits.net/mysql-5.1 mysql-5.1
Bad URL

does anyone have a solution for this?

Thx, Xuekun

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MYSQl : innodb_data_file_path error

2007-12-18 Thread ashok ragavendran
hi everyone,
I tried setting my Innodb_data_file_path as 

innodb_data_home_dir=   
innodb_data_file_path=/var/lib/mysql/ibdata1:10M; 
/home/username/myfolder/ibdata2:50M:autoextend

However I ma getting errors with this approach. any hints would be 
appreciated.
cheers
Ashok
-- 
ASHOK RAGAVENDRAN
Graduate Research Assistant
Dept. of Fisheries and Wildlife,
Michigan State University
East Lansing MI 48824
706-207-9490
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: how to obtain development source tree behind a firewall

2007-12-18 Thread Chris

Xuekun Hu wrote:

Hi, guys

I am behind a firewall, and have to use http proxy. However seems like
the free bitkeeper client (http://www.bitmover.com/bk-client2.0.shar)
doesn't support HTTP proxy.

export http_proxy=http://xxx:xx/
./bkf clone http://mysql.bkbits.net/mysql-5.1 mysql-5.1
Bad URL

does anyone have a solution for this?


Download it directly from the mysql site:

http://dev.mysql.com/downloads/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: how to obtain development source tree behind a firewall

2007-12-18 Thread Xuekun Hu
Seems like no way to get directly from development tree behind a firewall. :-)



On 12/19/07, Chris [EMAIL PROTECTED] wrote:
 Xuekun Hu wrote:
  Hi, guys
 
  I am behind a firewall, and have to use http proxy. However seems like
  the free bitkeeper client (http://www.bitmover.com/bk-client2.0.shar)
  doesn't support HTTP proxy.
 
  export http_proxy=http://xxx:xx/
  ./bkf clone http://mysql.bkbits.net/mysql-5.1 mysql-5.1
  Bad URL
 
  does anyone have a solution for this?

 Download it directly from the mysql site:

 http://dev.mysql.com/downloads/


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Mysql profiler does not work on my computer

2007-12-18 Thread Moon's Father
What I have done is as follows:

mysql show profile;
ERROR 1064 (42000): 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 'profile' at line 1
mysql show profiles;
ERROR 1064 (42000): 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 'profiles' at line 1
mysql set profiling=1;
ERROR 1193 (HY000): Unknown system variable 'profiling'
mysql select version();
+-+
| version()   |
+-+
| 5.1.21-beta |
+-+
1 row in set (0.00 sec)

Why my profile doesn't work at all,anybody can help me.