Pregunta

Using a program called Myeclipse which is very similar to eclipse but easier to use, I am trying to link my university database (phpmyadmin) to my HTML5 application through PHP, how would I go about this, I know how to connect to the database when on site in the university but don't know how to go about it elsewhere. I need the database to use the login and also save files to.

¿Fue útil?

Solución

You should try:

host=UNIVERSITYIPADRESS

For a more detailed explanation (if above fails) look here: Enable remote MySQL connection: ERROR 1045 (28000): Access denied for user

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top