- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I use these command to install mySQL on Intel Edison:
opkg update
systemctl start mysqld.service
And I meet this error:
Failed to start mysqld.service: Unit mysqld.service failed to load: No such file or directory.
So how can I fix it?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello HeavenStone,
I'll try to help you install mySQL on Edison. Please follow the next steps:
cat << EOF > /etc/opkg/base-feeds.conf
src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32
EOF
opkg update
opkg list | grep mysql
# this will display all the mysql packages available on the repo, select the packages you need and install the, for example:
opkg install libmysqlclient18
Please let me know if this helps. Also, make sure your board has access to the internet when you try the steps above.
-Peter.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello HeavenStone,
I'll try to help you install mySQL on Edison. Please follow the next steps:
cat << EOF > /etc/opkg/base-feeds.conf
src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32
EOF
opkg update
opkg list | grep mysql
# this will display all the mysql packages available on the repo, select the packages you need and install the, for example:
opkg install libmysqlclient18
Please let me know if this helps. Also, make sure your board has access to the internet when you try the steps above.
-Peter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I'm glad to be of help!
If you ever have any other doubts, please don't hesitate to come back to the community. We'll try to help you in any way we can.
-Peter.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page