Jump to content

Using PuTTY to access mysql...


Random

Recommended Posts

I am using PuTTY to access my mysql database. I want to add a table named users into it with rows named username and password. How would I write this up? I have this but there is a syntax error:

 

mysql> CREATE TABLE users ( username VARCHAR(20), password VARCHAR(20));

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/306-using-putty-to-access-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.