Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

MySQL AB - MySQL Forums - www.mysql.com | Site profile

Site profile page for http://www.mysql.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.mysql.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.mysql.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: MySQL AB - MySQL Forums - http://www.mysql.com MySQL AB - MySQL Forums
Url: http://www.mysql.com
Users activity: 0 posts per thread
site activity: 0 active threads during last week
Domain info for: mysql.com
 

Posting activity table on MySQL AB - MySQL Forums:

  Week Month 3 Months
Threads: 0 0 0
Post: 0 0 0
 

Authority Badge:

MySQL AB - MySQL Forums | Forum Authority Badge

MySQL AB - MySQL Forums posting activity graph:

Posts by:  day  week  month 
 

http://www.mysql.com Alexa graph:

Top authors on MySQL AB - MySQL Forums during last week:

Name
Posts
Rick James
47
user's latest post:
Re: High load - queries take...
Published (2009-11-06 21:04:00)
This is possibly excessive: innodb_log_file_size = 1500M and may cause hiccups when it is flushing it. To assist in analyzing slow SELECTs, please provide * SHOW CREATE TABLE tbl\G -- engine, indexes -- works better than DESC * SHOW TABLE STATUS LIKE 'tbl'\G -- sizes * EXPLAIN SELECT ...\G -- clues of inefficiencies * SHOW VARIABLES LIKE '%buffer%'; -- cache size * SHOW VARIABLES LIKE 'innodb%'; -- various...
Chad Bourque
24
user's latest post:
Re: Pivot
Published (2009-11-06 18:01:00)
Ok ashr, Here it is... But first, let me again say that you should change your table design. This is horrible. It works, but for some reason when I run it more than once with different date ranges, it doesn't work right. If I open a new tab in Query Browser and run it again, it works fine. It may be some kind of caching problem in QB. Or the temporary table isn't being dropped. I have a drop statement in there, but I don't know....
ashr ben
21
user's latest post:
Multiple events Times
Published (2009-11-06 20:31:00)
what would be the parameters: 1>To launch an event every 20 minutes starting at 9:00am ending at 5:00pm every day. (? how do you define a time without a date) 2>To launch an event based on if statement.... Check if table updated, if table update, do nothing. If not, update. would run at 1 hour interval, between 00:00:00 to 00:00:10. 3>at 5:00pm, dump txt files. Again at 5:00pm, not date but time only.
Devart Team
11
user's latest post:
Re: Mysql Triggers
Published (2009-11-06 09:00:00)
Triggers cannot modify the same table. That is a trigger restriction. Try to update a table with another way, for example use a stored procedure like this: CREATE PROCEDURE proc_update(IN new_ip VARCHAR(255)) BEGIN DECLARE v VARCHAR(255); -- Get IP name from another table and store it to variable. SELECT ip_name INTO v FROM ip_names WHERE ip = new_ip LIMIT 1; -- Update IP address with name. IF v IS NOT NULL THEN UPDATE ip_addresses SET ip = v...
Chris Calender
10
user's latest post:
Re: Error running mysql-proxy...
Published (2009-10-30 19:20:00)
Not sure if this will help, but you can use the pre-compiled "RHEL4" Proxy binaries on Ubuntu.
Matthew Montgomery
9
user's latest post:
Re: mysql cluster - mysqldump...
Published (2009-11-04 09:41:00)
MySQL error code 136: No more room in index file Show: ndb_mgm> ALL REPORT MemoryUsage shell$> ndb_config --type ndbd -q Id,MaxNoOfOrderedIndexes,MaxNoOfUniqueHashIndexes -r '' You should ensure that you have defined at least as many index slots as is suggested by ndb_size.pl See: http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-programs-ndb-size-pl.html
sarang. s
9
user's latest post:
Re: mysql cluster - mysqldump...
Published (2009-11-05 12:47:00)
I tried running the script, gave some perl error asking for DBI perl. I downloaded the latest one, does not work. Any idea which version of DBI it needs ? Will try and solve this, meanwhile if you know exactly what is needed, please let me know. Thanks a lot everyone, this forum has really helped achieve a lot with mysql.
Edwin DeSouza
8
user's latest post:
Re: Linux FC11 - mysql workbench...
Published (2009-11-06 11:39:00)
Alan, Please file a bug, and how to reproduce: http://bugs.mysql.com/ - Edwin
Peter Brawley
7
user's latest post:
Re: Table or Arrays as...
Published (2009-11-06 13:37:00)
> if we can pass in an array or table as parameter to a stored procedure. No arrays in MySQL, nor is there a table datatype. Pass the name of a table for the sproc to query.
Kristian Sørensen
4
user's latest post:
Re: Performance impact of...
Published (2009-10-31 15:01:00)
All tables are InnoDB, so yes InnoDB is used a lot. Regarding connections: Number of connections is pretty constant, at the current level although it jumps to around 200 during peak hours. thread_cache_size is 8.
 

Top 10 active forums on MySQL AB - MySQL Forums during last week:

Stored Procedures - 73 new posts Stored Procedures - forum profile
Cluster - 28 new posts Cluster - forum profile
Partitioning - 22 new posts Partitioning - forum profile
Performance - 21 new posts Performance - forum profile
Replication - 16 new posts Replication - forum profile
Triggers - 15 new posts Triggers - forum profile
InnoDB - 12 new posts InnoDB - forum profile
Microsoft Access - 11 new posts Microsoft Access - forum profile
Optimizer - 7 new posts Optimizer - forum profile
Events (Job Scheduler) - 7 new posts Events (Job Scheduler) - forum profile
 

Top 10 forums on MySQL AB - MySQL Forums:

Stored Procedures - 4,005 posts Stored Procedures - forum profile
Performance - 2,729 posts Performance - forum profile
Cluster - 2,279 posts Cluster - forum profile
Replication - 1,863 posts Replication - forum profile
InnoDB - 1,844 posts InnoDB - forum profile
Triggers - 1,055 posts Triggers - forum profile
MySQL Proxy - 1,025 posts MySQL Proxy - forum profile
Source, Builds, Binaries - 848 posts Source, Builds, Binaries - forum profile
Workbench - Newbie - 739 posts Workbench - Newbie - forum profile
Character Sets, Collation, Unicode - 712 posts Character Sets, Collation, Unicode - forum profile

Latest active threads on MySQL AB - MySQL Forums:

MySQL AB - MySQL Forums
Started 4 months ago (2009-07-07 02:36:00)  by Giovanni Scopel
Noone has the same problem? Regards, JS
Forum:  MySQL Proxy MySQL Proxy - forum profile
Thread:  Show this thread (9 posts) Thread info: Re: Mysql-proxy and phpmyadmin Size: 64 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Mysql-proxy and phpmyadmin :: MySQL Proxy :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 2 days, 9 hours ago (2009-11-06 22:27:00)  by Diego Medina
Hi Chris, Try this one http://forge.mysql.com/tools/tool.php?id=234 -- Diego Medina, QA Engineer Enterprise Tools - Database Group, Sun Microsystems Are you MySQL certified? http://www.mysql.com/certification
Forum:  MySQL Proxy MySQL Proxy - forum profile
Thread:  Show this thread (2 posts) Thread info: Re: MySQL proxy query duplication Size: 435 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MySQL proxy query duplication :: MySQL Proxy :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 3 days, 18 hours ago (2009-11-05 13:26:00)  by Prova Test
>>>>> CONTINUATION >>>>> mysql> show processlist; +----------+-----------------+------------------- --------+----------------------+---------+------+- ----------------------------+--------------------- -------------------------------------------------- -------------------------------+ | Id | User | Host | db | Command | Time | State...
Forum:  Performance Performance - forum profile
Thread:  Show this thread (3 posts) Thread info: Re: High load - queries take long time Size: 24 kb
Related Threads: Same Site | All Sites
Customize:  Customize "Re: High load - queries take long time :: Performance :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 2 days, 21 hours ago (2009-11-06 11:15:00)  by m z
Does above make sense to everyone? Let me approach this in a more abstract way: Given following table structures: session table +--------------+------------------+------+- ----+---------------------+----------------+ | Field | Type | Null | Key | Default | Extra | ...
Forum:  Partitioning Partitioning - forum profile
Thread:  Show this thread (3 posts) Thread info: Re: Partitioning and JOIN Size: 2,907 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Partitioning and JOIN :: Partitioning :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 6 days, 19 hours ago (2009-11-02 12:52:00)  by Chad Bourque
ashr, This link has a section on Pivot tables: http://www.artfulsoftware.com/infotree/queries.php ?&bw=1108 HTH, Chad
Forum:  Stored Procedures Stored Procedures - forum profile
Thread:  Show this thread (28 posts) Thread info: Re: Pivot Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Pivot :: Stored Procedures :: MySQL AB - MySQL Forums"
 

Hot threads for last week on MySQL AB - MySQL Forums:

Stored Procedures
Re: Pivot - 28 new posts
Started 6 days, 19 hours ago (2009-11-02 12:52:00)  by Chad Bourque
ashr, This link has a section on Pivot tables: http://www.artfulsoftware.com/infotree/queries.php ?&bw=1108 HTH, Chad
Forum:  Stored Procedures Stored Procedures - forum profile
Thread:  Show this thread (28 posts) Thread info: Re: Pivot Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Pivot :: Stored Procedures :: MySQL AB - MySQL Forums"
Partitioning
Started 1 week, 1 day ago (2009-10-31 12:00:00)  by Rick James
The optimizer chooses one of two main ways to fetch data: * Use an index. This involves then reaching over to the data for each row that the index says might be useful * Ignore the index; simply scan all the data. The former is useful when a "small" number of rows are needed. The latter is actually more efficient when "most" of the rows are needed. I think your "5 days" went ...
Forum:  Partitioning Partitioning - forum profile
Thread:  Show this thread (10 posts) Thread info: Re: Partitioning with range(to_days) issue Size: 671 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Partitioning with range(to_days) issue :: Partitioning :: MySQL AB - MySQL Forums"
InnoDB
Started 1 week, 1 day ago (2009-10-31 11:06:00)  by Rick James
Sounds like it eventually started ok. Is it not running? Did you free up some disk space? That was the original problem. You may have lost some replications statements due to the crash.
Forum:  InnoDB InnoDB - forum profile
Thread:  Show this thread (7 posts) Thread info: Re: mysql crash after improper innodb restart Size: 203 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: mysql crash after improper innodb restart :: InnoDB :: MySQL AB - MySQL Forums"
Replication
Started 4 days, 16 hours ago (2009-11-04 15:49:00)  by Rick James
What is the server_id on each machine? Having them the same could lead to 1GB/8 minutes (all the data is in a loop). Did you have a hard crash?
Forum:  Replication Replication - forum profile
Thread:  Show this thread (6 posts) Thread info: Re: Replication thread exiting (Got fatal error 1236) Size: 161 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Replication thread exiting (Got fatal error 1236) :: Replication :: MySQL AB - MySQL Forums"
Partitioning
Started 4 days, 10 hours ago (2009-11-04 21:33:00)  by Eyrique Wong
Hi, i got an table that has about 60k rows of data is inserted DAILY, and the number of insertion is increasing by 1-200 daily. The table now is very heavy when we are trying to do even some simple query. And what I'm thinking of doing it is to do partitioning. Is it possible to do partitioning on a table that already has data? And how do i do the partitioning? I'm thinking ...
Forum:  Partitioning Partitioning - forum profile
Thread:  Show this thread (6 posts) Thread info: Partitioning on existing table Size: 3,287 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Partitioning on existing table :: Partitioning :: MySQL AB - MySQL Forums"
Optimizer
Re: Query is so slow - 5 new posts
Started 1 week, 1 day ago (2009-10-31 10:19:00)  by Rick James
Executive summary: * New index * Increase cache size * Shrink data Details... That particular query would benefit from either of these: INDEX (client_id, cashin_ind, annual_flag, date_record), INDEX (client_id, annual_flag, cashin_ind, date_record), (There is not advantage in having both.) I don't think you can get much better than simply adding one of those. INDEX ...
Forum:  Optimizer Optimizer - forum profile
Thread:  Show this thread (6 posts) Thread info: Re: Query is so slow Size: 1,345 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Query is so slow :: Optimizer :: MySQL AB - MySQL Forums"
Cluster
Started 6 days, 23 hours ago (2009-11-02 08:59:00)  by sarang. s
Oh found it at /usr/bin.
Forum:  Cluster Cluster - forum profile
Thread:  Show this thread (4 posts) Thread info: Re: where will mysql_install_db be ? Size: 24 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: where will mysql_install_db be ? :: Cluster :: MySQL AB - MySQL Forums"
Foreign Keys (Referential Integrity)
Started 6 days, 6 hours ago (2009-11-03 01:20:00)  by Devart Team
There is a variable FOREIGN_KEY_CHECKS that allows to enable/disable foreign key checks. Examples: SET FOREIGN_KEY_CHECKS=0; -- Your code SET FOREIGN_KEY_CHECKS=1; Or /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */ -- Your code /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */ Devart Company, Database development tools...
Forum:  Foreign Keys (Referential Integrity) Foreign Keys (Referential Integrity) - forum profile
Thread:  Show this thread (4 posts) Thread info: Re: Enable/Desable foreign key constraint Size: 686 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Enable/Desable foreign key constraint :: Foreign Keys (Referential Integrity) :: MySQL AB - MySQL Forums"
Cluster
Started 6 days, 18 hours ago (2009-11-02 13:34:00)  by Sherif Elian
make sure that directory /usr/local/mysql/data exists in the machine you try to run ndbd at
Forum:  Cluster Cluster - forum profile
Thread:  Show this thread (4 posts) Thread info: Re: ndbd cluster and ndb_mgm error Size: 91 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ndbd cluster and ndb_mgm error :: Cluster :: MySQL AB - MySQL Forums"
Cluster
Started 1 week, 1 day ago (2009-10-31 08:44:00)  by Matthew Montgomery
I'd be interested to see what the ndb_3_error.log and ndb_4_error.log look like along with any trace files the nodes generated when they crashed. This will tell us the real cause of the crash and weather it has been fixed in a later version. (7.0.8a)
Forum:  Cluster Cluster - forum profile
Thread:  Show this thread (4 posts) Thread info: Re: Cluster crashing with error Internal program error Size: 251 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cluster crashing with error Internal program error :: Cluster :: MySQL AB - MySQL Forums"