mysql not working
#1

SOLVED
Reply
#2

Try creating the tables by yourself. Do you use a Linux VPS or what OS are you running?
Reply
#3

"Table 'database.accounts' doesn't exist"
It's trying to connect to a table that you don't have.
Reply
#4

Quote:
Originally Posted by Lynn
Посмотреть сообщение
"Table 'database.accounts' doesn't exist"
It's trying to connect to a table that you don't have.
That means he has to create the table himself right? Then it should automatically add the columns
Reply
#5

Quote:
Originally Posted by hery6
Посмотреть сообщение
That means he has to create the table himself right? Then it should automatically add the columns
He can use:
CREATE TABLE IF NOT EXISTS `TABLENAME` (`columns`)
Reply
#6

OMG , Thanks all i forget change database for account to users

SOLVED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)