Jump to content

Featured Replies

Подскажите пожалуйста при присоединении базы к форуму префикс ставится или нет? ну т.е. по-умолчанию...

А то я уже забыл, а заново проверять все лень. Вы не помните?

Link to comment
https://ipbmafia.ru/topic/907-prefiks-dlya-bazy/
Share on other sites

По-умолчанию не ставится.

Link to comment
https://ipbmafia.ru/topic/907-prefiks-dlya-bazy/?&do=findComment&comment=4591
Share on other sites

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

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'

Link to comment
https://ipbmafia.ru/topic/907-prefiks-dlya-bazy/?&do=findComment&comment=4592
Share on other sites

Вместо prefix_ulogin ты должен ввести ulogin

Link to comment
https://ipbmafia.ru/topic/907-prefiks-dlya-bazy/?&do=findComment&comment=4593
Share on other sites

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.