[MDEV-15142] mariaDB starting error Created: 2018-01-31 Updated: 2018-01-31 Resolved: 2018-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Blocker |
| Reporter: | Jose Eslava | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Hello, I am currently triing to use MySQL on a Yocto based distribution. I have added ${bindir}/mysqld_safe_helper to FILES_${PN}-server on meta-openembedded/meta-oe/recipes-support/mysql/mariadb.inc I am using 0001-disable-ucontext-on-musl.patch patch as recommended by post : https://jira.mariadb.org/browse/MDEV-14044 I generated the image and I tried to boot with his new image, but I got the following error: **180130 20:00:37 [Note] /usr/sbin/mysqld (mysqld 5.5.55-MariaDB) starting as process 916 ... PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! '/usr/bin/mysqladmin' -u root password 'new-password' Alternatively you can run: which will also give you the option of removing the test See the MariaDB Knowledgebase at http://mariadb.com/kb or the Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. done. Regards. |
| Comments |
| Comment by Daniel Black [ 2018-01-31 ] |
|
log-error is /var/log/mysqld.err however mysql user is the user for mariadb. This user doesn't have write access to /var/log. This should be reported to yocto to fix. |
| Comment by Daniel Black [ 2018-01-31 ] |
|
closing as its Yocto's bug in their packaging of MariaDB. |