You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the ability to point to a MySQL db created by Herd (already the one and only possibility) - Only solution - Done
- I didn't see it documented, but being able to create a MySQL db via Herd would be a nice touch.
Have the ability to point to an existing MySQL db created via manager-ox's connection - Not available
As an example, I currently have a MySQL db on my MacBook Air. The db is currently turned on/off via manager-osx. When it is turned off, I turn on the MySQL connection in Herd, the Application fails as the "laravel" db cannot be found. Turn off the Herd db connection, turn on the db connection via manager-osx, the application works.
The same issue occurs with PhpStorm.
Issue with the current approach
Multiple db's to be managed
Make modifications in one needs to have the correspond changes done in the other.
Nothing is gained
Additional disk space is required. Yeah, ok, this is not a huge impact.
Additional maintenance.
Addition of one more point of failure to deal with.
Background
The Herd Documentation
Does not state that in order to use a MySQL db that a new MySQL db is required to be created and that it needs to be created within the Herd's MySQLdb space.
Does state that Herd can connect to a MySQL db.
This infers that Herd can connect to an existing db.....
Notes
PhpStorm will connect to the MySQL database which is currently running whether by Herd or manager-osx. Seems as if Herd should be able to connect to an existing MySQL db, whether created by Herd or not.
And yes, I understand
All that is needed is to create a new db via Herd
Move the tables/views/data from a current MySQL db to the db created by Herd
Maintain both databases if/as needed
manager-osx cannot start the Herd's MySQL connection
Not necessarily a good argument as Herd is fairly new and manager-osx has not been modified as such. This could be for a variety of reasons, such as the Herd User-base may not be substantial enough for this to be actioned on.
I purchased Herd for a variety of reasons, but the main reason was the capability to have the MySQL db, php version selection, and web server all under 1 app. The log feature is nice but I purchased Ray for its' extensive logging capability which Herd doesn't have (per Herd's documentation it only has dd and dump).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I propose that Herd:
- I didn't see it documented, but being able to create a MySQL db via Herd would be a nice touch.
As an example, I currently have a MySQL db on my MacBook Air. The db is currently turned on/off via manager-osx. When it is turned off, I turn on the MySQL connection in Herd, the Application fails as the "laravel" db cannot be found. Turn off the Herd db connection, turn on the db connection via manager-osx, the application works.
Issue with the current approach
Background
Notes
And yes, I understand
I purchased Herd for a variety of reasons, but the main reason was the capability to have the MySQL db, php version selection, and web server all under 1 app. The log feature is nice but I purchased Ray for its' extensive logging capability which Herd doesn't have (per Herd's documentation it only has dd and dump).
Thank you for taking the time to read this.
Beta Was this translation helpful? Give feedback.
All reactions