Too Cool for Internet Explorer


Swobodin's Profile | Swobodin's Blog | Back to Fedora Tunisia

Archive for the 'MySQL' Category

Vim+MySQL

Wednesday, December 7th, 2005

After dumping some MySQL tables, whose the structure is the follwing:
CREATE TABLE `mydata` (
`id` tinyint(10) NOT NULL auto_increment,
`content` varchar(20) NOT NULL default ‘’,
PRIMARY KEY  (`id`)
)  TYPE=MyISAM AUTO_INCREMENT=1 ;
INSERT INTO `mydata` VALUES (’1′, ‘First entry’);
etc.
After dumping the tables, you want to drop the original tables from the database in order to replace the content; however, […]

MySQL Server was down

Saturday, December 3rd, 2005

My hosting’s MySQL server was diown yesterday (too many connections). Apparantly, they could fix that problem; I thought of migrating the backup’ed data temporarily to another MySQL server but everything works fine now.


Top Tunisie Blogs