Jey Posted September 2, 2014 Posted September 2, 2014 Hello i have Sql Script but i need a database to connect the script with it some guy tell me do with xampp but i dont know how ? Can any one Tell me how i can do SQL With xampp Skype:memo.prince78
xXMADEXx Posted September 2, 2014 Posted September 2, 2014 http://lmgtfy.com/?q=XAMPP+SQL+Setup The Ultimate Lua Tutorial! | MTA PHP SDK
Jey Posted September 2, 2014 Author Posted September 2, 2014 http://lmgtfy.com/?q=XAMPP+SQL+Setup http://www.000webhost.com i use this website to do a database and i do and i type the info in the script but it still tell me database is down function () dbConnect( "mysql", "dbname=a1490908_memo;mysql10.000webhost.com", "a1490908_memo", "12345m", "share=1" ) Skype:memo.prince78
Anubhav Posted September 2, 2014 Posted September 2, 2014 function () dbConnect( "mysql", "dbname=a1490908_memo;host=mysql10.000webhost.com;port=yourPort.", "a1490908_memo", "12345m", "share=1" ) end See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Jey Posted September 2, 2014 Author Posted September 2, 2014 but 00webhost didn't give port only this info Skype:memo.prince78
Anubhav Posted September 2, 2014 Posted September 2, 2014 but 00webhost didn't give port only this info Then use a mysql hosting company. Google it. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Jey Posted September 2, 2014 Author Posted September 2, 2014 but 00webhost didn't give port only this info Then use a mysql hosting company. Google it. Bro i don't understand any thing i just want this sql script work i need a goood site to do a sql and connect it with the script only Skype:memo.prince78
MTA Team 0xCiBeR Posted September 2, 2014 MTA Team Posted September 2, 2014 http://db4free.net/ may be a good solution. Otherwise install MySQL community Server from official Site. DevOps Engineer, Cloud Advocate & Security Engineer(Red Team) | Coffee, Containers & Burp
Jey Posted September 7, 2014 Author Posted September 7, 2014 Okey i register and do a Database in php then ? how i can get the info i have this script and i need to connect it with the database in Php addEventHandler ( "onResourceStart", getResourceRootElement( getThisResource () ), function () connection = dbConnect( "mysql", "dbname=den;host=127.0.0.1;port=3306;unix_socket=/var/run/mysqld/mysqld.sock", "root", pass ) Skype:memo.prince78
Anubhav Posted September 7, 2014 Posted September 7, 2014 addEventHandler ( "onResourceStart", getResourceRootElement( getThisResource () ), function () connection = dbConnect( "mysql", "dbname=memo;host=127.0.0.1;port=3306;", "root", pass ) See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Jey Posted September 7, 2014 Author Posted September 7, 2014 addEventHandler ( "onResourceStart", getResourceRootElement( getThisResource () ), function () connection = dbConnect( "mysql", "dbname=memo;host=127.0.0.1;port=3306;", "root", pass ) where i can get the info from that phpmyadmin ? and do you have skype ? Skype:memo.prince78
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now