Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need the DB to import data #2

Open
venkateshma opened this issue Mar 31, 2016 · 7 comments
Open

Need the DB to import data #2

venkateshma opened this issue Mar 31, 2016 · 7 comments

Comments

@venkateshma
Copy link

If you can add a sql file, that will be more helpful.

@A4TIF
Copy link

A4TIF commented Apr 28, 2016

Any update on this? Would like to get the DB as well.
Thanks

Looks like its on his website here:
http://www.iamrohit.in/countries-states-and-cities-database-of-world-in-mysql/

@mikemaax
Copy link

mikemaax commented Jun 9, 2016

Hi,

I implement your code its cook great,please tell me where is html code,
of state,city,country drop down I am not find anywhere, i am stuck , please help me out.

@irajagopal
Copy link

irajagopal commented Oct 23, 2016

git-csc -repo-demo-html

@mikemaax Its demo.html which is in this repo

@irajagopal
Copy link

@hashvenkat and @kptac

It's here in this link below (Repo)

Countries / State / City DB

@MaltaCross
Copy link

The code is saying:

//database name
protected static $dbname = "crm";

But where is "crm" ? There is no such file!

I am getting confused.

@MaltaCross
Copy link

I have since created a database with the "crm" name with phpMyAdmin, and imported the sql files. But the program is still not finding said database!

@irajagopal
Copy link

@MaltaCross

Kindly make sure that you filled the following four parameters that match your deployment environment.

// database hostname
protected static $host = "localhost";

// database username
protected static $username = "root";

// database password
protected static $password = "root";

//database name
protected static $dbname = "crm";

These 4 values will not be the same as mentioned here. Get back for any clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants