SQL Errors
#9

No, nothing saves, apart from the account, and the password, everything else is basically telling me to fuck off, cause it don't wanna work.

Code:
-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 29, 2009 at 11:10 AM
-- Server version: 5.0.45
-- PHP Version: 5.1.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `dbhex127`
--

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
 `Username` varchar(30) NOT NULL,
 `Password` varchar(50) NOT NULL,
 `Money` int(10) NOT NULL default '0',
 `Kills` int(10) NOT NULL default '0',
 `Deaths` int(10) NOT NULL default '0',
 `Admin` int(10) NOT NULL default '0',
 `Donator` int(10) NOT NULL default '0',
 `Cmem` int(10) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`Username`, `Password`, `Money`, `Kills`, `Deaths`, `Admin`, `Donator`, `Cmem`) VALUES
('[UF]XtreaMeR', 'eb02afeb8d9580122adfccf7e62c48eb', 0, 0, 0, 0, 0, 0);
There, my database.
Reply


Messages In This Thread
SQL Errors - by Burridge - 29.06.2009, 00:38
Re: SQL Errors - by Burridge - 29.06.2009, 07:51
Re: SQL Errors - by MenaceX^ - 29.06.2009, 08:44
Re: SQL Errors - by ledzep - 29.06.2009, 08:55
Re: SQL Errors - by Ignas1337 - 29.06.2009, 08:56
Re: SQL Errors - by Ignas1337 - 29.06.2009, 08:56
Re: SQL Errors - by Burridge - 29.06.2009, 09:04
Re: SQL Errors - by ledzep - 29.06.2009, 09:11
Re: SQL Errors - by Burridge - 29.06.2009, 09:13
Re: SQL Errors - by Burridge - 29.06.2009, 09:25

Forum Jump:


Users browsing this thread: 2 Guest(s)