nomorekillz Posted September 21, 2014 Share Posted September 21, 2014 Hey dear community, A friend passed me few days ago an script for x game, but it need to be connected to a db data. I don't know so much about this, that is the reason why I need ur help. dbConnectTable = { connect = false, user = "MyBB_User", password = "5odwz5cw", ip = "127.0.0.1", table = "mybb", } That is part of the code. Can u let me a tutorial about how can I create table ...etc Where ? phpmyadmin maybe ? I hope u can help me. Regards. Quote Link to comment Share on other sites More sharing options...
Lock Down Posted October 1, 2014 Share Posted October 1, 2014 Here is a tutorial http://www.siteground.com/tutorials/phpmyadmin/phpmyadmin_create_database.htm Use your existing database, user and password. But you don't have the table definition. If it is not in the php script it won't help you to create the table. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.