Showing entries 39106 to 39115 of 44047
« 10 Newer Entries | 10 Older Entries »
Changing character set from latin1 to utf8: Alter table vs. dump and import

Chat log with kimseong on #mysql regarding character sets.

when you dump data in a latin1 table with MySQL, is it converted by default to utf8?
FrankMash: mysqldump? yes it is, but there are options to set it to latin1
kimseong: thanks. I have a table in latin1 that I am planning to dump and then change one field in its structure to be utf8
kimseong: should I dump data in utf8 (default) or specify (latin1) to preserve special chars
FrankMash: alter table can change directly, no need to dump, but backup first anyway
alter table does takes longer than dump/importing in our test
FrankMash: if you data is really stored as latin1, then it does not matter
FrankMash: it gets tricky if data is stored as utf8 in latin1 column
kimseong: thanks. so upon re-importing the data (assuming dump is utf8) will the characters be converted back to the charset specified in the table definition
yes
kimseong: yes that would be …
[Read more]
being known for being you

mike kruckenberg shared his observations from watching mysql source code commits, and jay pipes commented about this commit from antony curtis which had him excited. now that?s how open source is supposed to work, at least in part.

i replied to a later version of that commit to our internal developer list (and antony), pointing out that with just a little effort the comment would be more useful to people outside of the development team. ?plugin server variables? doesn?t really do it justice, and ?WL 2936? is useful to people who can access our internal task tracking tool, but does no good to people like mike.

[Read more]
Thanks for the survey help - keep it coming!

Just a quick note to thank all of you who have already participated in our recent survey. Normally once a year, we conduct a user survey where you tell us a little about how you use MySQL and a lot about what more we can be doing to serve you better. Your input helps us plan our product roadmaps and prioritize the things we need to focus on in the coming year and beyond.

If you haven’t yet filled out our survey, please visit our community page, and then click on the survey link in the upper right hand corner. And of course, we’ll be giving away gifts to those who lend us a helping hand.

Thanks again.

MySQL: Alter table vs. dump / load

Quick question: If one dumps a table (latin1) and then changes the charset of one of the fields to utf8 and then load the dump back, will the result be different than if one had used alter table to convert a field's charset?

How to Disable Windows Login Screensaver

How to Disable Windows Login Screensaver Have you ever been annoyed by the computer going into a screensaver before you've even logged in to it? This is a step-by-step guide to disabling this feature. Steps Login to your computer as an amdinistrator account. Go to Start->Run Type regedit into the text box Navigate in the explorer like window to the section: HKEY_USERS -> .DEFAULT -> CONTROL

How to Use Windows XP Built in Remote Desktop Utility

How to Use Windows XP Built in Remote Desktop Utility This explains how to connect to another computer on your local network through Windows XP's built-in remote desktop utility. Steps Remote Desktop must be enabled on all the computers to which you wish to connect. To ensure that it is enabled, follow these steps: Right click the My Computer icon on your desktop or start menu and click

How to Convert Measurements Easily in Microsoft Excel

How to Convert Measurements Easily in Microsoft Excel

We've all been in a situation where we need to convert one measurement to another. An objects mass was measured in ounces and not kilos, or the lumber you ordered was measured in metres instead of feet, or someone is planning a trip to the USA and wants to know the speed limits in mp/h when they're used to km/h. There are a multitude of jobs where this is a daily task, some of them where measurements must be exact. Well, there is an easier way. There is a function in Microsoft Excel called CONVERT that will convert from one measurement system to another and all you have to do is specify the number and the measurement systems!

Steps

  1. Start Microsoft Excel
  2. The CONVERT function is not installed by default. It is part of the Analysis Add-in tool pack. To …
[Read more]
Google Books

Hello All

Search the full text of books and discover new ones ---------> with Google Books


Enjoy


MICROSOFT IN EGYPT (CAIRO)

MICROSOFT IN EGYPT (CAIRO)

Soon Microsoft will be in Egypt, interviewing interested and qualified candidates for software development positions here in the USA at our corporate headquarters working on our major products.

If you know of anyone who might be interested, or a bulletin board where it would be appropriate to post this, please forward this email. There are multiple positions open and candidates will be in competition with themselves, not each other. Please send your resume/cv to egyptres@microsoft.com

What is a qualified candidate?

* Someone who has (or will be completing this year) a bachelor's (four year or more) degree in Computer Science or a related field

* Someone that has very strong abilities to write code …

[Read more]
Observations from Watching MySQL Source Code Commits

A few week ago we switched kruckenberg.com over to a new server. With the move I lost all of my procmail filtering rules which were responsible for automatically moving incoming mail to various folders on the server (mail must be filtered on the server so my Blackberry and webmail will get the same filtering).

Anyhow, one of the things I'd been sticking into a folder and looking at occasionally (meaning once a year to purge) is the messages from MySQL source commits. Anyone can subscribe to the list on the MySQL mailing lists page and get these messages which essentially contain the notes and diffs from when something is checked into version control. Most of these commits are for the database application, but there is also a steady stream of documentation changes coming in. Since I haven't gotten around to redoing the server-based …

[Read more]
Showing entries 39106 to 39115 of 44047
« 10 Newer Entries | 10 Older Entries »