• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help with xampp

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
Error
There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:

Y is it doing this
I made database
I clicked sql
clicked import files
Imported mysql.dl and says The page cannot be displayed
And if I click
import next to export it gives me that error:/

I need help:((((
 
Try to reinstall xampp, and are you sure that you added the right sql file?
And if you have changed SQL file in config.lua?

If it works rep++
 
In config.lua it has mysql as
-- SQL
sqlType = "mysql"
Its should be that im pretty sure.
I have the right files im importing.
Im importing Mysql.dll and it wont load file when I press go now>.> Its not working its pissing me off everytime i fix something or do something it errors or mess's up even when im doing it right :mad:
 
Im importing Mysql.dll and it wont load file when I press go now>.> Its not working its pissing me off everytime i fix something or do something it errors or mess's up even when im doing it right :mad:

Why are you trying to import a binary file?
MySql.DLL is ment to be used by the TFS.exe to add MySQL querying abilities, it contains no database tables or anything.

Import schema.mysql instead.
 
Back
Top