Goedkope merkkleding op www.kleren.com

How do you set up a MySQL Database on Wamp Server?

Discuss anything on website design and development in this section !

Moderator: Moderators Team

How do you set up a MySQL Database on Wamp Server?

Postby Simboy on Mon Jul 14, 2008 6:31 am

I installed the wamp server on my PC.
But how do I make a database?
I have the phpMyAdmin but not the Cpanel.
So, any way out?

Note: Admin and mods. If this isn't the right section, then please move it to the right one. Thanks.
Drive Insane Traffic To Your Blog. Just Look At This Software:
http://www.elephantad.com/link/redirect
Simboy
Member
Member
 
Posts: 247
Joined: Sun Jul 06, 2008 11:08 am
Location: Mumbai, India.
DNBucks: 170
[ Donate DNBucks ]

Re: How do you set up a MySQL Database on Wamp Server?

Postby mahirharoon on Wed Jul 23, 2008 11:11 am

you don't have cpanel there
there should be link on the default page in localhost
or if not go to http://localhost/phpmyadmin and click on create database
and the rest is up to you\
or use
Code: Select all
<?php
//user name , pass word and db
$user = "root";
$pass = "";
$db = "mydb";
$link = mysql_connect("localhost", "$user", "$pass");
$order = "CREATE DATABASE $db";
if (mysql_query($order, $link))
    echo "database created";
?>
mahirharoon
Advanced Member
Advanced Member
 
Posts: 457
Joined: Mon Jan 28, 2008 12:36 pm
Location: doha,qatar , orginally from india
DNBucks: 35
[ Donate DNBucks ]
Blog: View Blogs (1)

Re: How do you set up a MySQL Database on Wamp Server?

Postby xjuniorx on Thu Jul 24, 2008 4:23 am

-- I have been banned! --
User avatar
xjuniorx
Senior Member
 
Posts: 1246
Joined: Sat Apr 26, 2008 3:38 pm
Location: Mii Host
DNBucks: 95
[ Donate DNBucks ]
Blog: View Blogs (1)

Re: How do you set up a MySQL Database on Wamp Server?

Postby SuperMario290 on Thu Jul 24, 2008 5:45 am

xjuniorx wrote:http://schalkneethling.alliedbridge.com/php/php-mysql-apache-set-up-how-to/ <~ hope that helps!

sweet, thanks for the link, helped me out! :D
http://FreelancingDesigners.com
http://SlackrMedia.com
Interested in game journalism/blogging? PM ME for Details!
User avatar
SuperMario290
Senior Member
 
Posts: 1671
Joined: Fri Jul 06, 2007 9:28 pm
Location: Livingston, MT
DNBucks: 252
[ Donate DNBucks ]
Blog: View Blogs (8)


Return to Website Design and Development

Who is online

Users browsing this forum: No registered users and 0 guests