Results 1 to 2 of 2
I have used wamp server previously on wondows xp to make php. Now I am trying php on debian. I have managed to get system to recognise php files. Now ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-03-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 21
USING MYSQL - first time user in debian
I have used wamp server previously on wondows xp to make php. Now I am trying php on debian. I have managed to get system to recognise php files. Now I want to set up a database
How would i go about this. I have something called mysql administrator. How do I open it. It gives me
server hostname
username
password
I tried using a terminal to set up mysql from something that I got from the internet. I set up the password. The next bit failed though. I am just a bit lost
- 05-03-2008 #2
as a debian user, this will be very easy.
once its finished reboot apache and open a webrowser to http://yourip/phpmyadminCode:#apt-get install phpmyadmin
depending on how you install mysql and what you have done will determine logon info. default mysql in debian install is root with no password.


Reply With Quote
