Displaying 4 results from an estimated 4 matches for "myqsl".
Did you mean:
myql
2017 Jul 12
2
Asterisk realtime - Error with index length in alembic script
Hi!
I just tried setting up Asterisk realtime database following the wiki article https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime on a Debian 9 machine (which switched from MyQSL to MariaDB).
One has to install mariadb-plugin-connect, python-mysqldb and alembic packages (alembic does not work when installed via pip).
Additionally - since MariaDB by default does not have a root user password set and running mysql -u root requires sudo as well - you need to execute the follo...
2006 Mar 29
0
Trouble getting Mysql and Ruby to talk
I''m trying to deploy my rails app to the production server, and I''m
having a heck of a time getting ruby and mysql to talk to each other on
the server. Mysql and Ruby seem to be working fine independently, and
I''ve compiled and installed the ruby-myqsl libraries found here:
http://dev.mysql.com/downloads/ruby.html
to no avail, as well as having ran:
gem install mysql
When I try to run ''rake migrate'' to get my db schema set up, or when I
start the webbrick server I get an error: uninitialized constant Mysql''
and when I...
2011 Mar 16
1
dovecot 1.2 quota with local users
...username_field = username
value_field = bytes
}
map {
pattern = priv/quota/messages
table = quota
username_field = username
value_field = messages
}
With corrected values about databasename, user and password.
Where should to add information about sql query when autorization is not
via myqsl (only shadow/password).
There are in description info about additional file with user_query:
dovecot-mysql.conf. Can anybody know how it should it look like and where
to add it in config?
2017 Jul 12
2
Asterisk realtime - Error with index length in alembic script
...-users] Asterisk realtime - Error with index length in
> alembic script
>
> Hi!
>
> I just tried setting up Asterisk realtime database following the wiki
> article https://wiki.asterisk.org/wiki/display/AST/Setting+up+
> PJSIP+Realtime on a Debian 9 machine (which switched from MyQSL to
> MariaDB).
>
> One has to install mariadb-plugin-connect, python-mysqldb and alembic
> packages (alembic does not work when installed via pip).
> Additionally - since MariaDB by default does not have a root user password
> set and running mysql -u root requires sudo as well -...