venteens Posted February 20, 2010 Posted February 20, 2010 Hello^^ I need help setting up my website and I need this information. 1. I created a database and added a username to it. where I found them? $db_type $db_host $db_name 2. My Installation requires: "Create a database, add a username to it, and >> import the installation SQL file." How do I do that? Waiting for your help, Thanks in advance^^ Juliet
andrewq2 Posted February 20, 2010 Posted February 20, 2010 Hello^^ I need help setting up my website and I need this information. 1. I created a database and added a username to it. where I found them? $db_type $db_host $db_name 2. My Installation requires: "Create a database, add a username to it, and >> import the installation SQL file." How do I do that? Waiting for your help, Thanks in advance^^ Juliet The php vars are $db_type = "MyISAM"; most likely. $db_host = "localhost"; $dbname = "the name of the mysql db"; Here is a tut on how to use phpmyadmin to import a sql file http://www.dewahost.com/tutorials/cpanelx/importsqlfile.html
Wizard Posted February 20, 2010 Posted February 20, 2010 The names of your DB and user should be on cPanel, under MySQL.
venteens Posted February 20, 2010 Author Posted February 20, 2010 The names of your DB and user should be on cPanel, under MySQL. Thanks for all replies....I don't know why I can't log in ..... is the server down?
Wizard Posted February 20, 2010 Posted February 20, 2010 Did you read the Support FAQ? Username? Domain name?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now