mysql


FreeBSD and mysqlBingla on 04 十一月 2008 02:14 下午

停掉 mysqld ,然後用 –skip-grant-tables 參數去啟動 mysql
#mysqld_safe –user=mysql –skip-grant-tables &

#mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.0.67-log FreeBSD port: mysql-server-5.0.67_1
Continue Reading »

FreeBSD and mysqlBingla on 25 七月 2008 03:23 下午

Mysql 中預設字型
http://ying7933.blogspot.com/2008/04/mysql.html

更換table name ,將table_name 換成 table_name2
mysql> after table table_name rename as table_name2;