in reply to Re^3: setting up mysql database name
in thread setting up mysql database name
If you use varchar(), it will only allocate teh space it needs.
Or text columns which can handle much larger numbers of characters than varchar; although I want to say creating indexen on text columns had issues at one time (either didn't work or was much slower than indexing a varchar column).
|
|---|