Skip to content
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

mysql version doesn't match dreamhost's #36

Closed
acodispo opened this issue Jul 26, 2017 · 2 comments
Closed

mysql version doesn't match dreamhost's #36

acodispo opened this issue Jul 26, 2017 · 2 comments
Labels
package version v0.3.0 This will be fixed in version 0.3.0

Comments

@acodispo
Copy link

Apparently the version of MySQL being used on DH shared servers is 5.6.34. Dreambox has 5.5.40.

On the dreambox:

mysql -u root -e "SELECT @@version";
+------------+
| @@version  |
+------------+
| 5.5.40-log |
+------------+

On Dreamhost server:

mysql -u myuser -p -h mysql.myserver.com -e "SELECT @@version;"
Enter password: 
+------------+
| @@version  |
+------------+
| 5.6.34-log |
+------------+
@consumr
Copy link

consumr commented Feb 7, 2018

When I run mysql --version, it returns
"mysql Ver 14.14 Distrib 5.5.58, for debian-linux-gnu (x86_64) using readline 6.3"
When I run "select version();" from phpmyadmin, it returns: 5.6.34-log.

...just an FYI, really, because it looks like the best version to use is 5.6, but there appears to be a mismatch between the shared hosting ssh user's version and the servers that are actually hosting mysql.

@goodguyry goodguyry added the v0.3.0 This will be fixed in version 0.3.0 label Sep 24, 2018
@goodguyry
Copy link
Owner

This is fixed in v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package version v0.3.0 This will be fixed in version 0.3.0
Projects
None yet
Development

No branches or pull requests

3 participants