Closed WizardFtw closed 7 years ago
Can you upload the mysql.ini (the whole file) you used here? Just drag-and-drop the file into the text box.
of course! but said "We don't support that file type"
here link: https://mega.nz/#!MI0jDTAA!IGHT7tx7pQaoQzR_6VYJPXO6oJ8ews5hX1VHX5ONU10
Your file encoding is incorrect. Currently, it's UTF8-BOM. It should only be UTF8 though. BOM encodings are not supported.
Oh, thanks. I didn't know that only support UTF8 encoding.
Solved.
Im trying to connect mysql server with mysql_connect_file function, but I having problems. When is starting, I receive this message on mysql log.
[plugins/mysql] mysql_connect_file: handle error: syntax error in connection file (line: "hostname = 127.0.0.1")
but mysql.ini look be fine...
This only happens when I use mysql_connect_file function, with mysql_connect not.
Is there a problem with the function or am I not using it properly?
Im sorry if my English drafting is shit, it's not my native language.