Recent content by Xanta

  1. MySQL Table Problem

    Well, I tested both ways and I used the codes... ALTER TABLE users ADD ladder2 DOUBLE; the output of that was... Error 1060 <42S21>: Duplicate Column name 'ladder2' I have MySQL Community Server 5.1.37
  2. MySQL Table Problem

    This sorta goes here but, I was testing out my ladders. Standard works fine. However my other ladders do not. My 2nd Ladder (UU) does not give a message in NetBeans. When I tried my 3rd ladder (Ubers), I get... com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'sbdatabase.ladder2'...
  3. MySQL Database Error

    Nevermind. It was a Tables problem. Fixed. Lock.
  4. MySQL Database Error

    Hello, I recently built a Shoddy Battle Server, and was using MySQL. I did everthing the guide said, and conenct properly. I logged in witht he first user, but I cannot register another account. When I attempt to register an alternate account, I get this message from NetBeans. Accepted new...
Back
Top