PDA

View Full Version : Creat database


Ahmed
11-3-02, 11:21 PM
I have on questions about
1- how I can creat database here in my domains

please any body help me
:)

newcomer
11-3-02, 11:27 PM
just read the FAQ....

http://help.powweb.com/faqs/mysql.php

BerksWebGuy
11-3-02, 11:30 PM
But first you need somekind of GUI to do all of your database stuff (like my technical terms??).

Most people around here use PHPMyAdmin. Get it here:
www.phpmyadmin.net

Learn how to install it with Powweb at:
http://help.powweb.com/tutorials/mysql/phpmyadmin/install.php

It works like SQL enterprise manager...if you're familiar with that.

Good Luck :D

CoasterPunk
11-7-02, 06:36 PM
Ok here is a question. How meny things at one time can I use the MySql database at Powweb for? I just got a book to learn PHP so I don't know all too much about PHP and MySql :rolleyes:

BerksWebGuy
11-7-02, 07:11 PM
Well...you can use it for anything. You just have to make different tables within the database for each of your applications.

PHP and MySQL go hand-in-hand