Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other MySql database modification

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #241103
    codehack
    Participant

    Hi,
    If I create a mysql database, can I add more data later? like, if I have two data, user and password, can I add some other data below it?

    Thank you

    #241105
    Beverleyh
    Participant

    I’m not sure you’re asking the right question. Do you mean to ask if you can add tables or columns later? (i.e. Change the structure of an existing database)

    The answer is yes in all cases – you’ll just have partially empty records from earlier so be aware that queries/code might not work as expected between old and new database records.

    And if you really mean to ask if you can add more data later, without changing the database table structure, that is a yes too. That’s the nature of database driven websites/apps – you can add more data records any time you want.

    #241108
    codehack
    Participant

    I mean columns. Just learning mySql so did not find the right word :). Thank you for the reply.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.