![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 28 Pomógł: 0 Dołączył: 23.09.2009 Ostrzeżenie: (0%) ![]() ![]() |
CREATE TABLE IF NOT EXISTS `users` ( `uid` int(11) NOT NULL auto_increment, `imnaz` text NOT NULL, `email` text NOT NULL, `haslo` text NOT NULL, `telefon` text NOT NULL, `dodano` bigint(20) NOT NULL, `szyfr` int(11) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin2 AUTO_INCREMENT=1 ;
co w tym zapytaniu jest złe wywala błąd #1064 - Something is wrong in your syntax obok 'DEFAULT CHARSET=latin2 AUTO_INCREMENT=1' w linii 1 z góry dzieki gogus |
|
|
![]() ![]() |
![]() |
Aktualny czas: 21.08.2025 - 16:15 |