We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mysql -u root -p<db_pass>
CREATE DATABASE desmotes;
CREATE TABLE users ( id INT NOT NULL AUTO_INCREMENT, username VARCHAR(255) NOT NULL, password VARCHAR(255) NOT NULL, PRIMARY KEY (id) );
There was an error while loading. Please reload this page.
MariaDB Configuration