-
Notifications
You must be signed in to change notification settings - Fork 164
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
./doctrine2-cli.php does not connect to the DB configured #89
Comments
I routinely use this script with a remote database without issue. Ensure you have correctly set the following in
|
Hi Barry, Then could you please explain the following behaviour to me ? Thank you. Thomas »› nslookup 109.239.97.61 | grep name »› nslookup 109.239.97.62 | grep name »› ifconfig | grep 109.239.97 Creating database schema... [Doctrine\ORM\Tools\ToolsException] [PDOException] |
This is a MySQL permissions issue:
The user I also suspect that from 109.239.97.61 the following won't work (replace variables as configured in your
If it doesn't then you need to issue one or the other of the following (depending on how your DNS is configured) on your MySQL server:
|
Thank you for correcting me. I would love to have a fancy excuse (like with some hosts entry conflicting) .. but nope - strong password and bad copy and paste ... where is the option to delete an issue and hide in shame :-) |
LOL, no worries. And once the issue is closed, no one will notice ;) |
#89) * [NF] - ZF -> Laravel: AdminController - closes islandbridgenetworks/IXP-Manager-Archive-Yann#84 * [NF] - ZF -> Laravel: AdminController - closes islandbridgenetworks/IXP-Manager-Archive-Yann#84 * [REVIEW] Formatting, renaming and layout
the script attempts to connect to the local machine when the database is defined on a remote host.
I am sure it can be fixed with a port forwarding but I would rather not do it as otherwise I will not be able to help with debugging this issue.
The text was updated successfully, but these errors were encountered: