Jump to content

Featured Replies

  • Author

т.е. если мне например нужно выполнить такой скрипт

CREATE TABLE `prefix_ulogin` (

`id` int(11) NOT NULL AUTO_INCREMENT,

`ident` varchar(255) NOT NULL,

`id_user` int(11) NOT NULL,

`seed` int(10) unsigned NOT NULL,

PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ;

То я должен так и оставить или написать '_ulogin'

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.