Jump to content
  • 0

database tables


Paul.eboy

Question

Salut,stiti cumva ce "tables" trebuie facute la database?....

am un server pe mysql,si imi da asta in serverlog

[00:17:08] [MySQL] Error (0): Failed to exeute query. Table 'samp.chat' doesn't exist.
[00:17:19] [MySQL] Error (0): Failed to exeute query. Table 'samp.chat' doesn't exist.
[00:17:19] [MySQL] Error (0): Function: mysql_store_result called when no prior successful query executed. Table 'samp.chat' doesn't exist.
[00:17:19] [MySQL] Error (0): Function: mysql_store_result called when no result stored. Table 'samp.chat' doesn't exist.
[00:17:19] [MySQL] Error (0): Failed to exeute query. Table 'samp.chat' doesn't exist.
[00:17:30] --- Server Shutting Down.
[00:17:30]    Evo Tuning System v0.6
[00:17:30]            Closed
[00:17:30]       Coded By:CLS Team
[00:17:30]  SA:MP MySQL Plugin v2.1.1 Unloaded.
[00:17:30] 

Ce trebuie sa fac? cum aflu ce "tables" trebuie sa adaug?

www.uifserver.net

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest PlayON

Evident, si eroarea iti da rezolvarea!

Failed to exeute query. Table 'samp.chat' doesn't exist.

'samp.chat' - Tabeul ASTA trebuie creat! fara ' '

Link to comment
Share on other sites

mysql_query("CREATE TABLE `samp.chat` (id INT PRIMARY KEY,poster varchar(50),message varchar(125),php_sended INT NOT NULL DEFAULT 0)");

farse,ma poti ajuta maine pe mess? te rog...

ma gasesti cam pe la ce ora,sa te astept?

lasa reply aici,sau zi-mi pe mess.

te rog

multumesc anticipat.

www.uifserver.net

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.