• Running a MySQL Server Locally
    6 replies, posted
Hello I am trying to create a local MySQL server. I have downloaded the MySQL Server program, but I am unsure on how to actually make it run locally and import the data from my gamemode. I am hoping to seek advice or better yet, a good guide that someone could link. I have been extensively googling, but I cannot find the right questions to ask. All help is appreciated. Thank you!
A bit more information is required, Are you converting from SQLite to MySQL? (Or moving MySQL from one to another?) Are you trying to run your server off of a MySQL server on your machine? Are you trying to setup a local database so you can run your gamemode which relies on it (and copy information from your server)? Can't gather much with the info provided
First google that i clicked [url]http://stackoverflow.com/questions/1509148/how-to-start-mysql-server-on-windows-xp[/url] Note: the fact that its not windows XP doesnt matter. Btw easiest way to download the mysql tables is to use PhpMyAdmin, google it up, you got offical webites running it for you.
I'd suggest getting XAMPP, as it has all the tools you need, and then some for when you move to a dedicated server. It comes with a http server, MySQL and ftp, and includes a copy of phpmyadmin in it. Although I would suggest getting a MySQL workbench such as HeidiSQL. On the work bench you'll be able to import data and modify existing entries.
why would he need XAMPP if its just for mysql?
Hey there, do you use SQLite?
[QUOTE=tzahush;52235518]why would he need XAMPP if its just for mysql?[/QUOTE] phpmyadmin
Sorry, you need to Log In to post a reply to this thread.