Coder Social home page Coder Social logo

notoriouspyro / sqlite-to-mariadb-mysql-perl-script Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 3.0 3 KB

Takes an SQLite database dump and converts it into a MariaDB/MySQL compatible database dump

License: Other

Perl 55.92% Shell 44.08%
mysql sqlite teamspeak teamspeak3

sqlite-to-mariadb-mysql-perl-script's People

Contributors

notoriouspyro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sqlite-to-mariadb-mysql-perl-script's Issues

syntax error

root@ubuntu:/home/ts3/teamspeak3-server_linux_amd64# ./sqlite-to-mariadb.pl export.sqlite > export.mariadb
./sqlite-to-mariadb.pl: line 7: syntax error near unexpected token newline' ./sqlite-to-mariadb.pl: line 7: '

Blog No Longer Available

The blog that you link to in the read is no longer functioning. I get a HTTP 522 from Cloudflare

Hello, please update the script SqliteDB to MariaDB

Hello, Dear Creator!

Here is ATHP Company we would like thank you for that script, but you need update the script due some records in structures needs to be changed because of errors in later, when instance is active and crash in some cases.

First description of channels have to be changed from value ( varchar ) of 255 to 8192
corrections:
CREATE TABLE channel_properties ( server_id integer unsigned, id integer unsigned, ident varchar(100) NOT NULL, value varchar(8192));

The Table " client " need changes in structure:
client_month_upload BIGINT = 20
client_month_download BIGINT = 20
client_total_upload BIGINT = 20
client_total_download BIGINT = 20

The Table " servers " need changes in structure:
server_month_upload BIGINT = 20
server_month_download BIGINT = 20
server_total_upload BIGINT = 20
server_total_download BIGINT = 20

You can see all structures how it looks like when you start from the scratch MariaDB of Teamspeak 3, thank you.

Best Regards
CEO Mateusz Gladosz
TS3Bahu LTD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.