phpMyAdmin root password error
I followed the warning that pops up when you use phpMyAdmin without creating a password for the root user, by creating a password for the root user. And then this happened: ErrorMySQL said: #1045 –...
View ArticleSetting Permissions in MySQL for Drupal Install
SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER The magic permissions you need to use to make your Drupal installation work. Here’s the Drupal page that gives the gritty details:...
View ArticlePutty: SSH & Telnet Client
You can use putty to log in to your server and manipulate your files through the command line. I use this so I can do things like create a back up dump of my MySQL database or create an archive of...
View ArticleMySQL Backup/Restore : XAMPP
This post saved me hours of frustration and headache when I was trying to perform the mysqldump and mysql operations on my local machine. If you have XAMPP installed on your local machine and you want...
View ArticleMySQL from Command Line in XAMPP
from http://ja.meswilson.com/blog/2007/04/07/access-mysql-command-line-in-xampp/ ACCESS MYSQL COMMAND LINE IN XAMPPPosted on April 7, 2007, 10:36 am, by James Wilson, under XAMPP. … First Method: Start...
View Article