NightFalcon90909
January 25th, 2009, 11:00 AM
Greetings!
I'm on Ubuntu 8.10, which is running virtually within Virtual Box on Mac OS X 10.5.
I'm primarily on Linux because I am making a PHP webapplication for my science fair project this year.
I recently decided to try out KDE. So I did. It was cool and pretty, but the novelty soon wore off, and so I uninstalled it. Or at least, I tried to. I realized installing KDE with synaptic hadn't been such a great idea, since I therefore needed to manually remove each package. So I removed a truckload of programs and "libs" and stuff. Well as I watching all that happen in the terminal, I was horrified to see the output cheerily inform me that it was unistalling Apache, my meticulously fine tuned MySQL database, php and phpmyadmin.
grrr...
Well no matter, I had installed it before, following these directions:
http://www.downloadsquad.com/2008/06/13/flipping-the-linux-switch-linux-web-tools-pt-2-using-lamp-f/
So I figured I'd just install it again.
I fired up Synaptic, and followed the directions again, to the letter. I was a bit surprised, since the mysql prompt never came up this time, asking for my root password, since last time it had. I tried doing the command line command that was suggested in that tutorial:
mysql> SET PASSWORD FOR 'root'@'localhost'=PASSWORD('somepassword');
No luck:
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
Well strange, but I decided to carry on. I went to http://localhost/
Hooray, "It works!" Screenshot (https://dl.getdropbox.com/u/452629/It%20works.png)
It worked!
Very good, so I installed phpmyadmin, per instructions.
I visited http://localhost/phpmyadmin
No beans:
https://dl.getdropbox.com/u/452629/It%20doesn%27t%20work.png
So there is my problem... thanks in advance for any help you may be able to give me, because I need it!
I'm on Ubuntu 8.10, which is running virtually within Virtual Box on Mac OS X 10.5.
I'm primarily on Linux because I am making a PHP webapplication for my science fair project this year.
I recently decided to try out KDE. So I did. It was cool and pretty, but the novelty soon wore off, and so I uninstalled it. Or at least, I tried to. I realized installing KDE with synaptic hadn't been such a great idea, since I therefore needed to manually remove each package. So I removed a truckload of programs and "libs" and stuff. Well as I watching all that happen in the terminal, I was horrified to see the output cheerily inform me that it was unistalling Apache, my meticulously fine tuned MySQL database, php and phpmyadmin.
grrr...
Well no matter, I had installed it before, following these directions:
http://www.downloadsquad.com/2008/06/13/flipping-the-linux-switch-linux-web-tools-pt-2-using-lamp-f/
So I figured I'd just install it again.
I fired up Synaptic, and followed the directions again, to the letter. I was a bit surprised, since the mysql prompt never came up this time, asking for my root password, since last time it had. I tried doing the command line command that was suggested in that tutorial:
mysql> SET PASSWORD FOR 'root'@'localhost'=PASSWORD('somepassword');
No luck:
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
Well strange, but I decided to carry on. I went to http://localhost/
Hooray, "It works!" Screenshot (https://dl.getdropbox.com/u/452629/It%20works.png)
It worked!
Very good, so I installed phpmyadmin, per instructions.
I visited http://localhost/phpmyadmin
No beans:
https://dl.getdropbox.com/u/452629/It%20doesn%27t%20work.png
So there is my problem... thanks in advance for any help you may be able to give me, because I need it!