Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PHPmyadmin openen
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Sun Feb 20, 2005 4:21 pm    Post subject: PHPmyadmin openen Reply with quote

Hi

Ik heb phpadmin gemerged, en nu wil proberen om mijn webbrowser te kunnen opennen met http://IP_ADRESS/phpmyadmin/.
Versie phpmyadmin = 2.6.1_rc1
Maar het lukt mij niet ik krijg het volgende error:

Quote:

Kan de mysql extentie niet laden,
Controleer de PHP Configuratie
Documentatie


Moet ik iets in PHPconf file wijzigen?

Ik heb deze HOWTo gevolgd, https://forums.gentoo.org/viewtopic-t-204396-highlight-howto+phpmyadmin.html .

Alvast bedankt,

Azerix
Back to top
View user's profile Send private message
ikke
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 225
Location: Belgium

PostPosted: Sun Feb 20, 2005 5:29 pm    Post subject: Reply with quote

Code:
emerge -pv mod_php


In welk kleurke staat "mysql" daar?
_________________
Working day and night to enhance your Linux Desktop experience :)
Blog
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Sun Feb 20, 2005 5:58 pm    Post subject: Reply with quote

Ik heb php en apache allang draaien. Wil je zeghen dat ik moet modphp opnieuw instalieren?
Back to top
View user's profile Send private message
ikke
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 225
Location: Belgium

PostPosted: Sun Feb 20, 2005 6:49 pm    Post subject: Reply with quote

Neen ge moet mod_php met mysql support hebben
_________________
Working day and night to enhance your Linux Desktop experience :)
Blog
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Sun Feb 20, 2005 6:54 pm    Post subject: Reply with quote

Ik snap neit wat je bedoelt, wil je speciefiek uitlegen?
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Sun Feb 20, 2005 6:59 pm    Post subject: Reply with quote

USE="mysql" emerge mod_php
_________________
http://techfield.org
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Sun Feb 20, 2005 7:01 pm    Post subject: Reply with quote

Dus gewoon emerge mod_php, gewoon opnieuw instalieren?
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Sun Feb 20, 2005 10:47 pm    Post subject: Reply with quote

Ok, ik heb mod_php opnieuw geinstalleerd en ik krijg nu wel venster om in te kunnen inlogen, alleen ik kan niet inlogen. Ik gebruik root en wachtwoord die ik van het begin gemaakt had, toen ik mysql installeerde. In gentoo kan ik wel inlogen in mysql, als root met, deze code
Quote:

mysql -u root -p


Maar via windows kan ik niet inlogen http://IP_adress/phpmyadmin ,
Quote:

Welkom op phpMyAdmin 2.6.1-rc1


Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.


Iemand ID?
Back to top
View user's profile Send private message
coax
Apprentice
Apprentice


Joined: 08 Sep 2003
Posts: 231
Location: Antwerp - Belgium

PostPosted: Sun Feb 20, 2005 11:12 pm    Post subject: Reply with quote

Werkt bij mij perfect.
Misschien wat rondneuzen in config.inc.php?

Probeer anders eens in mysql een user aan te maken en daar dan mee in te loggen op je phpmyadmin.
_________________
- There is no such thing as having too many computers -
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Mon Feb 21, 2005 10:27 am    Post subject: Reply with quote

Jah, was ik ook van plan, alleen ik denk dat ook anders kan, moet ik iets wijzigen in /etc/mysql/my.cf bestand ? mieschien.
Back to top
View user's profile Send private message
coax
Apprentice
Apprentice


Joined: 08 Sep 2003
Posts: 231
Location: Antwerp - Belgium

PostPosted: Mon Feb 21, 2005 4:10 pm    Post subject: Reply with quote

Staat je absolute url dinges wel goed in in je phpmyadmin config? Die stond bij mij verkeerd na een update en gaf ook rare effecten.
_________________
- There is no such thing as having too many computers -
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Mon Feb 21, 2005 7:08 pm    Post subject: Reply with quote

het lulkt mij nog steeds niet om een user te maken, ik probeer deze code maar het lukt mij niet , ik kom in een andere omgeving waar ik niet uit kan.
Quote:

mysql> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
-> ON username.*
-> TO 'username'@'localhost.'
-> IDENTIFIED BY 'gewenste wachtwoord';



Heeft iemand andere code om een user aan te maken?

Waarom kan ik nou niet inloggen in, als root, ik moet toch kunnen.

ik heb ook dit geprobeerd
Quote:

mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.1_rc1/sqlscripts/mysql/2.6.1_rc1_create.sql

en vervolgens /etc/init.d/mysql restart

dan toch kan neit inloggen, ik heb ook in config.inc.php user/pas in PMA gezet. Standart instelligen van config.inc.php , waar user staat in 'root' , dat heb ik ook verandert in ' ' , gewoon blank.

Ik heb bijna alles geprobeerd. :(


Last edited by Azerix on Tue Feb 22, 2005 12:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Mon Feb 21, 2005 10:05 pm    Post subject: Reply with quote

Heeft iemand andere ideen? :?
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Tue Feb 22, 2005 10:42 am    Post subject: Reply with quote

Heb je al een root wachtwoord ingesteld in mysql?
_________________
http://techfield.org
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Tue Feb 22, 2005 12:01 pm    Post subject: Reply with quote

Jah, ik kan gewoon inlogen in linux zelf mysql -u root -p en dan vraagtie voor een wachtwoord , dat type ik in, en vervolgens word ik ingelogd. Maar als ik via windows probeer om in telogen in phpmyadmin, vraagtie voor en Username = root en dan password = ......... , krijg medling van verkeerderde username en wachtwoord. Ik kan niet inlogen
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Wed Feb 23, 2005 7:30 am    Post subject: Reply with quote

Ok, het is mij gelukt om een nieuwe user aaan te maken, zelfs met een nieuwe user kan ik ook niet inlogen, ik heb geen wachtwoord aangemaakt voor de nieuwe user. Waar kan het aan liegen? :x
Back to top
View user's profile Send private message
Azerix
Guru
Guru


Joined: 19 Dec 2004
Posts: 346
Location: NL

PostPosted: Wed Mar 02, 2005 7:01 pm    Post subject: Reply with quote

Ik kom er echt neit uit oohr. Heeft iemand andere alternatieve ideen? Ik heb ook andere topic geopend en niemand heeft me tot nu toe kunnen helpen. Ik heb ook mijn configuratei verandert zo als dit topic zeght https://forums.gentoo.org/viewtopic-t-300326-highlight-.html , en dat heeft ook niet geholpen , ik krijg volgende foutmelding

Quote:

#2013 - Lost connection to MySQL server during query


Help aub,


Azerix
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum