Full error message: #1005 – Can’t create table ‘.\my_db\#sql-7c4_444.frm’. Using MySQL version 4.1.22-community-nt, I created two tables (`table1` and `table2`) in a database (let’s call it `my_db`) as follows: CREATE TABLE `table1` ( `idtable1` int(10) unsigned NOT NULL auto_increment, `table1_str` varchar(50) NOT NULL default ”, PRIMARY KEY (`idtable1`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `table2` [...]
Problem: Because I did not use Google Toolbar (it was automatically installed when I installed Firefox), I decided to uninstall it. I selected the Uninstall option in Tools -> Add-ons -> Google Toolbar in Firefox (Disable option being grayed) and it said that the toolbar will be uninstalled the next time Firefox will restart. So [...]
