20.04.2014, 16:34
You can either create them via the mode (by executing a query) - an example: CREATE TABLE IF NOT EXISTS `users` (`userid` int(7) NOT NULL auto_increment PRIMARY KEY,`username` varchar(24) NOT NULL,`password` varchar(129) NOT NULL...
or create them via a tool such as phpMyAdmin (recommended).
or create them via a tool such as phpMyAdmin (recommended).