Error first time SQL
This is my first time trying to understand MySQL Im getting this error in the console and it doesnt save or load. Error: Code:
[pointmod.amxx] Load Query failed. [1] near "AUTO_INCREMENT": syntax errorCode:
public plugin_precache() |
Re: Error first time SQL
Does the SQL line work when you use PHPMyAdmin or mysqladmin?
|
Re: Error first time SQL
Quote:
Code:
[pointmod.amxx] Load Query failed. [1] no such table: Points_Shop |
Re: Error first time SQL
Does the table exist in the SQL Database?
|
Re: Error first time SQL
Quote:
i got this error when is saved with module sqlite. Code:
[pointmod.amxx] Load Query failed. [1] no such table: Points_Shop |
Re: Error first time SQL
Did you create the table?
|
Re: Error first time SQL
Quote:
|
Re: Error first time SQL
If you do not know how to create queries to SQLite, please Google them as they are slightly different from MySQL
|
Re: Error first time SQL
But it created new data evry time someone joins
it doesnt load the old data. First i connect then my buddy connect then i changed map and it created 2 new for us insted of loading ! How can i fix that! http://i.imgur.com/tlhxu1e.png |
Re: Error first time SQL
Then you need to check if an entry exists before using INSERT
|
| All times are GMT -4. The time now is 10:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.