Hey undzwar habe ich manuell die Datebank erstellt und es sind keine
Accounts vorhanden nun habe ich den server gestartet und schaue in die
Datebank und
dort stehen plötzlicherweise 2 Accounts drinne aber bei username ist ein leerfeld:
Und die ids sind auch sehr hoch sehr komisch
Hier mal ein Screen:
Code der Datebank Struktur:
-- phpMyAdmin SQL Dump
-- version 3.4.11.1deb2+deb7u1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 02. Aug 2015 um 02:08
-- Server Version: 5.5.43
-- PHP-Version: 5.4.39-0+deb7u2
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Tabellenstruktur für Tabelle `accounts`
--
CREATE TABLE IF NOT EXISTS `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(24) NOT NULL,
`password` varchar(128) NOT NULL,
`money` int(11) NOT NULL DEFAULT '1000',
`RPunkte` int(11) NOT NULL,
`TPayDay` int(11) NOT NULL,
`AllTime` int(11) NOT NULL,
`admin` int(11) NOT NULL,
`skin` int(11) NOT NULL,
`leader` int(11) NOT NULL,
`member` int(11) NOT NULL,
`rank` int(11) NOT NULL,
`level` int(11) NOT NULL,
`maxrppunkte` int(11) NOT NULL,
`bank` int(11) NOT NULL,
`firstjoined` int(11) NOT NULL,
`autoschein` int(11) NOT NULL,
`lkwschein` int(11) NOT NULL,
`bikeschein` int(11) NOT NULL,
`flugschein` int(11) NOT NULL,
`angelschein` int(11) NOT NULL,
`waffenschein` int(11) NOT NULL,
`bootschein` int(11) NOT NULL,
`perso` int(11) NOT NULL,
`wantedlevel` int(11) NOT NULL,
`spawnchange` int(11) NOT NULL,
`premium` int(11) NOT NULL,
`kampfstyle` int(11) NOT NULL,
`kZeit` int(11) NOT NULL,
`kOrt` int(11) NOT NULL,
`sjob` int(11) NOT NULL,
`swartezeit` int(11) NOT NULL,
`smuted` int(11) NOT NULL,
`smutezeit` int(11) NOT NULL,
`tot` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=387 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
und dies stand in der Mysql_log:
[02:01:03] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[02:01:03] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[02:01:03] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
[02:01:03] [DEBUG] CMySQLConnection::Connect - connection was successful
[02:01:03] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[02:01:03] [DEBUG] CMySQLConnection::Connect - connection was successful
[02:01:03] [DEBUG] CMySQLConnection::Connect - connection was successful
[02:01:03] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
[02:01:03] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
Danke schonmal im Vorraus