MySQL Question
#9

Quote:
Originally Posted by VinLoman
Посмотреть сообщение
You will lose any data that you have saved with INI. Unless you add it over manually afterwards.
I don't know why you are making this assumption that conversion has to be done manually, it doesn't unless all the .ini files use a different format / structure.

You can use regEx or even sometimes a normal replace function - Visual Studio should assist in writing a small program that can do this for all files in a directory.

Though, you should understand that SQL is a completely new language and is different from PAWN - PAWN brings an implementation, it doesn't modify the language.

You shouldn't attempt to convert from an ini system if you don't have sufficient SQL knowledge - especially regarding how to securely format a query and secure a database from exploits. To answer your last question, you do not need to have it running on localhost; the mysql_connect function allows connection to any connectable database address, assuming your firewall accepts it.
Reply


Messages In This Thread
MySQL Question - by Gazzy - 05.10.2015, 15:03
Re: MySQL Question - by J0sh... - 05.10.2015, 15:08
Re: MySQL Question - by Gazzy - 05.10.2015, 15:15
Re: MySQL Question - by J0sh... - 05.10.2015, 15:18
Re: MySQL Question - by VinLoman - 05.10.2015, 15:36
Re: MySQL Question - by PrivatioBoni - 05.10.2015, 18:58
Re: MySQL Question - by Spmn - 05.10.2015, 20:36
Re: MySQL Question - by DarkLored - 05.10.2015, 22:04
Re: MySQL Question - by Abagail - 06.10.2015, 02:22
Re: MySQL Question - by Lordzy - 06.10.2015, 16:04

Forum Jump:


Users browsing this thread: 2 Guest(s)