If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Test driving MySQL 5

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-05, 19:42
mtjo mtjo is offline
Registered User
 
Join Date: Feb 2005
Posts: 14
Test driving MySQL 5

I have installed a beta of MySQL 5 to play around with and I can connect via a PHP script. This is interesting as it will work using mysql or mysqli functions. I also have 4.1 installed and it only works using the mysqli functions. In addition, I have 4.0 installed too. I have it setup where I can start/stop the service for each server and I only have one instance started at any given time. I have the MySQL Administrator as well as EMS MySQL Admin installed and when either app attempts to retrieve the table data for a selected db, they stop the MYSQL5 service. Can I consider this behavior as part of the beta MySQL 5 or perhaps the apps are not able to work with it yet?
Reply With Quote
  #2 (permalink)  
Old 02-24-05, 00:46
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
It is a bug in 5.x, you can use show table or show create table or desc table I believe or all will crash the server.
Reply With Quote
  #3 (permalink)  
Old 02-24-05, 11:31
snorp snorp is offline
Registered User
 
Join Date: Apr 2004
Location: Europe->Sweden->Stockholm
Posts: 71
I run 5.0.2-alpha, which does not crash or return a reply, but simply consumes 100% CPU when a "SHOW CREATE TABLE" or "DESCRIBE" query is executed. The thread that executes it becomes unkillable, but the server continues to work.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On