Nieuws:

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

Auteur Topic: Phpmyadmin ???  (gelezen 985 keer)

Offline dvbacc

  • Lid
Phpmyadmin ???
« Gepost op: 2009/02/12, 12:07:55 »
Heb het er volgens ubuntu wel opstaan, maar hoe start ik het???  XD
Ubuntu 10.04Lts x86_64


Offline dvbacc

  • Lid
Re: Phpmyadmin ???
« Reactie #1 Gepost op: 2009/02/12, 13:20:05 »
ik zal even een stukje laten zien van wat ik zou moeten doen, ik kom er maar niet uit  :evil:

So now we’ve got to setup MySQL for your database. I use PHPMyAdmin and also the command line to accomplish this. First I use PHPMyAdmin to setup the database and a user for it.

I create 3 databases using PHPMyAdmin; mangosworld, mangoscharacters and mangosrealmd. I also create a MySQL user called mangos (you can call it whatever you want). Then I give this new mangos user all permissions for the 3 databases we just created. It’s more secure to use this user instead of the root user.

Now back in the command line, type in:

# cd /home/mangosdev/trunk/mangos/sql/
# mysql -u root -p (input your root password)
# use mangosworld;
# \. mangos.sql
# use mangoscharacters;
# \. characters.sql
# use mangosrealmd;
# \. realmd.sql
Ubuntu 10.04Lts x86_64


Offline dvbacc

  • Lid
Re: Phpmyadmin ???
« Reactie #2 Gepost op: 2009/02/12, 15:48:30 »
is er mischien een windows lookalike XD mysql voor ubuntu? of niet? :rolleyes:
Ubuntu 10.04Lts x86_64


Re: Phpmyadmin ???
« Reactie #3 Gepost op: 2009/02/12, 15:59:20 »
Open de pakketbeheerder, en zoek op PhpMyAdmin. Markeer het pakket phpmyadmin voor installatie, en voer de wijzigingen door. Daarna ga je naar http://localhost/phpmyadmin. Klaar.

Offline dvbacc

  • Lid
Re: Phpmyadmin ???
« Reactie #4 Gepost op: 2009/02/12, 16:14:20 »
dit heb ik geprobeerd maar krijg het volgende ;

Not Found

The requested URL /phpmyadmin was not found on this server.
Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4 with Suhosin-Patch Server at localhost Port 80

Ubuntu 10.04Lts x86_64


Re: Phpmyadmin ???
« Reactie #5 Gepost op: 2009/02/12, 17:17:06 »
Bij mij duurde het eventjes voordat 'ie het deed. Herstart Apache eens? sudo services apache2 restart.