Callum Posted August 1, 2012 Share Posted August 1, 2012 Why download XAMPP just to install MySQL? That's like downloading GTADownloadManager just to install MTA. Link to comment
AJXB Posted November 2, 2012 Share Posted November 2, 2012 plz update the file links plzzzzz thks alot but upddate the links Link to comment
myonlake Posted November 17, 2012 Share Posted November 17, 2012 Exactly. Webhosts do not allow database connections from anywhere else than the server, you can bypass this with PHPSDK for MTA Link to comment
uhm Posted November 18, 2012 Share Posted November 18, 2012 Yeah, not just free webhosts. It's a pretty big deal security wise to let in SQL sessions over the innerweb. Also I would suggest using localhost instead of 127.0.0.1, because then the MySQL travels through a pipe instead of over TCP protocol (it's more optimized). http://dev.mysql.com/doc/refman/5.5/en/ ... erver.html Also I would suggest using MySQL Workbench. It's a GUI for MySQL. The biggest advantage is how it lets you create Entity Relationship Diagrams, which makes implementing the database into the code a lot more clear. It also comes with the newest version of MySQL server. http://dev.mysql.com/downloads/workbench/5.2.html Link to comment
..:D&G:.. Posted November 29, 2012 Share Posted November 29, 2012 How am i going to download the server.zip? And i really need it, this tut is useless without the proper server.zip link Link to comment
Anderl Posted November 29, 2012 Share Posted November 29, 2012 Exactly. Webhosts do not allow database connections from anywhere else than the server, you can bypass this with PHPSDK for MTA There are lots that allow ( if you mean a webhosting service and not a home server - even if it was a home server, it'd be possible ) - You can do that in CPanel ( I don't know if other panels let users do such things because I never used any others ). Link to comment
uhm Posted November 29, 2012 Share Posted November 29, 2012 Sure they can allow it but it's a gigantic security risk Hackers need to be successful once and they have all the data of possibly all websites hosted by that user Disallowing access from anything but localhost is not a bad thing Link to comment
golanu21 Posted March 30, 2013 Share Posted March 30, 2013 Error: MySQL shutdown unexpectedly. 22:08:37 [mysql] This may be due to a blocked port, missing dependencies, 22:08:37 [mysql] improper privileges, a crash, or a shutdown by another method. 22:08:37 [mysql] Check the "/xampp/mysql/data/mysql_error.log" file 22:08:37 [mysql] and the Windows Event Viewer for more clues 22:09:43 [mysql] Attempting to start MySQL service... Link to comment
LilDollaTechZone Posted April 10, 2013 Share Posted April 10, 2013 The links are dead, could you provide new links please? Link to comment
xXMADEXx Posted June 26, 2013 Share Posted June 26, 2013 Thank you, you have helped us all very much. Link to comment
Jokeℝ1472771893 Posted July 26, 2013 Share Posted July 26, 2013 13:04:09 [mysql] Attempting to start MySQL service... I am getting this when I am trying to start MySQL Link to comment
codeluaeveryday Posted August 1, 2013 Share Posted August 1, 2013 @Joker, The most common problem is most likely the port, try changing the SQL default port. Link to comment
StreetSaintz Posted August 13, 2013 Share Posted August 13, 2013 does this still work? Link to comment
xXMADEXx Posted August 13, 2013 Share Posted August 13, 2013 does this still work? Yea, however now MTA haves default mta functions so you don't need the modules. Link to comment
antonhs35 Posted December 22, 2013 Share Posted December 22, 2013 In MTA SA anymore use mysql???? For Server Link to comment
antonhs35 Posted December 23, 2013 Share Posted December 23, 2013 In MTA SA anymore use mysql???? For Server Or That and Download Make???? (MySQL) Link to comment
antonhs35 Posted December 24, 2013 Share Posted December 24, 2013 I want to open a server RolePlay!!! and I don't know what to use mysql !!! Link to comment
myonlake Posted December 24, 2013 Share Posted December 24, 2013 We don't help with leaked gamemodes, sorry. Link to comment
antonhs35 Posted January 2, 2014 Share Posted January 2, 2014 what do the query????? and the port of mysql is 3306 .. I put the TCP or UDP???? Link to comment
THEWES Posted February 6, 2014 Share Posted February 6, 2014 Could anybody upload the server.zip files please ? Links are dead. Thank you. Link to comment
Ryancit2 Posted March 3, 2014 Share Posted March 3, 2014 Hey..I am new to this..That link isnt working: - First please download server files needed to run MySQLserver.zip Link to comment
Twisted Posted March 3, 2014 Share Posted March 3, 2014 Hey..I am new to this..That link isnt working:- First please download server files needed to run MySQLserver.zip I believe this has been dead for some time now. Link to comment
WhoAmI Posted March 3, 2014 Share Posted March 3, 2014 And now It is better to use db function (dbQuery, dbExec, dbPoll), couse of performance and SQL injections. Link to comment
Recommended Posts