How do I use mysqldump command with Unix shell pipes?
{ 0 comments }
How do I import data stored in a .sql file (created by mysqldump command) under UNIX or Linux operating systems?
{ 1 comment }
When I run the following command at mysql> I get an error which read as follows:
mysql> use dbname;
mysql> show tables;
ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13)
How do I fix this problem under Debian Linux?
{ 5 comments }
I lost mysql admin (root user) password. How do I reset a lost MySQL admin (root) password under UNIX or Linux or BSD operating systems?
{ 2 comments }
How do I fix error – “Your PHP installation appears to be missing the MySQL extension which is required by WordPress” under Debian Linux Apache 2 server?
{ 23 comments }