MySQL Error : how to fix? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Error : how to fix? (
/showthread.php?tid=490558)
MySQL Error : how to fix? -
TommyX - 27.01.2014
upload from cp to phpmyadmin, error code how to fix it?
pawn Код:
ERROR
คำค้น SQL:
--
-- Databas: `RobinHdb`
--
CREATE DATABASE `RobinHdb` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
MySQL แสดง: เอกสารอ้างอิง
#1007 - Can't create database 'robinhdb'; database exists
Thanks for support.
Re: MySQL Error : how to fix? -
Scottas - 27.01.2014
It says, that database with given name already exists. You should pick different database name, or rename/remove existing database
Re: MySQL Error : how to fix? -
TommyX - 27.01.2014
https://sampforum.blast.hk/showthread.php?tid=480832
from here
Re: MySQL Error : how to fix? -
TommyX - 28.01.2014
help me
Re: MySQL Error : how to fix? -
Scottas - 28.01.2014
have you seen what I wrote to you?