Showing entries 39723 to 39732 of 44089
« 10 Newer Entries | 10 Older Entries »
MySQL tip

When you are connecting to MySQL with native mysql command-line tool you can specify in parameters login and password.

But mysql.exe -u root -p password

Will not work for as expected - it will ask you password once again. Really there should not be spaces between -p option and it’s value. The correct usage is:

mysql.exe -u root -ppassword

I can not see reasons for such behavior, really, but it works in such way and we can do nothing with it.



The other thing I’ve thought about is to make mysql command-line client to interact with MySQL-server through the proxy-server. And why not? Sometimes we are behind the usual proxy and can not connect to MySQL. The other side of the proxy is that we could connect to MySQL from anonymous location

How to find duplicate rows with SQL

This article shows how to find duplicated rows in a database table. This is a very common beginner question. The basic technique is straightforward. I'll also show some variations, such as how to find "duplicates in two columns" (a recent question on the #mysql IRC channel).

IDG Sweden Migrates to MySQL-powered CMS

MySQL AB today announced that the Swedish branch of International Data Group (IDG), the world?s largest publisher of IT-related information, is migrating all its online news services to a new content management system built upon the MySQL open source database. The group?s two main Web sites -- IDG.se and ComputerSweden.idg.se -- have already completed migration, with the remaining Swedish IDG properties lined up to follow.

The mind of an enterprise salesperson

I get emails and calls all the time from salespeople (usually from my company's competitors) looking for a job. They're watching the ground drop out from under them as open source infilitrates their accounts and starts nudging them out. Salespeople go where the money is, so they're calling me (and my colleagues at MySQL, Red Hat, SugarCRM, JasperSoft, etc.).

One call last Thursday was particularly funny. He was perplexed by how we make money, given how low our prices are.

"How do you stay in business without more direct salespeople like me?" he asked.

My response?

Specifically because we don't have more expensive sales people like him. :-)

Verbal one-upmanship aside, these conversations tend to confirm my belief that the proprietary world still doesn't grok just what deep potty it's in. (I have four kids, so I can say the word "potty" without …

[Read more]
Handling character sets

Choose any font you like

Ex-web.de Colleague Markus asked me: QUOTE:Because ... we are now changing dedicated server providers, I have already updated the Gentoo base system. Since as we are already changing everything, we might as well now migrate from MySQL 4 to 5.

So my question is: Shall I be switching from latin1 to utf8? Or should I be staying with latin1? I have been writing a german language article on character sets in MySQL and this is the translation of it.

Continue reading "Handling character sets"

Can open source learn from Microsoft?

We open sourcerors are fond of poking fun of Microsoft. Blue Screen of Death, bugs galore, etc. I guess the biggest software company on the planet is ripe for abuse.

But in an interesting post from TechWeb, it appears that some within the open source community actually think there might be something to be learned from the Great Satan.

Mozilla developers who spent several days this week with the Windows Vista team at Microsoft's Redmond, Wash. campus said that they're considering implementing a security feature in the upcoming OS to better protect future versions of Firefox from attack.

Vladimir Vukievi, who was one of the Mozilla team to take up Microsoft's August offer of Vista assistance, said that Vista's "Low Integrity Mode" might make Firefox less susceptible to exploits....

"We spent a while talking to members of both the …

[Read more]
Conference season is heating up again

It is really noticable that the summer is over now. While it was quite silent during the past few months, the last quarter of the year will be packed with conferences and events again.

And we will contribute our share to it, too: in addition to sending speakers to various upcoming events, MySQL will also host two European MySQL User conferences next week. The MySQL Northern Europe Customer Conference will take place in London (UK), on Tuesday, October 17th 2006. Two days later, the MySQL Central Europe Customer Conference will be held in Munich (Germany) on Thursday, October 19th 2006. Both are one-day events, with two tracks of talks in parallel. The sessions will be held by both MySQL employees as well as customers, talking about their experiences in using MySQL …

[Read more]
Conference season is heating up again

It is really noticable that the summer is over now. While it was quite silent during the past few months, the last quarter of the year will be packed with conferences and events again.

And we will contribute our share to it, too: in addition to sending speakers to various upcoming events, MySQL will also host two European MySQL User conferences next week. The MySQL Northern Europe Customer Conference will take place in London (UK), on Tuesday, October 17th 2006. Two days later, the MySQL Central Europe Customer Conference will be held in Munich (Germany) on Thursday, October 19th 2006. Both are one-day events, with two tracks of talks in parallel. The sessions will be held by both MySQL employees as well as customers, talking about their experiences in using MySQL …

[Read more]
MySQL Webinar: LAMP - Security for the Web2.0

It has only been two years since Tim O'Reilly coined the phrase Web 2.0 and even shorter time since Jesse James Garret created the shortcut AJAX for the base technology of modern internet applications. In this period the nature of web applications underwent a major change in user experience and development methods.

It is the age of integrated communication. Content is created using rich interfaces by users for others users, collected by feed aggregators, collaboratively bookmarked, tagged, complemented by maps and delivered as a service for mash-ups. A good portion of this services a supplied by the LAMP (Linux, Apache, MySQL, PHP / Python / Perl). Since every technology has its dark companion, new security risks arose, and others grew more important.

If you are developing Web 2.0 and AJAX applications and want to know about the old and new security risks, …

[Read more]
Interview with Si Chen, of opentaps

Si Chen, lead/core developer for opentaps (formerly known as Sequioa ERP), talked with us recently, and there’s an interview available. opentaps is an Enterprise Resource Planning solution, which is rather scalable and has a lot of functionality. It uses MySQL, of course. Give it a twirl!

Do you use MySQL for your application that you develop? Want to talk about it? Drop me a line at colin[AT]mysql.com.

Showing entries 39723 to 39732 of 44089
« 10 Newer Entries | 10 Older Entries »