Thread: TBDev 2009
View Single Post
  #18  
Old 4th June 2010, 14:41
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
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
Reply With Quote