<div dir="ltr">Hi ,<div><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;padding:16px;overflow:auto;line-height:1.45;border-radius:6px;color:rgb(36,41,46)">>> cat default.cfg<br>[default]<br>log_level: WARNING<br>prompt_name: opensips-cli<br>prompt_intro: Welcome to OpenSIPS Command Line Interface!<br>prompt_emptyline_repeat_cmd: False<br>history_file: ~/.opensips-cli.history<br>history_file_size: 1000<br>output_type: pretty-print<br>communication_type: fifo<br>fifo_file: /tmp/opensips_fifo<br>database_modules: All<br>database_admin_url: mysql://root:cccl0g1c@localhost/opensips<br>database_url:  mysql://opensips:opensipsrw@localhost<br>database_schema_path: ./opt/opensips-3.1/scripts<br>
</pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;padding:16px;overflow:auto;line-height:1.45;border-radius:6px;color:rgb(36,41,46)"><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;padding:0px;margin:0px;background:initial;border-radius:6px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit">I have configured this under default.cfg file . <br>When I am creating a database it creates only 27 tables .<br><br>database_modules: ALL . What does this mean? I think it must create table for all the modules loaded . <br>Isn't it so ?<br></code></pre><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;padding:16px;overflow:auto;line-height:1.45;border-radius:6px;color:rgb(36,41,46)"><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;padding:0px;margin:0px;background:initial;border-radius:6px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit"><br></code></pre><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 20, 2020 at 3:07 PM Liviu Chircu <<a href="mailto:liviu@opensips.org">liviu@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 20.11.2020 09:29, Sasmita Panda wrote:<br>
><br>
> [default]<br>
> database_modules: All<br>
> [mysql]<br>
> database_admin_url: mysql://root:cccl0g1c@localhost/opensips<br>
> database_url:  mysql://opensips:opensipsrw@localhost<br>
> database_schema_path: ./opt/opensips-3.1/scripts<br>
<br>
Hi, Sasmita?<br>
<br>
What blog post did you get this example from?  This "smart" example was <br>
fixed at some point because it was misleading developers, but I'm afraid <br>
it got copy-pasted on a few blogs and is now still spreading... Please <br>
read the revised examples in the Database module documentation [1].  <br>
Maybe re-read it from the beginning :)<br>
<br>
TL;DR: in your .cfg file, the [mysql] tag defines a separate <br>
opensips-cli instance, not a DB module property!  So please avoid this <br>
technique and set all of your options under the [default] tag.<br>
<br>
Best regards,<br>
<br>
[1]: <br>
<a href="https://github.com/OpenSIPS/opensips-cli/blob/master/docs/modules/database.md#database-management" rel="noreferrer" target="_blank">https://github.com/OpenSIPS/opensips-cli/blob/master/docs/modules/database.md#database-management</a><br>
<br>
-- <br>
Liviu Chircu<br>
<a href="http://www.twitter.com/liviuchircu" rel="noreferrer" target="_blank">www.twitter.com/liviuchircu</a> | <a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">www.opensips-solutions.com</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>