Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

how to install Mysql on bubba?

Got problems with Bubba? Then this forum is for you.
Locked
safeen
Posts: 3
Joined: 27 Jan 2007, 09:17

how to install Mysql on bubba?

Post by safeen »

just got my bubba... :D

Help a newbie to start from the right point!
I know nothing about Linux :oops:

How to install MySql on Bubba?

thanks
lelle
Posts: 69
Joined: 02 Jan 2007, 20:25
Location: Stockholm, Sweden

Post by lelle »

First, logon to Bubba using ssh, su to root and edit the file /etc/apt/sources.list. Remove the comments (#) first at every line.

The file should now look similar to this:

deb http://ftp.se.debian.org/debian/ sarge main
deb http://security.debian.org/ sarge/updates main
deb http://ftp.se.debian.org/debian/ sarge non-free

deb http://update.excito.net/ bubba main



Execute the following command as root: apt-get update

Then follow the instructions here:
http://www.mysql-apache-php.com/

(apt-get install mysql-server mysql-client php4-sql)

Edit the /etc/sources.list again, inserting the comment signs.
safeen
Posts: 3
Joined: 27 Jan 2007, 09:17

Post by safeen »

Thanks mate I will try
safeen
Posts: 3
Joined: 27 Jan 2007, 09:17

Post by safeen »

How to logon as admin su..
as normal user I can logon wich have no use of it ..but not as admin :cry:

i use putty

Image
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

Hi Safeen,

When logged in as your self. Issue the command su to become root the password is excito. But be aware when working as root you have no safety net so think twice on what you do.

/Tor
Co-founder OpenProducts and Ex Excito Developer
snowtam
Posts: 5
Joined: 30 Aug 2007, 11:29
Location: Sweden, Stockholm

phpadmin configuration file

Post by snowtam »

Hi,
I've installed everything (Mysql and phpadmin together with php4)

When I added the line;
/etc/phpmyadmin/apache.conf

I get an error message when restarting Apache saying;
apache2: could not open document config file /etc/phpmyadmin/apache.conf


The phpmyadmin configuration file is supposed to be located at: /etc/phpmyadmin folder.

I can't find that file in that dir.

Does anyone have any idea?

//
Snowtam
Locked