User:Dejvid
From Hashmysql
I'm no MySQL expert. I just use it it on my linux box. I like to think this at least means I'm in touch with what newbees find confusing.
Contents
Stuff
Autoincrement FAQ
how to avoid character encoding problems
notes for character
cd /etc/rc.d/init.d/ ./mysqld restart --character-set-server=utf8
mysql -uxxx -pxxx --default-character-set=utf8 Load data local infile 'xxx.txt' replace into table xxx character set utf8 fields terminated by ',' enclosed by '"' lines terminated by '\n';
Links
[stats]
php
SHOW available tables in mySQL database