Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: phpMyAdmin  (gelezen 1215 keer)

phpMyAdmin
« Gepost op: 2006/08/14, 01:54:01 »
Hoi, ik heb net Ubuntu geinstalleerd, ik wil phpmyadmin installeren, ik heb een tar.bz2 en een tar.gz gedownload.

mijn vraag is als volgende;

1. Hoe pak ik deze uit met welke commando's?
2. Er zit een file bij die heet INSTALL neem aan tot dat het bestand is waar me eik het moet installeren, maar welk commando moet ik daar voor uitvoeren.


Ik hopp dat jullie mij hier mee verder kunnen helpen


mvg, Sjengstah



p.s dit is mijn eerst ervaring met linux, ben Ubuntu gaan proberen omdat ik zoveel mensen heb horen zeggen dat het voor beginners de beste meost zijn.

budster

  • Gast
phpMyAdmin
« Reactie #1 Gepost op: 2006/08/14, 02:19:37 »
phpmyadmin zit gewoon in synaptic

phpMyAdmin
« Reactie #2 Gepost op: 2006/08/14, 03:48:45 »
Komplete install van MySQL .
Al met succes gedaan :P

Doe dit in Terminal venster met "sudo su"

Citaat
Installeren met:
sudo apt-get install mysql-server mysql-client libmysqlclient12-devmysqladmin -u root password jouwrootsqlpassword

When you run "netstat -tap" you should now see a line like this:

tcp        0      0 localhost.localdo:mysql *:*                     LISTEN     2449/mysqldwhich means that MySQL is accessible on 127.0.0.1 on port 3306. You can go to the next section (Postfix). If you do not see this line, edit /etc/mysql/my.cnf and comment out skip-networking:

# skip-networkingIf you want MySQL to listen on all available IP addresses, edit /etc/mysql/my.cnf and comment out bind-address = 127.0.0.1:

#bind-address            = 127.0.0.1If you had to edit /etc/mysql/my.cnf you have to restart MySQL:

sudo /etc/init.d/mysql restart

If MySQL is listening on all interfaces, you must now also set a MySQL password for server1.example.com because otherwise anybody could access your database:

mysqladmin -h server1.example.com -u root password yourrootsqlpassword
SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

phpMyAdmin
« Reactie #3 Gepost op: 2006/08/14, 07:58:19 »
Ik ga het proberen alleen ik ben een noob dus kan zijn dat ik nog paar keer moet vragen :P
Maar in ieder geval alvast bedankt