» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2006, 01:54 PM
spicy spicy is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
spicy is on a distinguished road
Default Mysql 5- ur views

Ok. so it has now been out for quite a while. does anyone have any opinoins on mysql 5? how does it compare to 4.x?

I am particularly interested in its performance. I have a sneaking suspiscion that it might actually be slower than mysql 4.x? anyone got any concrete knowledge on this?

Should i upgrade or not?

Please answer all my questions
Thanks for sharing your ideas -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 07-26-2006, 01:59 PM
spencer1 spencer1 is offline
Junior Member
 
Join Date: Jul 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
spencer1 is on a distinguished road
Default

I have used it, mysql 5 is just as fast, but also supports fun things like triggers, stored procedures, views and partitions.

Think u should upgrade -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  #3  
Old 07-26-2006, 02:05 PM
glitch glitch is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
glitch is on a distinguished road
Default

I don't know about a performance, but the new features are great if you develop in myql/php. It will soon be as powerful as oracle and far more easier to use, which would ease lots of things very much.

Hope it helps your decision -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  #4  
Old 07-26-2006, 02:09 PM
fleming fleming is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fleming is on a distinguished road
Default

Sorry, but related question

Can anybody tell me how do you actually use mysql5 stored procedures from php?

Is the performance better with a stored procedure than a regular query?

do you need the mysqli library to use the new features of mysql5 from php; do u need php5?

Sorry again, but couldn't help posting it -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  #5  
Old 07-26-2006, 02:16 PM
tarantula tarantula is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tarantula is on a distinguished road
Default

How do you actually use mysql5 stored procedures from php?

Answer
PHP Code:
$res = mysqli_query('call someprocedure()');

Ya, the performance increases with a stored procedure and in some cases. for example, a stored procedure can return multiple result sets but you need mysqli to access them and you don't need php5, just the mysqli extension. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL failing? Blinck MySQL Forums 1 01-04-2007 07:08 AM
Getting MySQL & PHP to communicate JCH MySQL Forums 0 05-29-2006 02:52 PM
Alcatel Selects MySQL AB outsourcingplans Web Hosting News 0 12-13-2005 05:03 PM
MySQL 5 and MySQL 4.1 on One Machine ?? omen MySQL Forums 1 12-09-2005 07:07 AM
MySQL 5.1.3-alpha has been released gunet MySQL Forums 0 12-09-2005 04:55 AM


All times are GMT. The time now is 08:37 PM.