Found about 278 opinions about MySQL.
(Page 1)
1.
what's do you think about Joomla Mascot?
(21 Apr 2009)
Hi all,
php have elephant
MySQL have Dolphin
What's do you think about Joomla's mascot will be?
some thing like this ?
Akarawuth Tamrareang / joomlacorner · http://www.joomlacorner.com · GMT +7
follow me : twitter.com/joomlacorner
2.
Oracle will buy Sun - end of MySQL
(21 Apr 2009)
Hi. I've just entered on sun microsystems site and what do I see on the first page? Oracle buy Sun?
Will this be the end of mysql because we all know that sun bought mysql , and also Oracle will want to promote their own database.
Please write your opinions about this. will this be the end for mysql?
3.
What do you think about Oracle's acquisition of Sun Microsystems?
(24 Apr 2009)
In my opinion, Larry Ellison got his hands on an absolute gem of a company with Oracle's announced plans to acquire Sun Microsystems. Look at what they get with the deal: Java, Solaris, Open Solaris, ZFS file system, StarOffice, OpenOffice, MySQL, VirtualBox, Sun's hardware division and more.
Overall, I believe Oracle will do very well with this acquisition. Maybe not immediately, but definitely in the long-run. My only concern, or major concern, is with MySQL.
What are your thoughts?
4.
Oracle acquires Sun Microsystems - What happens to MySQL?
(25 Apr 2009)
1.) What will happen to Sun’s open-source initiatives??
2.) Oracle was never an initiator to open source - so what’s the incentive for them to keep the show running??
3.) What about MySQL – a direct competition to Oracle’s core, i.e. Oracle DB? Will it meet the same fate as Siebel??
3.) What are the problems should be raise for webhosting industry due to this acquisition??
friends please discuss and give your suggestions and opinions here..
5.
VS 2008 vb.net and mysql login
(11 Jun 2009)
i recently added a login that uses mysql database now it use to pull data from text file but as i said i made it use mysql now..
it works great locally but when i sent it to a friend to test the login he got this error..
Quote: : unhandled exception has occurred in the your application. if you click continue, the application will ignore this error and attempt to conttinue. if the click quit, the application will close immediately
could not load file and assembly 'MySql.Data. version=5.1.7.0 Cult...
6.
MySQL What's the faster or better way?
(19 Jun 2009)
Hey everyone,
I wouldn't say I'm an expert in programming, but I know quite alot. I'm currently designing a database-like site, and I had a question regarding the speed or functionality of things.
For every entry there will be comments. And one thing I want to be able to do is let people flag comments as inappropriate. These comments would show up in a special place for mods and admins so they don't have to browse every comment to see if it's flagged, but that's pretty obvious I guess.
Anyway, I...
7.
ASP.Net (C#) & MSQL -or- PHP & MySQL for Performance?
(08 May 2009)
Money, Staff, Skill and preference to open source or commercial is neutral . Lets take the best of the best programmers (for arguments sake) and think about this:
What will perform better overall:
PHP & MySQL
or
ASP.Net & Microsoft SQL
(I don't want biased answers, just looking for Performance, and Speed).
8.
How is the code idea for dividing content of a mysql in several pages
(26 May 2009)
for example, the blogs, how they divide the entries in pages?
i have kinda of a idea like if ur on page 2 and ur blog shows 5 post per page the $row=mysql_fetch_assoc would execute 5 times before starting to post, thats the only way i can think about, is there any other easy way to do it?
9.
[RESOLVED] php email form: mysql injections?
(18 May 2009)
I have read and understood that when I use mysql queries that I need to use mysql_real_escape_string() to protect my database from injection.
I have a contact form on my page. Users enter in name, email, phone, and comments in separate fields. The form passes the data into email_sent.php using the post method.
On that php page, I simple send an email using php and the information that was in the fields from the contact page. I do not use any sort of escape strings for this. Do I need to?
I didn'...
10.
Mysql performance and design question...
(12 May 2009)
as you can see in my image below i'm currently using multiple checkboxes to give the user better search options and limiting the amount of time a user would have to search for something.
Performance does suffer a bit about 3-4secs sometimes more to return 200 results. Also have to factor in googles api plotting as well that adds to the delay.
I'm thinking about switching to a select box.
Pros: smaller query, better design
Cons: user will more than likely perform more than one search.
any advice,...