Bugzilla – Attachment 41424 Details for
Bug 14533
koha-create --use-db option shouldn't create any db or db user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch - remove CREATE USER when koha-create --use-db
koha_14533.patch (text/plain), 716 bytes, created by
Yarik Dot
on 2015-08-06 23:29:52 UTC
(
hide
)
Description:
Patch - remove CREATE USER when koha-create --use-db
Filename:
MIME Type:
Creator:
Yarik Dot
Created:
2015-08-06 23:29:52 UTC
Size:
716 bytes
patch
obsolete
>--- ./a/./debian/scripts/koha-create 2015-08-07 00:03:32.018341870 +0200 >+++ ./b/./debian/scripts/koha-create 2015-08-07 01:27:56.324204353 +0200 >@@ -565,16 +565,6 @@ > eof > fi #` > >- if [ "$op" = use ] >- then >- mysql --defaults-extra-file=/etc/mysql/koha-common.cnf --force <<eof >-CREATE USER \`$mysqluser\`@'$mysql_hostname' IDENTIFIED BY '$mysqlpwd'; >-CREATE USER \`$mysqluser\`@'%' IDENTIFIED BY '$mysqlpwd'; >-GRANT ALL PRIVILEGES ON \`$mysqldb\`.* TO \`$mysqluser\`; >-FLUSH PRIVILEGES; >-eof >- fi #` >- > # Generate and install Apache site-available file and log dir. > generate_config_file apache-site.conf.in \ > "/etc/apache2/sites-available/$name.conf"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14533
:
41424
|
64552
|
64554
|
64555
|
64712
|
64713
|
65920
|
65921