Jump to content

MySQL bug?!


GTX

Recommended Posts

Hello, I found problem/bug on my script, which I can't fix... I think this is MySQL bug. I have latest MySQL version.

Debug:

Error executing the query: (1103) Incorrect table name '[DM]Ffgg -Vol3- The enc '

My script looks like this:

result = mysql_query(connect_mysql, "CREATE TABLE IF NOT EXISTS `"..mapname.."` (name VARCHAR(70),time TEXT,date TEXT,serial VARCHAR(100),tag VARCHAR(100))") 

Link to comment

Hmmm? That's not my problem. That topic you posted is talking on how to make SQL scripts work. I have this problem:

Error executing the query: (1103) Incorrect table name '[DM]Ffgg -Vol3- The enc '

Link to comment

Try putting this is settings.xml in the deathmatch folder

<settings> 
<!-- MySQL Configuration --> 
        <setting name="@sql.user" value="SQL USER"/> 
        <setting name="@sql.password" value="PASSWORD"/> 
        <setting name="@sql.database" value="DATABASE NAME"/> 
        <setting name="@sql.hostname" value="HOST (Usually localhost if you're using XAMPP)"/> 
        <setting name="@sql.port" value="PORT (Default is 3306"/> 
        <!-- Only use this on Linux if the normal connection does fail even though using the correct username & password. --> 
        <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> 
</settings> 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...