Mysql Server

March 3, 2009

What does this mean by encoding utf8 characters using latin1 encoding in mysql?

mysql
Peter asked:


Because in previous version the default encoding in mysql server is latin1 and not many remember to change it. So utf8 characters are saved in latin1 encoding. But what does this actually mean?

For example, some utf8 characters , which are not available in latin1, are 3-4 bytes long.

What binary data do they become after encoding them in latin1?

Thanks a lot.
Thanks for the link. But the link points to my own question.

Filed under Programming & Design by administrator

Permalink Print 1 Comment

February 25, 2009

How can i learn MySQL without a server setup?

mysql
Scottie”T” asked:


If i just have my stand alone computer, how can i practice using MySQL and viewing the web pages?

Filed under Programming & Design by administrator

Permalink Print 4 Comments

February 16, 2009

Out of the two methods below, what’s the fastest way to server a lot of MySQL data on a Linux Server?

mysql
Brooke asked:


What’s easier on a server? What requires less CPU and/or RAM?

Method 1. Having sixty 10 MB MySQL databases with 1 table each?

Method 2. Having one 600 MB MySQL database with sixty 10 MB tables?

Filed under Programming & Design by administrator

Permalink Print 1 Comment

November 17, 2008

Instalando servidor MYSQL Server n

todalagrima posted video:


Nathan dias ensina passo a passo como intalar servidor MYSQL Server n para iniciantes

Filed under News by administrator

Permalink Print

October 4, 2008

I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?

mysql
jglw21 asked:


I have a mysql database on a usb stick. How can I put it on a mysql server without rebooting it?

Filed under Programming & Design by administrator

Permalink Print 2 Comments

October 3, 2008

How to automatically regenerate in memory tables after MySQL restarts?

mysql
alex asked:


I want to use in-memory tables for improved performance in MySQL. But what is the cleanest way to ensure that the tables reload (from on-disk tables) when the MySQL server restarts? Is there any way to configure this natively within MySQL, without resorting to Perl and similar external script hacks? Thanks

Filed under Programming & Design by administrator

Permalink Print 1 Comment

September 17, 2008

How do you make a form send the input to the action and update MySQL at the same time?

mysql
Jared W. asked:


I have a form that I want to send its variables to another website with the action option, WHILE updating my MySQL server somehow. Is that possible? If so, How?

Filed under Programming & Design by administrator

Permalink Print 1 Comment