New user with a bunch of questions |
Site Admin
|
Feel free to override phpDocumentor installed in C:\Program Files\nusphere\phped\phpDocumentor with a new version.
it does connect, but a) you need to make sure that libmysql.dll installed with phped (C:\Program Files\nusphere\phped) or the one that might be already installed in your windows\system32 directory matches mysql version. What comes with PhpED is v3.23. There are many posts on the forum dedicated to the update procedure. b) you need to make mysql accessible. By default mysql daemon opens TCP/3306 port bound to localhost. In other words it accepts only local connections (it means that locally running php will connect while the one running on any other host won't). It's done for security reasons (to avoid connections from outside). If still you need to connect to it from the IDE, there two ways: 1. have mysql bound to 0.0.0.0 (it means listen on all addresses) and update firewall rules to permit incoming connections on TCP/3306 from your workstation. 2. setup ssh tunnel using ssh tools. With this tool you will forward local connections on TCP/3306 (on your workstation machine) to the server's TCP/3306 without any changes in server configuration settings related to security. For example with openssh version the command line will be ssh -L localhost:3306:localhost:3306 sshaccountname@yourhostaddress c) settings in the IDE depend on the way you connect to mysql. In the first case you will need to use your server host name (or IP adress), in latter one you need to use localhost. d) additional SQL grants might be required for mysql. By default mysql distinguishes pair of username/hostname. For example it treats root connecting from localhost as different user than the same root connected from another location.
Check if your host time matches your workstation time or appripriate time offset is configured in the DB account settings.
There is a drop down on the toolbar that has Upload File item. You may customize toolbar and put it as a button. Also you may update shortcut for this as you wish. When you click "file upload" it also saves file locally.
Some settings are in the registry, some are in couple of cfg files in phped's directory. regarding the remaining suggestions, please post them to the 'feature requests for phped' form. |
||||||||||||||||||||||
_________________ The PHP IDE team |
|
Thanks for all the answers. I'll wait to repost those suggestions to the suggestions board--I might have more or change my mind in the next few days.
I'm still having issues with remote MySQL, so I'll repost that as a separate post. |
||||||||||||
|
|
I'd personally like to see more details on this subject. I am a new user with the trial version and have spent half a day trying to connect to aMySQL server of a shared host. I'm sure this is a great software; but if it's difficult to setup, then I need to move to another. Thanks |
||||||||||||||
|
New user with a bunch of questions |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by