How To Install Mysql in Linux Ubuntu 8.10
Joe Engressia, Saturday, April 11, 2009Install Dbase Packages In Ubuntu Intrepid Ibex
Today is really enjoy to start my activity on my blog, because All of my college activities have been stopped by me ^_^. On this post, i will discuss how to configure apache2, mysql, phpyadmin in Ubuntu Intrepid Ibex 8.10. Make sure your repository has been registered in sources.list or you are able to use internet repository here. Phpmyadmin in Linux Ubuntu has common function with phptriad in Microsoft Windows OS, so that If You have used phptriad in Windows OS, you will not get problem using mysql in Ubuntu OS.
Let's do the Configuration Mysql in Ubuntu.
Open the terminal,
Mysql will make automatically "root" as user, then you have to insert new password. It will be used when you are login in mysql, so don't forget your password. After The installation finished, please open mozilla firefox or another web browser and visitIt works! .
To connect in mysql database, please visit
I hope you will be success to install it. Please comment here if you still get problem, We will help you to solve your problem about Linux.
Open the terminal,
Alt+F2 | gnome-terminal | enter
joe$ sudo su
joe# apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin
Mysql will make automatically "root" as user, then you have to insert new password. It will be used when you are login in mysql, so don't forget your password. After The installation finished, please open mozilla firefox or another web browser and visit
http://localhost/
. You will get message It works! .
To connect in mysql database, please visit http://localhost/phpmyadmin
. If you don't connect to internet, please remove the option work offline at your web browser.
eq: My Browser is Mozilla Firefox, if not connect to internet, I should remove selection at work offline. Let's do it :
Choose File and remove option Work Offline
I hope you will be success to install it. Please comment here if you still get problem, We will help you to solve your problem about Linux.
Subscribe to:
Post Comments (Atom)
a very good trick ....
am impressed
http://registryplayer.blogspot.com
http://localhost/
Its Work
But on http://localhost/phpmyadmin its says:
The requested URL /phpmyadmin was not found on this server.
Apache/2.2.11 (Ubuntu) Server at localhost Port 80
tnx
thanks for your appreciate roberto,
I will help your problem.
make sure you have installed these applications :
apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin
If the applications have installed on your linux, I am sure your phpmyadmin can be accessed via your browser.
ex: Firefox
Note:
when pc connected on internet, you can visit http://localhost/phpmyadmin
you will be directed to phpmyadmin
when pc didn't connect on internet, you have to select
work offline mode on your mozilla firefox.
I have an article How to Install Wordpress Offline | Xampp Linux.
We can connect to database using lampp.
See U Lol, if you found trouble, I will help you as soon as.