Page 1 of 1

Creating a Database Using phpMyAdmin

Posted: Thu Nov 09, 2006 7:04 am
by genkied
anyone can help how to Create a Database Using phpMyAdmin? :)

Re: Creating a Database Using phpMyAdmin

Posted: Thu Nov 09, 2006 7:17 am
by cyberman
Can you specify what you want to do?

With SQL command

Code: Select all

CREATE DATABASE `your_database` ;
you can one.

Re: Creating a Database Using phpMyAdmin

Posted: Thu Nov 09, 2006 8:34 am
by genkied
im trying to install cmsmadesimple and i dont know how to create the database in phpmyadmin.. :-[

Re: Creating a Database Using phpMyAdmin

Posted: Thu Nov 09, 2006 9:05 am
by cyberman
Have you read this yet?

http://wiki.cmsmadesimple.org/index.php ... ck_Install

What account do you have? Normally your provider tells you the needed database informations (e.g. name, password, etc.) ...