Monday, February 6, 2012 7:58

‘MySQL’ News

Subscribe to RSS feed

Import MySQL dumpfile

Wednesday, January 27, 2010 13:55

how to correctly import a MySQL dumpfile through a command line. mysql -p -h DBSERVER dbname < dbname.sql

Tagged with:

MySQL 5.0 or MySQL 5.1?

Monday, March 2, 2009 10:09

I have not yet seen enough of 5.1 in real-world production environments. MySQL 5.1 rease as “GA” seems to be the most controversial to date. It ...

Tagged with: ,

MySQL Study Note

Monday, January 5, 2009 13:14

This is my study note about mysql :) MySQL ============================================== http://www.mysql.com Usages --------------------- System parameters *select version(),user(),current_date,now(); Install/Remove MySQL service *mysql -install|remove *net start|stop mysql (this command will not work if use mysqld --standalone) *mysqladmin -u root -p shutdown(it works in all status) Commands *Cancel the command \c Backup the data *mysqldump -u root -ppasswd user|othertable|--all-database>backup.sql Load the data from text file *load data local infile 'data.txt' ...

Tagged with:

MySQL study note

Monday, January 5, 2009 13:11

Tagged with: ,