MYSQL starters for dummies

reset password
c:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld.exe --init-file=C:\\mysql-init --console

file here
Source: MySQL.com
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

MySQL commands:
show databases;
create database [db_name];
drop database [db_name];

Problem:
Unable to connect to the database:Could not connect to MySQL

Fix: Change hostname to from "localhost" to "127.0.0.1"

Comments

Popular posts from this blog

Breaking down document locking in SharePoint

Document ID not being generated

Open Office documents in any browser using Office URI scheme