[HELP]DB MySQL
#1

how to create a Database MySQL ??
Reply
#2

in ur pc use Xampp or wampserver ,, In ur hosted server there is no option for mysql ? then contact support
Reply
#3

I know that I use WampServer or XAMPP, but I do not understand how you create a database
Reply
#4

More tutorials on *******
Reply
#5

Link please ?
Reply
#6

[ame]http://www.youtube.com/watch?v=nBz2lG_jm-A[/ame]
Reply
#7

Quote:
Originally Posted by FireCat
Посмотреть сообщение
Omg -_-
:facepalm: what ??
Reply
#8

Use SQLite I started with it... it's very user friendly!
Reply
#9

Creating a database? Just in your panel, depends on every hoster. Click on something like: "Create database" give it a name, later you can login at PHPMyAdmin. You need to create "tabels". f ex:
PHP код:
CREATE TABLE Playerdata 
  
ID INT(10AUTO_INCREMENT
  
Firstname VARCHAR(100NOT NULL
  
Lastname VARCHAR(100NOT NULL
  
PRIMARY KEY (pid
TYPE=MyISAM
 
// Go on 
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)