I am use CentOS 5.5, mysql 5.1, php 5.3, phpmyadmin 3.4.5,
I have set my mysql password with
>mysql update mysql.user Password="mypassword" where User="root"
And in phpmyadmin/libraries/config.default.php
Do:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'mypassword';
Note: the 2 password are same.
I am running Fedora 12 32 bit version. I have httpd running, but in a browser when I go to http://localhost, it gives me the apache page. When I put in http://localhost/html, I get a 404 error. In the httpd.conf file for the ServerName, I have localhost:80.
I am new to ubuntu and installed MySQL use a rpm file,
and started it use sudo start mysql, when i try
mysqladmin -u root password test
I get
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
I checked the my
Today I ran the following commands:
mkdir /var/log/mysql
touch /var/log/mysql/log-slow-queries.log
chown mysql.mysql -R /var/log/mysql
Then I restarted mysql with the following command:
service mysqld restart
Everything was OK, after a minute or two I'd been logged out automatically.
I am a new user to fedora/linux systems >> Kindly help i want to start "mysql" on fedora 16
[root@localhost dear]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Job failed.
LAMP Server Setup CentOS 5 64-Bit
By Nate Boot
Code:
$ mysql -p -u root
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Not sure what I'm doing wrong. My google-fu may be too week:
http://dev.mysql.com/doc/refman/5.1/...ss-denied.html
I have an amazon ec2 instance running on the Amazon Linux AMI and its a micro instance.
I have the following problem:
I cant get etherpad running, when my firewall rules are active.
My firewall: http://pastebin.com/82APzKhi
telnet localhost 3306 gives connection timeout
ps aux | grep mysql:
root 15212 0.0 0.0 4112 712 ? S 13:54 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 15526 0.7 0.9 426056 75392 ?