Thread: TBDev 2009
View Single Post
  #19  
Old 4th June 2010, 15:37
dean winchester dean winchester is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 16
Smile
Quote:
Originally Posted by Zuby View Post
nope u dont need phpmyadmin, you can create manualy from ssh, like this:
Code:
mysql -u root -p
Enter password: yourpasshere
create database NameOfDatabase;
PS: It's very important to write " ; " after that command
and that's all
i made database on cpanel (as you told me)
$mysql_host
$mysql_database
$mysql_user
$mysql_password
i did it all and i already have mysql adresses.
but there is same error :(
Click the image to open in full size.
i Also chmod all failes
i have to install this script it's very nesesery for me and plz help me :(
thanks for attention

Last edited by dean winchester; 4th June 2010 at 16:44.
Reply With Quote