Jump to content
php.lv forumi

MyISAM


-=HELLBENDER=-

Recommended Posts

Sveiki!

Installējot vienu php scriptu, ieguvu šādu kļūdu;

 

Kļūda

SQL vaicājums:

CREATE TABLE `Autorace` (
`id` int( 255 ) NOT NULL default '0',
`naam1` varchar( 255 ) NOT NULL default '',
`naam2` varchar( 255 ) NOT NULL default '',
`auto1` int( 20 ) NOT NULL default '0',
`schade1` int( 100 ) NOT NULL default '0',
`inzet` int( 2 ) NOT NULL default '0',
`geld` int( 255 ) NOT NULL default '0',
`aid` int( 255 ) NOT NULL default '0',
PRIMARY KEY ( `id` )
) TYPE = MYISAM ;

MySQL teica: Dokumentācija
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11 

CIk noprotu, ir vajadzīgs kaut kāds MyISAM... Vērsos pie googles tantes, bet viņa man nemitīgi apgalvoja to, ka tas ir datubāzes dzinējs, bet nedeva nekādu info par to, kur viņu dabūt un kā viņu uzinstalēt (Man ir slikti sakari ar googli :/).

Tad nu varbūt kāds no jums varētu man iemest šo brīnumu šeit un iedot kādu tutu (Ja vien tas ir vajadzīgs)?

Link to comment
Share on other sites

Tev invalīdi saliktas pēdiņas kverijā:

INSERT INTO `[omnilog]` ... 'array (n 'casino ' => '',n

' pirms casino nobeidz stringu, kurš sākās ar 'array. Un tas casino words tiek uzskatīts par keywordu, kas, protams, tāds nav.

Tas būtu tāpat kā php rakstīt:

echo 'array (n 'casino ' => ';

Padomā ko tas izvadīs.

 

Vai tik neesi pazaudējis kādus backslašus ( \ ) sql dumpā.

Link to comment
Share on other sites

Tagad šāds,

 MySQL teica: Dokumentācija
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'x' => '1',n  1 => '50',n  2 => '',n  3 => '',n  4 => '',n  5 => '',n  6 => '',n ' at line 1 

Itkā db uztaisījās, bet bez tā casino...

Edited by -=HELLBENDER=-
Link to comment
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...