Hi,
I am setting up a new database. I am using MySql as database server.
I have created a database 'database1' and a user 'user1'. I have granted all right to the user 1.
Now I want to perform step 2 given above. I am confuse in what should be written in the first line. As per my understanding it should be like this for MYSQL.
sqlalchemy.url = mysql://'user1':'password'@'localhost':port/database1
Is my understanding correct? should i specify something for port. If so what would be the port value?
It would be great help for me if anyone answer my question. Receive thanks in advance for your valuable support.

Re: How to setting up database?
You can leave the port out if you haven't modified the MySQL server's port (which I presume you haven't done, because you don't know what it is).